Table Border

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BorisPeace
    Member
    • May 2011
    • 34
    • 4.1.x

    [Forum] Table Border

    Name Awesomeness
    BorisPeace 10.0
    Aquila 6.8
    Dreadful 6.4
    PlanetX 0.1

    [table]
    [tr][td]Name[/td][td]Awesomeness[/td][/tr]
    [tr][td]BorisPeace[/td][td]10.0[/td][/tr]
    [tr][td]Aquila[/td][td]6.8[/td][/tr]
    [tr][td]Dreadful[/td][td]6.4[/td][/tr]
    [tr][td]PlanetX[/td][td]0.1[/td][/tr]
    [/table]


    Is there a way to add borders to the table code? Something like [table border=1] or such?
  • we_are_borg
    Senior Member
    • Aug 2004
    • 5454
    • 4.2.X

    #2
    You need to open with [TABLE="class: grid"]

    Comment

    • BorisPeace
      Member
      • May 2011
      • 34
      • 4.1.x

      #3
      Is there any way to customize that border? Changing its color, making it thicker etc...

      Comment

      • we_are_borg
        Senior Member
        • Aug 2004
        • 5454
        • 4.2.X

        #4
        Not that i know of the table is not that good in vBulletin to begin with.

        Comment

        • Andy
          Senior Member
          • Jan 2002
          • 5886
          • 4.1.x

          #5
          Originally posted by BorisPeace
          Is there any way to customize that border? Changing its color, making it thicker etc...
          First make sure the table open tag is in this format:

          [TABLE="class: grid, width: 250, align: left"]

          Put this into your additional.css template and adjust as needed:

          Code:
          td.cms_table_grid_td {
              border: 1px solid #999999;
          }

          Comment

          • BorisPeace
            Member
            • May 2011
            • 34
            • 4.1.x

            #6
            This edits all tables in the forum, right?

            Is there any way to customize each table?

            Comment

            Related Topics

            Collapse

            Working...