123456programmer
Programmer
I want to get rid of the horizontale scroll-bar 
I have this on main.php
<TD COLSPAN=6 width="506" height="365">
<IFRAME frameborder="0" src="news.php" width="500" height="365" scrolling="yes"></IFRAME>
</TD>
And the news.php is a table that is 470 wide...
which means that the horizontale scroll-bar shouldn't appear, but it does !!
I'm using IE6+
Thanks In advance.
I have this on main.php
<TD COLSPAN=6 width="506" height="365">
<IFRAME frameborder="0" src="news.php" width="500" height="365" scrolling="yes"></IFRAME>
</TD>
And the news.php is a table that is 470 wide...
which means that the horizontale scroll-bar shouldn't appear, but it does !!
I'm using IE6+
Thanks In advance.