Figured this was the place to post this.
Hi... I've been having an issue with tables on this forum. I do know this forum uses BBCode (orsomeweirdalternativetoit,dunno).
But I'm trying to make a 2row-3column table, with a picture for the header(?) of each column, then text on the second row. But what happens is that when I do that the pictures come too close together. To try and seperate them: I tried things that normally exist in HTML, but I figured admins only can use HTML here.
The code is the following:
[table]
[tr]
[td]
[center]image 1[/center]
[center]
-
-
[/center]
[/td]
[td]
[center]image 2[/center]
[center]
-
-
[/center]
[/td]
[td]
[center]image 3[/center]
[center]
-
-
[/center]
[/td]
[/tr]
[/table]
Too much centering... I know, but I doubt that it's the difference maker.
I tried using "left" on the first column, "center" on the second, and "right" on the third, but that just made them align vertically instead of horizontally.