
Announcement
Collapse
No announcement yet.
Tables.
Collapse
X
-
Comment
-
Here's a tutorial:
<table> - starts a new table, attributes can be border="x" for border width, cellspacing="x" for the distance between cells, cellpadding="x" for the space around the text inside a cell, height="x" and width="x", and all that good stuff
<tr> - starts a new row inside a table
<td> - opens a cell in a table, attributes are height, width, border, yada yada. colspan="x" sets the amount of columns this one cell will span, rowspan="x" sets the amount of rows this one cell will span
Hi - the text in the cell
</td> - closes a cell
</tr> - ends a row
</table> - ends a table
www.thehardwire.com is just a million embedded tables...i once got an e-mail from someone who couldn't re-produce what i did, that made me proud
Comment
-
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment