Help & Information > Forum Help

Tables?

(1/1)

Haruki:
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: ---[table]
[tr]
[td][/td]
[/tr]
[/table]
--- End code ---

Makes this:
Table
I'm out of ideas. Help? Staff, super-smart people? Jimmy Neutron?

Myz:
It creates a normal HTML table.

First rowAnother first rowSecond rowAnother second row
Spoiler for Hiden:
--- Code: ---[table]
[tr]
[td]First row[/td]
[td]Another first row[/td]
[/tr]
[tr]
[td]Second row[/td]
[td]Another second row[/td]
[/tr]
[/table]
--- End code ---

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

Haruki:
Ohh okay,  I get it. Thanks Myz. Let us know if the bg color ends up getting added~

Husky:
Solved then?
Haru PM me if you wish to unlock this thread for any more questions
Locking~

Navigation

[0] Message Index

Go to full version