HTML basic question
HTML basic question
Out of context: Reply #1
- Started
- Last post
- 6 Responses
- ********0
Tables are in the HTML, (everything is).
It's basically like this, someone correct me if I'm wrong...
[html]
[center]
[table][tr]
[td width="100"]
COLUMN 1 IS HERE
[/td][td width="100"]
COLUMN 2 IS HERE
[/td][td width="100"]
COLUMN 3 IS HERE
[/td][td width="100"]
COLUMN 4 IS HERE
[/td][/tr]
[/table]
[/center]
[/html]