
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Table Borders: Just Rows or Just Columns<TABLE RULES="...">RULESRULESROWS:
<TABLE
BORDER=1 CELLPADDING=3 CELLSPACING=1
RULES=ROWS FRAME=BOX
>
which gives us
Notice that inside the table there are only horizontal borders, but around the outside there are borders all the way around. To have only horizontal borders outside we'll add a
<TABLE
BORDER=1 CELLPADDING=3 CELLSPACING=1
RULES=ROWS FRAME=HSIDES
>
which gives us
To set the table so that there are only borders between columns set
<TABLE
BORDER=1 CELLPADDING=3 CELLSPACING=1
RULES=COLS FRAME=BOX
>
which gives us
As before, we've set the inside borders but not the outside borders. To have only vertical borders outside as well as inside we add
<TABLE
BORDER=1 CELLPADDING=3 CELLSPACING=1
RULES=COLS FRAME=VSIDES
>
which gives us
Copyright Idocs, Inc. Written by Miko Sullivan |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| About the NetVisits, Inc Network | Advertise Developer Tutorials hosted by HostGator. Copyright ©2007 NetVisits, Inc Network. All Rights Reserved. Privacy Policy. |