09-06-2007, 07:35 PM
|
#2 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
You either need to put in a <tr> node in every 2 columns. So it'd be like:
Code:
<tr>
<td>Overview</td>
<td>Messenger</td>
</tr>
<tr>
<td>Buddies</td>
<td>Logout</td>
</tr>
<tr>
<td>Edit Profile</td>
<td>Galleries</td>
</tr>
Or go for the list as you mentioned. But try the above example first. To make it a table list put the </tr><tr> after every single </td>.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|