Click to See Complete Forum and Search --> : frames
stene
11-24-2004, 07:58 AM
Hi....
I wan to use only 1 frame in the middle of my site.... What is the code for that?
If I explain bad please ask!
Thanks!
TheBearMay
11-24-2004, 08:01 AM
Do you want a Frameset or an IFrame (inline)?
stene
11-24-2004, 08:06 AM
Yes... Iframes yes....
So I can make a new site and load it from index.html
I want iframe on my contents...
TheBearMay
11-24-2004, 08:18 AM
<html>
<body>
....
<iframe src="http://URL" width="100" height="100">Text for browsers that don't support frames</iframe>
...
stene
11-24-2004, 08:26 AM
Thanks!!
And this code works for all browsers?
TheBearMay
11-24-2004, 08:29 AM
It's part of the HTML 4.01 standard, so any browser that supports that it will work in - probably 99.99% of the ones still in use.
stene
11-24-2004, 10:58 AM
OK!
Thanks alot for the help! :)
stene
11-25-2004, 05:10 AM
One more question:
How do I get rid of the border around the frame?
Robert Wellock
11-25-2004, 05:59 AM
... frameborder="0" ....