Code messing up style

Probably because you didn't code it properly. This often happens when you've missed a closing div (</div>)
 
Well can you provide the text ads you coded? You probably missing some tags or whatnot.
 
Ok.

Code:
<center><table width="700" border="0">
<tr>

    <td width="25%" align="center" style="padding: 4px; border-bottom: 1px solid #c6d9e7; border-right: 1px solid #c6d9e7;"><a href="http://forumpromotion.net"><img src="http://i26.tinypic.com/azihr8.png" width="88" height="31" alt="" border="0"  /></a></td>
    <td width="25%" align="center" style="padding: 4px; border-bottom: 1px solid #c6d9e7; border-right: 1px solid #c6d9e7;"><a href="http://forumpromotion.net"><img src="http://i26.tinypic.com/azihr8.png" width="88" height="31" alt="" border="0"  /></a></td>
        <td width="25%" align="center" style="padding: 4px; border-bottom: 1px solid #c6d9e7; border-right: 1px solid #c6d9e7;"><a href="http://forumpromotion.net"><img src="http://i26.tinypic.com/azihr8.png" width="88" height="31" alt="" border="0"  /></a></td>
            <td width="25%" align="center" style="padding: 4px; border-bottom: 1px solid #c6d9e7; border-right: 1px solid #c6d9e7;"><a href="http://forumpromotion.net"><img src="http://i26.tinypic.com/azihr8.png" width="88" height="31" alt="" border="0"  /></a></td>
</tr>

<tr>
    <td width="25%" align="center" style="padding: 4px; border-right: 1px solid #c6d9e7;">
        Get your forum with description and an affiliate image (88x31) or a link at the bottom here!
    </td>
    
        <td width="25%" align="center" style="padding: 3px;	border-right: 1px solid #c6d9e7;">
        Get your forum with description and an affiliate image (88x31) or a link at the bottom here!
    </td>


    <td width="25%" align="center" style="padding: 3px;	border-right: 1px solid #c6d9e7;">
        Get your forum with description and an affiliate image (88x31) or a link at the bottom here!


    <td width="25%" align="center" style="padding: 3px;">
        Get your forum with description and an affiliate image (88x31) or a link at the bottom here!
    </td>



</tr>
</table>

</div></div></center>
 
How exactly does it mess up your style as that code looks fine and works perfectly on my board using firebug. Which style are you using and can you chuck us a link to your board?

Infact it looks very similar to mine, even using the same colors..
 
Well, it messes up my 'Board link' bar.

May I PM you my site, because it's not open yet?
 
Well seeing as you used tables the </div> are not needed. They are probably closing another div that should close later. Try removing the </div>'s at the end of that code block it should fix it.
 
This is solved NBK 🙂

Thanks for helping. 🙂 It was because I need to update the skin to 3.0.6.
 
Back
Top Bottom