View Single Post
  #1 (permalink)  
Old 05-31-06, 08:14 PM
Potato Bob Potato Bob is offline
Newbie Coder
 
Join Date: May 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Help creating this layout

Ok I am trying to create this layout,(check attachment for picture) with the use of tables, but I simply cannot get the images to align at the top of a cell...


Code:
<div style="">
  <table border="0" cellpadding="0" cellspacing="0" style="width:100%">
  <tbody>
    <tr>
      <td width="25%"><img src="header_tl.png" width="254" height="92" /></td>
      <td width="75%"><img src="header_t.png" width="5" height="53" align="top" /></td>
    </tr>
    </tbody>
  </table>
</div>
Attached Images
File Type: png layout.png (606 Bytes, 71 views)
Reply With Quote