TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   XHTML, HTML, CSS (http://www.talkphp.com/xhtml-html-css/)
-   -   Problem (http://www.talkphp.com/xhtml-html-css/1028-problem.html)

Stemack 09-06-2007 07:30 PM

Problem
 
I have a little problem I am using a CMS called "webspell" and when I log into the site it goes all wierd so I was wondering if you could help? because it is hard 2 explain I have created a test account on my site so you can see what I mean.

Site: www.teamlite.co.nr
Username: test
Password: test

and on the right hand banner goes all wierd and where the user setting are (profile links ect...) it goes off the page so I am wondering how to do it in a list instead of how it is now.

Wildhoney 09-06-2007 07:35 PM

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>.


All times are GMT. The time now is 05:11 PM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0