Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » Help creating this layout


Help creating this layout

Reply
  #1 (permalink)  
Old 05-31-06, 09: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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 06-01-06, 07:46 AM
Rayden Rayden is offline
Newbie Coder
 
Join Date: May 2006
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
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%" valign="top"><img src="header_t.png" width="5" height="53"/></td>
    </tr>
    </tbody>
  </table>
</div>
this should work
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 06-01-06, 12:40 PM
Potato Bob Potato Bob is offline
Newbie Coder
 
Join Date: May 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Wow, somthing so simple... Cant believe I forgot that. Well I'm just repicking up html for a new project I am working on
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating Dynamic Menu matt001 ASP.NET 2 01-06-06 05:19 PM
I Need Control Panel Layout Patiek Job Offers & Assistance 1 01-24-05 03:32 PM
SQL layout ashoka323 PHP 3 01-21-05 05:01 PM
need help creating an update section mikewooten PHP 4 12-02-04 02:33 PM
error when creating database tables with php script spiroth10 PHP 4 01-06-04 04:59 PM


All times are GMT -5. The time now is 07:22 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.