Remove column borders?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • le007
    New Member
    • Oct 2006
    • 14

    Remove column borders?

    Hey all - just wondering does anyone know how to remove and/or change the column colour or borders?
    Basically my sketchy site:


    has 1 main table with 3 columns - I want to remove the column borders from the centre cell - any suggestions?

    Thanks
  • JohannC
    New Member
    • Sep 2006
    • 15

    #2
    Originally posted by le007
    Hey all - just wondering does anyone know how to remove and/or change the column colour or borders?
    Basically my sketchy site:


    has 1 main table with 3 columns - I want to remove the column borders from the centre cell - any suggestions?

    Thanks
    Hi , The Table , Table Row and Table Cell have a property that you can set just say : <table border=0 id ="mytable" ></table>

    hope you get it

    Comment

    • le007
      New Member
      • Oct 2006
      • 14

      #3
      Thanks buddy but I still have the lines going throught the middle of the page - I want them to sink into the bgcolor?

      Comment

      • rachwelian
        New Member
        • Oct 2006
        • 3

        #4
        <td style="border-color:#FFFFFF;" > will put a white border around the table cell.

        <td style="border:0 ;"> will get rid of the border.

        Comment

        • le007
          New Member
          • Oct 2006
          • 14

          #5
          Thanks buddy

          Comment

          Working...