HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
table width percentages not lining up
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
leonandtiffany



Joined: 17 Mar 2005
Posts: 4

PostPosted: Tue Mar 22, 2005 9:21 pm     table width percentages not lining up Reply with quote

I have two tables that I am trying to line up. One is broken up as 80% and 20% for a header, and the next table underneath is broken up 20%, 60%, 20%. I am trying to make the right side (the 20% in each table) match up, but they won't. Any suggestions on what I might be doing wrong or what I could do?...
My site is leonandtiffany.0catch.com/vision
Thanks so much!
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8199
Location: Castle Rock CO USA

PostPosted: Wed Mar 23, 2005 5:35 am     Reply with quote



Now when you say match up, are you saying on some different resolutions, that one side might be wider than the other? If so, it might be because your images are 175 pixels in width. So the table on the right will be 175 pixels at least to accomodate your image.

Also - width is deprecated. You might consider using styles instead:
Code:
<td width="20%" valign="top" bgcolor="#FFFFFF">

change to
Code:
<td style="width=20%; background-color: #FFFFFF; vertical-align: top">

and change your DOCTYPE to:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Webmaster Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial