5
I followed your suggestion and here's what I got. I noticed the body tag is the only one with font definition:
>>>>
le="color: #000000"><?php 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
le="color: #000000"><?php <td class="menu_top"> <!-- Start Custom Top Navigation --> <a href="http://torero.vecino.com/index.php"><span lang="en">H</span>ome</a> | <a href="http://torero.vecino.com/modules/popnupblog/"><span lang="en">Trading Journal</span></a> | <a href="http://torero.vecino.com/modules/newbb/"><span lang="en">T</span>rading Forum</a> | <a href="http://torero.vecino.com/modules/smartsection/"><span lang="en">T</span>rading Articles</a> | <a href="http://torero.vecino.com/modules/mydownloads/"><span lang="en">T</span>rading Chart downloads</a> <!-- End Custom Top Navigation --> </td>
And below is the incorrect font.
le="color: #000000"><?php <div class="blockTitle">Top Downloads</div> <div class="blockContent"><ul> <li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=1&lid=5">@ER2.tik</a> (19)</li> <li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=1&lid=7">@EMD.tik</a> (11)</li> <li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=1&lid=9">@TY.tik</a> (8)</li> <li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=1&lid=6">@YM.tik</a> (7)</li> <li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=1&lid=4">@ES.tik</a> (7)</li> <li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=2&lid=8">INSTRUCTIONS</a> (6)</li> <li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=1&lid=2">@EC.tik</a> (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.TIK</a> (4)</li> <li><a href="http://torero.vecino.com/modules/mydownloads/singlefile.php?cid=1&lid=10">@US.tik</a> (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.