OK, so I'm trying my hand at making a web site, and I was wondering what the best layout option (especially for a webcomic) is. I was thinking using tables, but.. how do you specify the height/width (in pixels) for each row/column?
I'm a little frustrated. Hope someone can help.
Help, Support and Suggestions
HTML Tables..
Kristen Gudsnuk
at 10:39AM, Sept. 13, 2009
last edited on July 14, 2011 1:23PM
ozoneocean
at 8:15PM, Sept. 13, 2009
Some useful table stuff here:
http://www.w3schools.com/html/html_tables.asp
Table widths and heights are set in the table tag:
The width and hight of cells is done typically on the table data tags in pixels:
Or a percentage:
The hight tag isn't really needed that much though.
Tables can be very confusing to start with... it's best to try a WYSIWYG HTML edit program first so you can work visually and then see how the code is constructed to produce that effect.
The Seamonkey browser suit comes with a useful free website editing program: http://www.seamonkey-project.org/ [seamonkey-project.org]
http://www.w3schools.com/html/html_tables.asp
Table widths and heights are set in the table tag:
The width and hight of cells is done typically on the table data tags in pixels:
Or a percentage:
The hight tag isn't really needed that much though.
Tables can be very confusing to start with... it's best to try a WYSIWYG HTML edit program first so you can work visually and then see how the code is constructed to produce that effect.
The Seamonkey browser suit comes with a useful free website editing program: http://www.seamonkey-project.org/ [seamonkey-project.org]
last edited on July 14, 2011 2:35PM
Kristen Gudsnuk
at 9:20AM, Sept. 18, 2009
oooh! Thanks ozone!!! maybe now my website won't be so pitiful.
last edited on July 14, 2011 1:23PM
©2011-2012 WOWIO, Inc. All Rights Reserved





