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?
Table widths and heights are set in the table tag:
<table width="30" height="1000">
The width and hight of cells is done typically on the table data tags in pixels:
<TD width="30" height="1000">
Or a percentage:
<TD width=20% height=100%>
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/