Does anyone see

admin

Administrator
Staff member
the text under my daily pic all out of wack. if so, how would i fix it.<br />
<br />
<!-- m --><a class="postlink" href="http://www.neonlounge.com/main.htm">http://www.neonlounge.com/main.htm</a><!-- m --><br />
<br />
thanks,<br />
greg<!--content-->Hi Rbf,<br />
<br />
Your text under the Daily Pic seems to be fine to me.<br />
<br />
I'm looking at it now and it is aligned in the center as a bulleted list.<br />
<br />
Goody. :)<!--content-->look ok to me too.<!--content-->Hi, yes, you do have a problem or two there. Your daily image and text are inside a <tr> tag and not a <td> tag. Correct table format is:<br />
<br />
<table><br />
<tr><br />
<td><br />
</td><br />
</tr><br />
</table><br />
<br />
Once you have your image and text inside your <td> tag, try aligning it left (<td align="left">). Your spacer images (clear.gif) will keep the text aligned. This will work providing your daily image is the width to the table it is in. If this does not work, try making a seperate smaller table containing your text (easy to do). If you still have trouble, let us know.<!--content-->
 
Back
Top