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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.