cpharry Posted January 1, 2009 Share Posted January 1, 2009 Hi, This is the last major thing that I need help on. Basically I need certain rows of records to come out in a different coloured table row. If that makes sense I want "category rows" to come out a different colour to the way they are coming out now. I have thought this up... <?php if($parentsid='1'){ echo "class='body1'"; }else{echo "class='body2'";}?> But that doesnt work as you can see in the picture above. All help will be greatly appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/139075-solved-coding-troubleformatting/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.