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 Link to comment https://forums.phpfreaks.com/topic/60613-need-a-little-help/ Share on other sites More sharing options...
voyde Posted July 19, 2007 Author Share Posted July 19, 2007 Anyone? Link to comment https://forums.phpfreaks.com/topic/60613-need-a-little-help/#findComment-301965 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. Link to comment https://forums.phpfreaks.com/topic/60613-need-a-little-help/#findComment-301966 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.