voyde Posted July 18, 2007 Share Posted July 18, 2007 Normally I can figure these things out but i am stumped on this one... Its for a forum and part of the main sites design is to show recent news and recent discussions on the same table but with alternating backgrounds so the template looks like this... <table width="560" cellpadding="0" cellspacing="0"> <tr class="minit1" align="center" width="280"> <td class="recenttext" width="280" align="left"> <b>"[b]Latest Discussion #1[/b]"</b> </td> <td class="recenttext" width="280" align="right"> <b>"[b]Latest News #1[/b]"</b> </td> </tr> <tr class="minit2" align="center" width="280"> <td class="recenttext" width="280" align="left"> <b>"[b]Latest Discussion #2[/b]"</b> </td> <td class="recenttext" width="280" align="right"> <b>"[b]Latest News #2[/b]"</b> </td> </tr> </table> Its longer than that (goes to latest news/discussion 6) The table is not only interlocking with each other but also changing colors after each row. How do you think i could do this? I got the latest news to work (coming from a seperate mysql DB) but cannot get the latest discussion to work into the table (yes i can get it) Thanks Quote Link to comment Share on other sites More sharing options...
voyde Posted July 19, 2007 Author Share Posted July 19, 2007 Anyone? Quote Link to comment Share on other sites More sharing options...
lightningstrike Posted July 19, 2007 Share Posted July 19, 2007 Umm can you show us your php because we have no idea what you're doing. Quote Link to comment 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.