1. as shown in pix arrow. how to increase navbar font?
2. how to add my old tabled header comprised of two columns and 2 separate banners (without skewing browser displays like IE)
whereas old code with table is the ff:
Code: Select all
<tr>
<td width="100%" valign="center" height="78">
<div align="center">
<table align="LEFT" width="89%" border="0">
<tr align="CENTER">
<td height="23" width="36%">
<div align="center"><a href="http://www.financemanila.net"><img alt="Finance Manila : The Philippine Stock Market Authority. Since 1998." src="http://i250.photobucket.com/albums/gg266/financemanila2/FM3.jpg" width="263" height="71" border="0"></a></div></td>
<td width="64%">
<div align="center">
<pre><a href="https://www.wealthsec.net/"><img src="http://i250.photobucket.com/albums/gg266/financemanila2/WSI_BANNER-ADS2.gif" alt="WealthSec Online and Philequity" width="468" height="75" border="0" align="middle"></a> </pre>
<h6><a href="https://www.wealthsec.net/">WealthSec</a> and <a href="http://www.philequity.net/">Philequity</a></h6>
</div></td>
</tr>
</table>
</div></td>
</tr>