Remove table help

Discussion in 'HTML & Website Design' started by killer12345, Apr 14, 2010.

Thread Status:
Not open for further replies.
  1. #1
    How to remove this so the picture is in the middle?
    [​IMG]

    Code:
    <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
    
    <tr>
    	<td class="row1"><img src="{T_THEME_PATH}/images/stats.gif" alt="{L_STATISTICS}" /></td>
    	<td class="row1 nobold" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td>
    </tr>
    	<!-- IF not S_IS_BOT -->
    <tr>
      <td class="row1"></td>
      <td class="row1 nobold" valign="middle"> <p class="genmed"><strong><u>{L_24HOUR_STATS}</u></strong></p><p class="genmed">{24HOUR_POSTS} | {24HOUR_TOPICS} | {24HOUR_USERS}</p></td>
    </tr>
    <!-- ENDIF -->
    </table>
    
    Code (markup):
    Thanks.
     
    killer12345, Apr 14, 2010 IP
  2. killer12345

    killer12345 Peon

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Dw I figured it out.
     
    killer12345, Apr 15, 2010 IP
Thread Status:
Not open for further replies.