Results 1 to 5 of 5

Thread: Tables not allowed on the forum?

  1. #1

    CSA Captain


    Join Date
    Oct 2017
    Location
    The Netherlands
    Posts
    74

    Tables not allowed on the forum?

    I tried adding a table to one of my posts but it doesn't show up when I'm done editing :/. (((((( please....

  2. #2

    USA Brigadier General

    Maximus Decimus Meridius's Avatar
    Join Date
    Jun 2015
    Location
    Germany
    Posts
    1,682
    maybe code wrong? also empty cells arent shown

    tables are definitely allowed. i use a very large one for our roster
    http://www.warofrightsforum.com/image.php?type=sigpic&userid=522&dateline=14500460  02


  3. #3

    USA Major

    VOLCUSGAMING's Avatar
    Join Date
    Jan 2016
    Location
    Denmark
    Posts
    370
    I know it's 9 days ago that you created this thread, but if you still have a problem you could post your code and maybe someone could help you out.


    By the way, now that there is a thread about tables, I'd like to quickly ask the devs/ forum admins why "HTML code is Off"? I'm just saying that if it's possible I think it would make many people happy. Now I openly admit I have no knowledge about vBulletin, so everything I say about this might be complete garbage. (To those who don't know what I'm talking about, if you look at the bottom of the page you will see the Posting Permissions tab, and in the end of that it says "HTML code is Off".)



























    Volcus list of fruit
    -
    -
    -
    Name:
    Apple
    Pear
    Potato
    Color:
    Red or green
    Green
    Yellow or green (Don't eat 'em if green!)
    Taste:
    Mostly good
    Always good
    Awesome (If french)



    3 Minutes of HTML5.JPGClick on the picture for a larger version, also sorry for the bad quality.


    So as you can see just being able to use a little more table attributes can make things look nicer. Of course, this is only a small idea and again I know nothing about vBulletin.






    Cpl. George Anthony
    Gunner


    Battery A, 1st New Jersey Light Artillery
    The German Volunteers


  4. #4

    CSA Captain


    Join Date
    Oct 2017
    Location
    The Netherlands
    Posts
    74
    I found the problem. Observe the following TWO (2) table fields:







    1
    2


    The second table is invisible because it doesn't have any properties. The source code is

    HTML Code:
    [TABLE="class: grid, width: 500"]
    [TR]
    [TD]1[/TD]
    [TD]2[/TD]
    [/TR]
    [/TABLE]
    
    [TABLE]
    [TR]
    [TD]1[/TD]
    [TD]2[/TD]
    [/TR]
    [/TABLE]
    Now the curious thing is that for my thread it was the other way around. The tables remained invisible WITH the class:grid property and appeared when it was just [table].

  5. #5

    USA Major

    VOLCUSGAMING's Avatar
    Join Date
    Jan 2016
    Location
    Denmark
    Posts
    370
    The table, of course, needs data to display in order to be visible also I don't use the grid function as it seems to me like it just messes things up. Again with even just simple table HTML this would be much easier. If you post the full code that you have problems with I might be able to help though.






    Cpl. George Anthony
    Gunner


    Battery A, 1st New Jersey Light Artillery
    The German Volunteers


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •