Fork me on GitHub

PN w/ pagesetter + Autothemes Lite  Bottom

  • I realize this isnt exactly the right place, but the foks at Pagesetter were not a lot of help, so I thought I'd try here and at the AutoTheme forums.....


    Take a look at: http://www.viperpaintball.com/newsite/index.php?module=Pagesetter&func=viewpub&tid=2&pid=11

    This is an event listing for a site I maintain. For some odd reason the event detail is off to the side. Below is my EVENTS-full template. I'm wondering if its an issue with AutoTheme, the particular theme, or somthing I did in the template. Any help/hints would be aprichated.

    Code

    <center>
    <font color="#FF9900"><!--[$host_field]--><br />
    <font color="#FFFFFF" size=-1><!--[$host_loc]--></font><br />
    <a href="<!--[$host_link]-->" target=_blank><font color="#0000FF" size=-1><!--[$host_link]--></font></a> <br /><br /></font>

    <font color="#FF9900" size=+1>Presents:<br /><br /></font>

    <!--[$title]--><br /><br />
    Viper <!--[$type]--><br /><br />
    <br />
    <br />

    <table align="center" width="100%">
    <table>
    <tr align="center">
    <td align="left">
    Start date:</td><td align="left"><!--[$date_start]--> - <!--[$time_start]--></td></tr><td>
    end date:</td><td><!--[$date_end]--> - <!--[$time_end]--></td></tr><td>
    Walkon Cost:</td><td>$ <!--[$cost_w]--></td></tr><td>
    Pre-Game Cost:</td><td>$ <!--[$cost_pre]-->  - MUST be Postmarked no later than: <!--[$date_pre]--></td></tr><td>
    Early Bird Cost:</td><td>$ <!--[$cost_early]--> - MUST be Postmarked no later than: <!--[$date_early]--></td></tr><td>
    case of Paint:</td><td>$ <!--[$cost_case]--></td></tr><td>
    Half-case of Paint:</td><td>$ <!--[$cost_half]--></td></tr><td>
    <br /></td></tr><td>
    Side A:</td><td> <!--[$side_a]--></td></tr><td>
    Side B:</td><td> <!--[$side_b]--></td></tr><td>
    Contact Telephone:</td><td>  <!--[$contact]--></td></tr>
    </table>
    <table width="80%">
    <tr>
    <br /><br />
    <!--[$event_decs]--><br /></tr>
    <tr>
    <!--[$reg_info]--></tr>
    </table>
    </table>
    </center>

    Thanks
  • The markup you've posted there isn't valid - a number of missing closing table cell (td) tags, some table rows missing table cells entirely.

    With any layout issue the first thing to look at the is the html validator.

    -Mark

    --
    Visit My homepage and Zikula themes.
  • Well the validator didnt help much...it didnt like most of the Smarty stuff but, I did go in and look at the rows and drop tags...and low and behold....it works.

    Thanks. Sometimes its the little things that kick your tail
  • The validator shouldn't have seen the Smarty stuff as all of that would be turned in to HTML for the viewing.

    --
    Home Page | Find on Facebook | Follow on Twitter

This list is based on users active over the last 60 minutes.