Announcement

Collapse
No announcement yet.

Edit, figured it out.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Edit, figured it out.

    I've pasted the normal template code for the forum over the top of the wide template, so the wide one doesn't work any more (wide used to fill the width).

    How do I alter the normal template code below to make it wide please? I've bolded the line that does the top banner so you know what's where.


    <!-- logo -->
    <a name="top"></a>
    <!--- Wooo Dodgy Start A --->
    <table border="0" width="720" cellpadding="0" cellspacing="0" align="center">
    <tr>
    <td align="$stylevar[center]" colspan="2" class="mainntscukborder">
    <!--- Wooo Dodgy End A --->
    <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
    <tr>
    <td align="$stylevar[center]" colspan="2">
    <!-- NEW HEADER &amp; NAVBAR -->
    <!--- Mondo Table Start --->
    <table width="720" align="center" border="0" cellpadding="8" cellspacing="0">
    <tr>
    <td align="center">
    <table width="704" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td align="left">
    <a href="http://www.ntsc-uk.com/"><img src="http://www.ntsc-uk.com/newgfx/ntscblendindex.png" width="704" height="80" alt="ntsc-uk montage" border="0"></a>
    </td>
    </tr>
    </table>
    <table width="704" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="28" align="center"><a href="http://www.ntsc-uk.com/index.php" class="mainntscukmainmenu">Home</a></td>
    <td width="12" align="center">&middot;</td>
    <td width="55" align="center"><a href="http://www.ntsc-uk.com/index.php?menu=aboutus" class="mainntscukmainmenu">AboutUs</a></td>
    <td width="12" align="center">&middot;</td>
    <td width="35" align="center"><a href="http://ntsc-uk.domino.org/" class="mainntscukmainmenu">Forum</a></td>
    <td width="12" align="center">&middot;</td>
    <td width="52" align="center"><a href="http://www.ntsc-uk.com/index.php?menu=fea" class="mainntscukmainmenu">Features</a></td>
    <td width="12" align="center">&middot;</td>
    <td width="70" align="center"><a href="http://www.ntsc-uk.com/index.php?menu=tech" class="mainntscukmainmenu">Import/Tech</a></td>
    <td width="12" align="center">&middot;</td>
    <td width="52" align="center"><a href="http://www.ntsc-uk.com/index.php?menu=portables" class="mainntscukmainmenu">Portables</a></td>
    <td width="12" align="center">&middot;</td>
    <td width="63" align="center"><a href="http://www.ntsc-uk.com/index.php?menu=sdc" class="mainntscukmainmenu">Dreamcast</a></td>
    <td width="12" align="center">&middot;</td>
    <td width="28" align="center"><a href="http://www.ntsc-uk.com/index.php?menu=microsoft" class="mainntscukmainmenu">Microsoft</a></td>
    <td width="12" align="center">&middot;</td>
    <td width="57" align="center"><a href="http://www.ntsc-uk.com/index.php?menu=nintendo" class="mainntscukmainmenu">Nintendo</a></td>
    <td width="12" align="center">&middot;</td>
    <td width="20" align="center"><a href="http://www.ntsc-uk.com/index.php?menu=pc" class="mainntscukmainmenu">PC</a></td>
    <td width="12" align="center">&middot;</td>
    <td width="28" align="center"><a href="http://www.ntsc-uk.com/index.php?menu=sony" class="mainntscukmainmenu">Sony</a></td>
    </tr>
    <tr>
    <td height="3" colspan="21">
    </td>
    </tr>
    <tr>
    <td colspan="21" align="center">
    $nukbannerarray[$nukrandom]
    </td>
    </tr>
    </table>
    <!--- Mondo Table End --->
    </td>
    </tr>
    </table>
    <!-- /logo -->
    <!-- content table -->
    $spacer_open

    $_phpinclude_output

    #2
    Edit, don't worry, figured it out.

    Comment

    Working...
    X