April 27, 2024, 11:36:46 PM

Author Topic: Tables?  (Read 3696 times)

Offline Haruki

  • Your friendly neighborhood mofo
  • Full Moon
  • **
  • Posts: 470Female
  • Karma: 52
  • Don't be such a haur.
    • View Profile
Tables?
« on: July 02, 2014, 03:02:48 AM »
Hey guys. I've scoured the internet for the codes that would be compatible with this forum (HTTML, BBCode, Anything under the umbrella of SMF 2.0.8 ) and none of it is working with this forum's formatting.

I'd like to achieve a simple table, with background color and two rows. My goal is to try and make something like what I made here:
http://lastmoon.boards.net/thread/2644/harukis-characters-wip?page=1&scrollTo=27570

Even using the basic table that the button on the posting options provides, doesn't create a true-to-form table.

Code: [Select]
[table]
[tr]
[td][/td]
[/tr]
[/table]

Makes this:
Table

I'm out of ideas. Help? Staff, super-smart people? Jimmy Neutron?
« Last Edit: July 02, 2014, 03:17:09 AM by Haruki »


Offline Myz

  • Mooo
  • Head Admin
  • **
  • Posts: 571
  • Karma: 113
    • View Profile
Re: Tables?
« Reply #1 on: July 02, 2014, 04:34:08 PM »
It creates a normal HTML table.

First rowAnother first row
Second rowAnother second row

Spoiler for Hiden:
Code: [Select]
[table]
[tr]
[td]First row[/td]
[td]Another first row[/td]
[/tr]
[tr]
[td]Second row[/td]
[td]Another second row[/td]
[/tr]
[/table]

The background is a problem though, I haven't added any support for custom css.

Offline Haruki

  • Your friendly neighborhood mofo
  • Full Moon
  • **
  • Posts: 470Female
  • Karma: 52
  • Don't be such a haur.
    • View Profile
Re: Tables?
« Reply #2 on: July 10, 2014, 09:08:01 PM »
Ohh okay,  I get it. Thanks Myz. Let us know if the bg color ends up getting added~


Offline Husky

  • Cobcat
  • Moderator
  • *
  • Posts: 623Female
  • Karma: 83
  • Remember your constants
    • View Profile
Re: Tables?
« Reply #3 on: July 10, 2014, 09:23:15 PM »
Solved then?
Haru PM me if you wish to unlock this thread for any more questions
Locking~