Results 1 to 2 of 2

Thread: Easy HTML Question..........

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    263

    Easy HTML Question..........

    Hey. What is the CSS syntax for the table border to look neat like an Excel table with black border lines instead of that ugly ass thick border???
    Thanks Alot,

    David Gottlieb
    CIW Certified Internet Webmaster
    Web Developer/Designer

  2. #2
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    Try this:

    Code:
    <style>
    table /* or td */ {
      border: solid black 1px;
    }
    </style>
    
    ...
    
    <table border="0">
    ...
    </table>
    Alcohol & calculus don't mix.
    Never drink & derive.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width