Two alternate row colours, help needed to make a third

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

yes, you have't constructed the table correctly

You haven't closed the <tr> tags and you haven't used any <TD> tags. You haven't actually output any data from your database either.

Take a look at the HTML that is generated
User avatar
mhouldridge
Forum Contributor
Posts: 267
Joined: Wed Jan 26, 2005 5:13 am

Post by mhouldridge »

Almost sorted it now i think.

I will let you know if I come accross out again.

Thanks for your superb advice!
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

Post by phpScott »

that problem is what i refered too, glad to hear you solved it though.
Post Reply