|
<TABLE ...>WIDTH = "width expression"WIDTHSome examples:
A common value for WIDTH
<TABLE BORDER WIDTH=100%> <TR><TD>peaches</TD><TD>cherries</TD></TR> <TR><TD>walnuts</TD><TD>almonds</TD></TR> </TABLE>
| peaches | cherries |
| walnuts | almonds |
<TABLE BORDER WIDTH=65%>
| peaches | cherries |
| walnuts | almonds |
For tables that are less than 100%, putting the table inside <CENTER ...>
<CENTER> <TABLE BORDER WIDTH=50%> ••• </CENTER>
| peaches | cherries |
| walnuts | almonds |
Copyright 1997-2002 Idocs Inc. Content in this guide is offered freely to the public under the terms of the Open Content License and the Open Publication License. Contents may be redistributed or republished freely under these terms so long as credit to the original creator and contributors is maintained.