View Single Post
Old 12-30-2004, 04:02 PM   #1 (permalink)
j0hnb
Crazy
 
Location: Arnold, MD
[html]Alignment Issues..

For somereason I can't seem to get the images within this table to align correctly, can someone please help me out. I feel stupid for askin for something so simple but I just can't seem to get it right.
http://www.uberest.com/workin/
Code:
<table width="516" height="304"  border="0">
          <tr valign="top">
            <td width="11" height="10"><div align="left"><img src="clt.gif" width="9" height="10" align="top"></div></td>
            <td width="494" height="10" background="top.gif">&nbsp;</td>
            <td width="11" height="10"><div align="right"><img src="crt.gif" width="10" height="9" align="top"></div></td>
          </tr>
          <tr>
            <td height="198" background="left.gif">&nbsp;</td>
            <td bgcolor="E6EEF1">&nbsp;</td>
            <td background="right.gif">&nbsp;</td>
          </tr>
          <tr valign="bottom">
            <td height="10"><div align="left"><img src="clb.gif" width="10" height="9" align="bottom"></div></td>
            <td height="10" background="bottom.gif">&nbsp;</td>
            <td height="10"><div align="right"><img src="crb.gif" width="9" height="10" align="right"></div></td>
          </tr>
        </table>
j0hnb is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57