View Full Version : Question on images and text


ShadowKougie
03-04-2003, 11:32 PM
How do you put an image like a avatar like this http://www.geocities.com/skybratv3/angelsanctuary.gif infront next to text but not make spaces between the top and next line of text? maybe I shold give you an example....
Here you go! »EXAMPLE (http://www.geocities.com/skybratv3/example.html)«
Please help me if you can.

lefty
03-05-2003, 12:19 AM
try putting align=left in your img code:)

ShadowKougie
03-05-2003, 01:08 AM
didnt work:(

epolady
03-05-2003, 08:38 AM
Try something like this:

<table border="0" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td valign="top">
<img src="angelsanctuary.gif" align="left">
YOUR TEXT HERE
</td>
</tr>
</table>

ShadowKougie
03-05-2003, 11:15 AM
Ok thanks that worked.