Log in

View Full Version : My tcat bar is only half way across?


TomasDR
04-18-2006, 11:10 AM
I know what did it but I would prefer to have two columns. Is there any way to make the bar go all the way across?

I followed the instructions here: https://vborg.vbsupport.ru/showthread.php?t=98009

My Code
...
<tr><td class="tcat">Brazil</td>
</tr><tr>
<td class="alt1">
<a href="http://www.wunderground.com/global/stations/82398.html?bannertypeclick=big2">
<img src="http://banners.wunderground.com/weathersticker/big2_both_cond/language/www/global/stations/82398.gif" border=0
alt="Click for Fortaleza, Brazil Forecast" height=60 width=468></a>
</td>
<td class="alt1">
<a href="http://www.wunderground.com/global/stations/82899.html?bannertypeclick=big2">
<img src="http://banners.wunderground.com/weathersticker/big2_both_cond/language/www/global/stations/82899.gif" border=0
alt="Click for Recife, Brazil Forecast" height=60 width=468></a>
</td>
...

Attached is a pic.

Thanks in advance.

Zachariah
04-18-2006, 11:19 AM
Hello Try:

<td class="tcat" colspan="2">Brazil</td>

TomasDR
04-18-2006, 11:26 AM
Hello Try:

<td class="tcat" colspan="2">Brazil</td>

Worked perfectly, thank you. I'm very new at this.

Zachariah
04-19-2006, 01:30 AM
Not a problem Sir.