Skip to main content

Reply to "Need help with custom template! Doesn't expand with widescreen monitor!"

You're missing an opening tag for a table cell, so things are getting thrown out of the expected columns. It needs to go right in front of:
<style type='text/css'>.acttbl { width:100%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #c77207; font-size: 13px; }</style>

Indenting lines of code can help keep track of where you are at. Here's an example with the missing <td>
<td>
  <style type='text/css'>
    .acttbl { width:100%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #c77207; font-size: 13px; }
  </style>
  <table height="50">
    <tr>
      <td></td>
      <td><font color=#c77207 face="Verdana, Arial, Helvetica, sans-serif" size="5"></font></td>
      <td></td>
    </tr>
  </table>
Copyright © 1999-2018 Auctiva.com. All rights reserved.
×
×
×
×