• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Issue: CSS Table Code isn't working / No Dedicated Table BB Code

Platinum Lucario

The Legendary Master of [color=#D8D48C]Light[/colo
1,607
Posts
16
Years
  • CSS Table Code isn't working / No Dedicated Table BB Code


    Okay, so I was trying out some CSS Class code earlier and tried to create a table code for one of my threads that I was editing earlier, and apparently it doesn't work well:

    For example, when I put in this:
    Code:
    [PLAIN]
    [class="divTable" style="border: 2px solid #000;"]
    [class="divTableBody"]
    [class="divTableRow"]
    [class="divTableCell"]Offset[/class]
    [class="divTableCell"]Name[/class]
    [class="divTableCell"]Type[/class]
    [class="divTableCell"]Endianness[/class]
    [class="divTableCell"]Size[/class]
    [/class]
    [class="divTableRow"]
    [class="divTableCell"] [/class]
    [class="divTableCell"] [/class]
    [class="divTableCell"] [/class]
    [class="divTableCell"] [/class]
    [class="divTableCell"] [/class]
    [/class]
    [class="divTableRow"]
    [class="divTableCell"] [/class]
    [class="divTableCell"] [/class]
    [class="divTableCell"] [/class]
    [class="divTableCell"] [/class]
    [class="divTableCell"] [/class]
    [/class]
    [class="divTableRow"]
    [class="divTableCell"] [/class]
    [class="divTableCell"] [/class]
    [class="divTableCell"] [/class]
    [class="divTableCell"] [/class]
    [class="divTableCell"] [/class]
    [/class]
    [/class]
    [/class]
    [/PLAIN]

    It comes out as this:


    Offset
    Name
    Type
    Endianness
    Size
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     



    I'm kinda used to using HTML codes, but it seems I'm either not doing it right, or support for the table code doesn't exist.
     
    Last edited by a moderator:
    Back
    Top