Jump to content

Need a little help....


voyde

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.