• Please note that this section is for questions regarding the forum itself - it is not for fan game-related questions. If you have a question about a fan game, ask in the appropriate thread.

  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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
    17
    Years
    [PokeCommunity.com] 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:
    PokéCommunity doesn't support tables in that manner.

    Ah, I see. Is there any table code that I can use that PC actually supports? Or are table codes absolutely forbidden?
     
    Back
    Top