|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
When using a table you can make the border 1 or more Is there a way to make it thinner than one
THXS Steve |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Don't use the HTML attribute for border at all. Use CSS -
table { border: 1px solid black; } That will outline the whole table and the cells within.... -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "Stevan" <stevelindab@bellsouth.net> wrote in message news:fppia6$ii1$1@forums.macromedia.com... > When using a table you can make the border 1 or more Is there a way to > make it thinner than one > > THXS Steve |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Here is another way...
<table width="100%" border="0" cellspacing="1" bgcolor="#000000"> <tr> <td bgcolor="#FFFFFF"> </td> </tr> </table> Not technically a border, but this may accomplish what you are looking for. In effect, you would be setting the background color of your table, with a padding of 1, then set the table cell to another color to create a border. |
|
![]() |
| Outils de la discussion | |
|
|