Thread: Help Please
View Single Post
Old Oct 28th, 2004, 1:17 AM   #7
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 6 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
I think its

<style type="text/css">
 * *table {
 * * * *border-size: 10px;
 * *}

  tr, td, theader {
    border-size: 2px solid transparent;
  }
</style>

Or try..

<style type="text/css">
 * *table {
 * * * *border: 10px solid black;
 * *}

  tr, td, theader {
    border-size: 2px solid transparent;
  }
</style>

I know the second works.
__________________

tempest is offline   Reply With Quote