Quote:
Originally Posted by StuntFactoryX
i need some help.. my code in my side bar works and looks correct but i cant add more images to it and im sure its not correct html
Code:
<tr>
<td class= "alt1" align= "center">
<script src=http://www.xxxxxxxx.com/src/js/xxxxxxx/CODExx/125x2400/xx.gif></script> </td>
</tr>
<br/>
i have no table tags? but i would like to be able to keep adding images in the same alt1 box w/o adding borders between... i tried this...
Code:
<tr>
<td class= "alt1" align= "center">
<script src=http://www.xxxxxxxx.com/src/js/xxxxxxx/CODExx/125x2400/xx.gif></script> </td>
</tr>
<tr>
<td class= "alt1" align= "center">
<script src=http://www.xxxxxxxx.com/src/js/xxxxxxx/CODExx/125x2400/xx.gif></script> </td>
</tr>
<br/>
and that gives me a border between images. i just want all my images in the same box w/ the alt1 background w/o a header like a tcat or thead
im sorry i know this isnt a html learning thread and i tried other resources. i cant figure it out.
|
Instead of closing off the td and tr between each item and open new ones, stick a <br /> or two in there instead.
The table tags are in the forumhome template.