Jump to content

BBcode help


Recommended Posts

I was wondering if anyone knew how to implement tables using BBcode on this forum...I was trying use one with a picture in one column and text in the one next to it but couldnt get any of it to work. Any help would be great.

Link to comment

Hmm, I know that some of the standard BBCodes don't work in the forum (they have alternates, mostly), so it might not be an option, or it might just be different x:

Usually, you'd do

[table][mrow]Main Row Column 1[mcol]Main Row Column 2[row]Regular Row Column 1[col]Regular Row Column 2[/table]

But that didn't work on here x:

 

Try

[table=Test]
[tr][th]Head 1[/th][th]Head 2[/th][/tr]
[tr][td=width]R1C1[/td][td=width]R2C2[/td][/tr]
[tr][td=width]R2C1[/td][td=width]R2C2[/td][/tr]
[/table]

Which looks like this:

[tr]

Head 1Head 2[/tr]

[tr]

R1C1R2C2[/tr]

[tr]

R2C1R2C2[/tr]

The codes on here are weird o.O;

 

Hope that helps!

~Jaggy

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...
Please Sign In or Sign Up