How to get a outlined border for a table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kashhere
    New Member
    • Feb 2008
    • 21

    How to get a outlined border for a table

    hi every one,
    Actually i am going through the designing of a table
    for which i want to add a border only to the outline
    i mean to say the table should contain outlined border only
    the data in the table should not contain the border
    can any one please guide me towards the solution

    thanks in advance

    kash
  • harshmaul
    Recognized Expert Contributor
    • Jul 2007
    • 490

    #2
    Hi kash,

    heres the solution in short....

    Code:
    <table style="border:1px solid #ff0000">
    <tr>
    <td>column 1</td>
    <td>column 2</td>
    </tr>
    <tr>
    <td>column 1</td>
    <td>column 2</td>
    </tr>
    </table>

    Comment

    • kashhere
      New Member
      • Feb 2008
      • 21

      #3
      its working
      thanks alot

      kash

      Comment

      • harshmaul
        Recognized Expert Contributor
        • Jul 2007
        • 490

        #4
        Hi,
        No problems mate.

        Comment

        Working...