View Full Version : Help with pics and text


angelgurlie1515
06-02-2003, 12:59 AM
How can you put text on your page next to a picture?

Alcy
06-02-2003, 01:01 AM
<img src="IMAGE.GIF" align="left"> TEXT GOES HERE.

You can change the alignment to what you'd like....

angelgurlie1515
06-08-2003, 06:25 PM
It worked, but when I put an enter in it made the text go under the picture

angelgurlie1515
06-21-2003, 04:58 AM
I got the text next to the picture, but when I used the enter ( < br > ) the text went under the picture, can anyone help me?

designhazard
06-21-2003, 05:12 AM
try this:

<table><tr><td>
<img src="IMAGE.GIF">
</td><td valign="top">
TEXT GOES HERE...
</td></tr></table>

angelgurlie1515
06-21-2003, 05:23 AM
Thanks alot!