Last Moon MMORPG

Help & Information => Help => Forum Help => Topic started by: Haruki on July 02, 2014, 03:02:48 AM

Title: Tables?
Post by: Haruki 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?
Title: Re: Tables?
Post by: Myz on July 02, 2014, 04:34:08 PM
It creates a normal HTML table.

First rowAnother first row
Second rowAnother second row

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.
Title: Re: Tables?
Post by: Haruki 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~
Title: Re: Tables?
Post by: Husky 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~