Results 1 to 10 of 15

Thread: The Benchmark Thread!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2008
    Location
    NTSC
    Posts
    539
    tried it ... it ended up hiding that row. if i did th + tr in the same row, it at least showed up (but still looked the same)

  2. #2
    Join Date
    Sep 2010
    Location
    Leiden, the Netherlands
    Posts
    4,469
    TEXT YET MORE TEXT
    data a
    yet more data
    data b
    still more data



    Code:
    table="width: 500, class: outer_border, align: left" (but then with [ and ] surrounding it)
    font=arial (but then with [ and ] surrounding it)
    [tr]
    	[th]TEXT[/th]
            [th]YET MORE TEXT[/th]
    [/tr]
    [tr]
    	[td]data a[/td]
    	[td]yet more data[/td]
    [/tr]
    [tr]
    	[td]data b[/td]
    	[td]still more data[/td]
    [/tr]
    [/font]
    [/table]
    the th centers the text and puts faint lines between the columns
    use center and /center (but then with [ and ] surrounding it) to center text in cells

    More fancy stuff (might not always work)
    Last edited by Dirk Broer; 05-11-2013 at 08:02 PM.


Posting Permissions

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