I don't know why it was showing <br />, like you said, something must be converting the code and adding that.
I changed it to a template instead of bbcode and it is showing up just how I wanted it.
For some reason though it is making the recent threads section 100% with if a template is used.
It could be a problem with CMPS, again I just have the table code in the template:
HTML Code:
<table border="0" cellpadding="1" cellspacing="1">
<tbody>
<tr>
<td>
<div style="width: 180px; height: 150px; background-image: url("http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/summer1_180x150_bg.jpg"); background-repeat: no-repeat; background-color: rgb(108, 178, 235);">
<script src='http://netweather.accuweather.com/adcbin/netweather_v2/netweatherV2ex.asp?partner=netweather&tStyle=normal&logo=1&zipcode=EUR|ES|SP018|GRAN CANARIA|&lang=uke&size=8&theme=summer1&metric=1&target=_self'></script> <div style="text-align: center; font-family: arial,helvetica,verdana,sans-serif; font-size: 10px; line-height: 12px; color: rgb(0, 0, 255);">
<a href="http://www.accuweather.com/world-index-forecast.asp?partner=netweather&locCode=EUR|ES|SP018|GRAN CANARIA|&metric=1" style="color: rgb(0, 0, 255);">Weather Forecast</a> | <a href="http://www.accuweather.com/maps-satellite.asp" style="color: rgb(0, 0, 255);">Weather Maps</a></div>
</div>
</td>
<td>
<div style="width: 180px; height: 150px; background-image: url("http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/summer1_180x150_bg.jpg"); background-repeat: no-repeat; background-color: rgb(108, 178, 235);">
<script src='http://netweather.accuweather.com/adcbin/netweather_v2/netweatherV2ex.asp?partner=netweather&tStyle=normal&logo=1&zipcode=EUR|ES|SP018|TENERIFE|&lang=uke&size=8&theme=summer1&metric=1&target=_self'></script> <div style="text-align: center; font-family: arial,helvetica,verdana,sans-serif; font-size: 10px; line-height: 12px; color: rgb(0, 0, 255);">
<a href="http://www.accuweather.com/world-index-forecast.asp?partner=netweather&locCode=EUR|ES|SP018|TENERIFE|&metric=1" style="color: rgb(0, 0, 255);">Weather Forecast</a> | <a href="http://www.accuweather.com/maps-satellite.asp" style="color: rgb(0, 0, 255);">Weather Maps</a></div>
</div>
</td>
<td>
<div style="width: 180px; height: 150px; background-image: url("http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/summer1_180x150_bg.jpg"); background-repeat: no-repeat; background-color: rgb(108, 178, 235);">
<script src='http://netweather.accuweather.com/adcbin/netweather_v2/netweatherV2ex.asp?partner=netweather&tStyle=normal&logo=1&zipcode=EUR|ES|SP018|ARRECIFE|&lang=uke&size=8&theme=summer1&metric=1&target=_self'></script> <div style="text-align: center; font-family: arial,helvetica,verdana,sans-serif; font-size: 10px; line-height: 12px; color: rgb(0, 0, 255);">
<a href="http://www.accuweather.com/world-index-forecast.asp?partner=netweather&locCode=EUR|ES|SP018|ARRECIFE|&metric=1" style="color: rgb(0, 0, 255);">Weather Forecast</a> | <a href="http://www.accuweather.com/maps-satellite.asp" style="color: rgb(0, 0, 255);">Weather Maps</a></div>
</div>
</td>
<td>
<div style="width: 180px; height: 150px; background-image: url("http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/summer1_180x150_bg.jpg"); background-repeat: no-repeat; background-color: rgb(108, 178, 235);">
<script src='http://netweather.accuweather.com/adcbin/netweather_v2/netweatherV2ex.asp?partner=netweather&tStyle=normal&logo=1&zipcode=EUR|ES|SP018|FUERTEVENTURA|&lang=uke&size=8&theme=summer1&metric=1&target=_self'></script> <div style="text-align: center; font-family: arial,helvetica,verdana,sans-serif; font-size: 10px; line-height: 12px; color: rgb(0, 0, 255);">
<a href="http://www.accuweather.com/world-index-forecast.asp?partner=netweather&locCode=EUR|ES|SP018|FUERTEVENTURA|&metric=1" style="color: rgb(0, 0, 255);">Weather Forecast</a> | <a href="http://www.accuweather.com/maps-satellite.asp" style="color: rgb(0, 0, 255);">Weather Maps</a></div>
</div>
</td>
</tr>
</tbody>
</table>
Something must be changing when CMPS is adding the template / code to display when the site is loading..
Thanks once again Kevin!
--------------- Added [DATE]1335288333[/DATE] at [TIME]1335288333[/TIME] ---------------
It was a problem with how CMPS uses the code through a template, fixed
Thanks very much for all the help!