Guest Guest
| Subject: Creating tables 2008-04-15, 13:21 | |
| You can create tables in forum by using the following code: - Code:
-
[table border="1"] [tr] [td]tr creates a table row[/td] [td]td creates the columns in each row[/td] [/tr] [tr] [td]this is the second row[/td] [td]...[/td] [/tr] [/table] Produces a table like this: tr creates a table row | td creates the columns in each row | this is the second row | ... |
|
|
Prefab
Number of posts : 57 Location : UK Registration date : 2008-02-17
| Subject: Re: Creating tables 2008-04-17, 04:20 | |
| Cool, now I need to back and update my previous post Pf | |
|