@Russia: I've fixed the table for you. You didn't include {tr}-tags and you never closed the table tag. (well, perhaps you did, but it didn't show)
@All: if you post tables, don't post hard-returns between the tags! IE:
{table}
{tr}
{td}
--text--
{/td}
{td}
etc.
Make it:
{table}{tr}{td}--text--
--more text--{/td}
etc.
vBulletin will try to put {br} tags between the table tags when you insert hard-returns, that'll screw up the table.
@All: if you post tables, don't post hard-returns between the tags! IE:
{table}
{tr}
{td}
--text--
{/td}
{td}
etc.
Make it:
{table}{tr}{td}--text--
--more text--{/td}
etc.
vBulletin will try to put {br} tags between the table tags when you insert hard-returns, that'll screw up the table.
Comment