
- Forum
- Programming Talk
- Html
- Iframe error in Html
Iframe error in Html
This is a discussion on Iframe error in Html within the Html forums, part of the Programming Talk category; Hi, I am insert iframe in my site.But this iframe box has present scrollbar right side and bottom.How to remove ...
-
12-30-2006, 05:31 AM #1
- Join Date
- Feb 2006
- Answers
- 11
Iframe error in Html
Hi,
I am insert iframe in my site.But this iframe box has present scrollbar right side and bottom.How to remove this bars.How to specify width and hight in code.any one give example script.
Srinivas
-
Use Like this
PHP Code:<IFRAME SRC="hello.html" WIDTH=450 HEIGHT=100>
Like this
<A HREF="hello.html">link</A>
you to the file.
</IFRAME>

Reply With Quote





