PDA

View Full Version : Thread Code Issue



Jamez
11-12-2015, 10:31 PM
Hey, I am having a problem with creating a table in a thread.

Whenever I put in this

[.table]
[.tr]
[.td][/td]
[.td][/td]
[.td][/td]
[/tr]
[/table]

Instead of

[.table][.tr][.td][/td][.td][/td][.td][/td][/tr][/table]

It should only create a table of 1 row and 3 columns but it also creates a large space in between the table and whatever is above due to all the lines in the table. Is this intended or am I doing something wrong?