tables question
tables question
Out of context: Reply #2
- Started
- Last post
- 6 Responses
- spiff0
Okay, First of all, If you want the table to go completely across the page with no margins, you have to add these attributes to your body tag:
topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"Now, as for the table, add:
width="100%"
In the starting table tag. The finished code should look something like:your title
left column
middle column
right columnyou can also make the columns different widths like so:
your title
left column
middle column
right columnHope that helps you! Good luck.