*** HELP PLEASE** Html Table Showin On All Pages
Hello
I put a html table in the index.php of my classipress installation but the think is that this table is now showing in my categorie pages and i dont want that I only whant this table to be seen on the index page
Any body can help me please
the table contain a advertising in the left and a Slideshow in the right
please someone help me
<?php
require_once dirname( __FILE__ ) . '/form_process.php';
get_header( );
include_classified_form( );
?>
<center>
<TABLE WIDTH="50%" BORDER="0" BORDERCOLOR="none" CELLPADDING="8">
<TR>
<TD ROWSPAN="5" BACKGROUND="PinkBackground.gif" ALIGN="center" WIDTH="08%">
</TD>
<TD COLSPAN="2" BGCOLOR="" ALIGN="center"><?php fpss_slideshow('Testing'); ?></TD>
</TR>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</center>
<div class="content">