PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
border specification in table
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
border specification in table
![]() |
border specification in table |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
HI,
how can i specify the border in table? Thanks JGülay |
|
|
|
#2 |
|
Guest
Posts: n/a
|
One way is to use CSS
In the head section of the page: <style type="text/css"> table {border: 2px solid green; border-collapse:collapse;} td, th {border: 1px solid red;} </style> Change the size, colour and border style (solid in above example) to suit your requirements. If it's only one table you wish to specify borders for then give the table an id, and change the CSS to: <style type="text/css"> #table1 {border: 2px solid green; border-collapse:collapse;} #table1 td, #table1 th {border: 1px solid red;} </style> Where table1 is the id given to the table. In the page body you will have <table id="table1"> -- Ron Symonds - Microsoft MVP (FrontPage) Reply only to group - emails will be deleted unread. http://www.rxs-enterprises.org/fp "gulaygashi" <gulaygashi@discussions.microsoft.com> wrote in message news:EF432ED8-E435-427A-9671-D0805F7B2008@microsoft.com: > HI, > how can i specify the border in table? > Thanks > JGülay |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

