I'm working on a table. While it's possible to "set" the width of the table itself to some percentage of page width, I can't seem to find a command to set the width of the cells within the table so that each of the two columns gets 50% of the table width. Anyone know how to do this?
HTML Question
Collapse
X
-
HTML Question
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.Tags: None -
Here. I took the brackets out so it would display. This is a 500px wide table with two cells, one 70 percent, the other 30 percent.
table width="500"
tr
td width="70%" /td
td width="30%" /td
/tr
/tableLast edited by SubStandard; 10-11-2002, 10:26 AM.<p><font size="1" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><a href="http://www.unadaptive.com/adults.html">unAdaptive</a> :: adult web design</font></p>Comment
-
Comment
-
Coffee Cup. However, I want to learn the commands.Originally posted by RATBOY
What editor are you using?SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.Comment
-
It would be td width="50%" or td width="250px" or whatever you wanted to define the width as.
You can also do the same with the height.sig too bigComment
-
You may want to try HomeSite editer, I made the move to it from coffee cup a couple of years ago and have never looked back.
It allows for manual , wizard or frontpage style designing. with a built in IE type browser.
You can always use a wizard to complete something for you just to see how it codes it.
http://www.macromedia.com/software/homesite/Comment

Comment