help please

swirly

Active Member
Messages
1,930
Reaction score
0
Points
36
I need some help with my site...http://www.freeware.x10hosting.com/template050

look at the affiliates section, who ever can tell me whats wrong with it and how to fix it (and have it actually work) i will give 20 points. my friends and i have tried about 10 different ways, none of which were successfull.
 

YamiKaitou

Member
Messages
636
Reaction score
0
Points
16
According to your source code, you have an extra "<tr>" tag in there. Here is the part and the fix

HTML:
<td><div align="center"><font color="#B5B5B5" size="1" face="Verdana, Arial, Helvetica, sans-serif">Affiliates</font></div></td>

                          </tr>
                        </table></td>
						               <tr>
                      <td><img src="images/rightcolumnheader.gif" width="20" height="36"></td>

Change to

HTML:
<td><div align="center"><font color="#B5B5B5" size="1" face="Verdana, Arial, Helvetica, sans-serif">Affiliates</font></div></td>

                          </tr>
                        </table></td>
						               
                      <td><img src="images/rightcolumnheader.gif" width="20" height="36"></td>
 

swirly

Active Member
Messages
1,930
Reaction score
0
Points
36
wooottttt that was it. thanks a tonnn man.i had fixed it before but then i messed up my site so i had to redo everything and i couldnt remember how i did it lol
 

noerrorsfound

New Member
Messages
1,736
Reaction score
1
Points
0
I noticed you have no index page in your main directory. I am pretty sure you can be suspended for this because it shows no ads, so you should probably put an index up containing the ad code.
 
Top