5
I followed your suggestion and here's what I got. I noticed the body tag is the only one with font definition:
>>>>
body
{
font-family: Verdana,Arial,Sans-serif;
margin: 7px;
background: #CBD2DC;
}
td#leftcolumn div.blockTitle
{
padding: 5px;
color: #191970;
font-weight: bold;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
font-size: 10px;
background-color: #BFD6E6;
margin-bottom: 5px;
padding-left: 18px;
background-repeat: no-repeat;
background-position: left;
background-image: url('images/jel_plus.gif');
background: url(images/tile_back.gif);
}
td#leftcolumn div.blockContent
{
padding: 2px;
line-height: 120%;
line-height: 120%;
}
<<<<<<
The above is the Theme Style Sheet. This is from the HTML file
>>>>>>>
Here is where the code with the font I want
<td class="menu_top">
<a href="http://torero.vecino.com/index.php"><span lang="en">Hspan>omea> |
<a href="http://torero.vecino.com/modules/popnupblog/"><span lang="en">Trading Journalspan>a> |
<a href="http://torero.vecino.com/modules/newbb/"><span lang="en">Tspan>rading Foruma> |
<a href="http://torero.vecino.com/modules/smartsection/"><span lang="en">Tspan>rading Articlesa> |
<a href="http://torero.vecino.com/modules/mydownloads/"><span lang="en">Tspan>rading Chart downloadsa>
td>
And below is the incorrect font.
<div class="blockTitle">Top Downloadsdiv>
<div class="blockContent"><ul>
<li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=1&lid=5">@ER2.tika> (19)li>
<li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=1&lid=7">@EMD.tika> (11)li>
<li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=1&lid=9">@TY.tika> (8)li>
<li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=1&lid=6">@YM.tika> (7)li>
<li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=1&lid=4">@ES.tika> (7)li>
<li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=2&lid=8">INSTRUCTIONSa> (6)li>
<li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=1&lid=2">@EC.tika> (6)li>
<li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=3&lid=11">Bar Countdown Time...a> (6)li>
<li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=1&lid=3">@NQ.TIKa> (4)li>
<li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=1&lid=10">@US.tika> (4)li>
ul>div>
I see some codes calling the style sheet but not sure what code to put in the bottom part to homogenize the font. Any help would be great.