Log in

View Full Version : right side column


Chadi
11-22-2005, 04:15 AM
After upgrading to vb3.51 the right side column's text (forumhome) finally was able to kick in with the smallfont size. However, stangely the last box on the bottom right below the Google ads is still not recognizing the smallfont type.

The site: www.talkjesus.com
Box: "Sponsors"

The code:


<td><img src="/designs/radio_dream/f_30.jpg" alt="" /></td>
<td background="/designs/radio_dream/f_31.jpg" width="100%" style="padding-left: 5px">
<div class="smallfont"><font color="#FFFFFF">Sponsor</font></div>
</td>
<td><img src="/designs/radio_dream/f_301.jpg" alt="" /></td>
</tr>
<tr>
<td class="alt1" width="100%" colspan="3" style="border-bottom:1px solid #CFCBCA; padding:5px; border-left:1px solid #CFCBCA; border-right:1px solid #CFCBCA; ">
<div class="smallfont">

<p align="center">
<a target="_blank" href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43">
<img border="0" src="http://talkjesus.com/images/virtuoso.jpg" width="150" height="113" style="border: 1px solid #CCCCCC"></a><br>
<a target="_blank" href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none; font-weight: 700">
Virtuoso Net Solutions</a></p>
<p align="left">
<a href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
Domain Registration</a><br>
<a href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
Reseller Hosting</a><br>
<a target="_blank" href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
Shoutcast</a><br>
<a href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
SSL Certificates</a><br>
<a target="_blank" href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
voIP: TeamSpeak &amp; Ventrilo</a><br>
<a target="_blank" href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
VPS Hosting</a><br>
<a href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
Web Hosting</a><br>
<a href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
Website Creator</a></td>


Can someone please explain why the font size is not kicking in smallfont?

NineToez
11-22-2005, 05:34 AM
Can someone please explain why the font size is not kicking in smallfont?
I don't see where you closed the original <div class="smallfont"> tag (right above your "p align" tag) at the end. That might be why.

Chadi
11-22-2005, 06:18 AM
I added </div> after the last </a>


<td class="alt1" width="100%" colspan="3" style="border-bottom:1px solid #CFCBCA; padding:5px; border-left:1px solid #CFCBCA; border-right:1px solid #CFCBCA; ">
<div class="smallfont">

<p align="center">
<a target="_blank" href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43">
<img border="0" src="http://talkjesus.com/images/virtuoso.jpg" width="150" height="113" style="border: 1px solid #CCCCCC"></a><br>
<a target="_blank" href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none; font-weight: 700">
Virtuoso Net Solutions</a></p>
<p align="left">
<a href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
Domain Registration</a><br>
<a href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
Reseller Hosting</a><br>
<a target="_blank" href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
Shoutcast</a><br>
<a href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
SSL Certificates</a><br>
<a target="_blank" href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
voIP: TeamSpeak &amp; Ventrilo</a><br>
<a target="_blank" href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
VPS Hosting</a><br>
<a href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
Web Hosting</a><br>
<a href="http://www.virtuosonetsolutions.com/adwatcher/tracker.php?t=43" style="text-decoration: none">
Website Creator</a></div></td>

Still doesn't work.

NineToez
11-22-2005, 06:23 AM
What if you specified a specific font size instead?

i.e. <font size="2" color=#FFFFFF></font>