Frameborder
Posted: Sun Nov 18, 2007 3:37 pm
Hi,
I'm using the static page plugin and it works ok. But when I create a page with a contactform and using this code:
In firefox everything is fine, but when I take a look to my page in IE it looks like this:
http://img99.imageshack.us/img99/2730/stonerscs2.png
How to delete the scrollingbars? I tried to add frameborder=no and scroll=0 and scrolling=no.
Thanks
I'm using the static page plugin and it works ok. But when I create a page with a contactform and using this code:
Code: Select all
<OBJECT DATA="http://www.linktoscripts.com" WIDTH="500" HEIGHT="500" SCROLL="0" FRAMEBORDER="no" TYPE="text/html"></OBJECT><OBJECT DATA="http://www.linktoscripts.com" WIDTH="100%" HEIGHT="500" SCROLL="0" FRAMEBORDER="no" TYPE="text/html"></OBJECT>http://img99.imageshack.us/img99/2730/stonerscs2.png
How to delete the scrollingbars? I tried to add frameborder=no and scroll=0 and scrolling=no.
Thanks