FYI
If that code snippet is from your page it is invalid Html
You have
<img src="
http://i20.photobucket.com/albums/b236/priocorp/ShazamFlash.jpg"
alt="Image hosted by Photobucket.com">
</table>
You cannot have a image tag (which requires a container tag like <td> in a table) before a </table> tag
There should be at least a </td></tr> before the </table>
| Okay, that was incorrect.
|
| I have my picture source tag inserted before the paragrah. It is not aligned
| to either side. I have my paragraph inserted directly under the picture, but
| I can't get it to line up next to the picture. This is what I have:
|
| <img src="
http://i20.photobucket.com/albums/b236/priocorp/ShazamFlash.jpg"
| alt="Image hosted by Photobucket.com">
| </table>
| </font><i>
| <p ALIGN="Left">
| <p ALIGN="Left"> <font
| face="Arial-ItalicMT">
</font><b><font
| FACE="Arial-BoldMT" SIZE="4" COLOR="#ff250a">Shazam! Flash:
| </font></b><font FACE="ArialMT">
| <p ALIGN="RIGHT">• Platform independent; can run on any computer
| </font></i> </p>
| <p ALIGN="RIGHT"><font FACE="ArialMT">
| <i>with a web browser
| </i></font> </p>
| <p ALIGN="RIGHT"><font FACE="ArialMT"><i>• Accessible through PRIO’s
| website </i></font> </p>
| <p ALIGN="RIGHT"><font FACE="ArialMT"><i>• Expands the age range for easy
| fitting of NVF</i></font> </p>
| <p ALIGN="RIGHT"><i><font FACE="ArialMT">lenses to include prepresbyopic
| patients
| </p>
|
| I could get rid of all the spaces, but it currently makes it line up the way
| I'd like. Clearly I'm no professional at this.
|
| Thanks.
|
|
| "Shelvis" wrote:
|
| > I have my picture source tag, and my paragraph aligned Right, and it lines up
| > right under the picture, and I need it across from the picture.