How to make a frame set?.

liunx

Guest
Hi, Can anybody tell me how to make a frame in a html(side)where no frames in it,i got a webside without frames,i would like to have a frame in de middle where you can find the Top40 Chartwww.top40hits.nl (<!-- m --><a class="postlink" href="http://www.top40hits.nl">http://www.top40hits.nl</a><!-- m -->) <br />
Thanks,<!--content-->i think you're looking for an iframe, have a look here (<!-- m --><a class="postlink" href="http://www.w3schools.com/html/html_frames.asp">http://www.w3schools.com/html/html_frames.asp</a><!-- m -->) , scroll down to 'inline frame'<!--content-->Originally posted by leoo24 <br />
i think you're looking for an iframe, have a look here (<!-- m --><a class="postlink" href="http://www.w3schools.com/html/html_frames.asp">http://www.w3schools.com/html/html_frames.asp</a><!-- m -->) , scroll down to 'inline frame' <br />
No i don't think so?, i would like to make a frame in the middle of my side,where i then can load other html pages.<!--content-->Then you need a frameset.......<br />
<br />
visit<br />
<!-- w --><a class="postlink" href="http://www.weballey.net">www.weballey.net</a><!-- w --><br />
or<br />
<!-- m --><a class="postlink" href="http://www.weballey.nl/">http://www.weballey.nl/</a><!-- m --><br />
<br />
and a nice one in Dutch<br />
<!-- m --><a class="postlink" href="http://www.dto.tudelft.nl/mirhtml/">http://www.dto.tudelft.nl/mirhtml/</a><!-- m --><br />
<br />
:rocker:<!--content-->Originally posted by petervazed <br />
Then you need a frameset.......<br />
<br />
visit<br />
<!-- w --><a class="postlink" href="http://www.weballey.net">www.weballey.net</a><!-- w --><br />
or<br />
<!-- m --><a class="postlink" href="http://www.weballey.nl/">http://www.weballey.nl/</a><!-- m --><br />
<br />
and a nice one in Dutch<br />
<!-- m --><a class="postlink" href="http://www.dto.tudelft.nl/mirhtml/">http://www.dto.tudelft.nl/mirhtml/</a><!-- m --><br />
<br />
:rocker: <br />
Can you make a frame in a side where you don't have a frameset?????<!--content-->i don't think i fully understand, to have a frame without a frameset would be an iframe? in which you would load other html pages?<!--content-->Originally posted by leoo24 <br />
i don't think i fully understand, to have a frame without a frameset would be an iframe? in which you would load other html pages? <br />
<br />
Will i hope i explain it right this time look at my side now Top40 hits (<!-- m --><a class="postlink" href="http://www.top40hits.nl">http://www.top40hits.nl</a><!-- m -->) <br />
What you see in the middle the Top40 chart, there i would like to load other pages of sides, but i got no side with frames <no frames> can you built a frame in it than???in the middle of my side.<br />
Thanks.<!--content-->does side = site??<br />
<br />
if what you're trying to ask for is the middle section to be a frame to load other pages in then what you want is an iframe!<br />
follow the link i gave you before<br />
<br />
if not, then i still don't understand, sorry :)<!--content-->Originally posted by leoo24 <br />
does side = site??<br />
<br />
if what you're trying to ask for is the middle section to be a frame to load other pages in then what you want is an iframe!<br />
follow the link i gave you before<br />
<br />
if not, then i still don't understand, sorry :) <br />
Yes i got it now,i whas trying to say for the middle section and i have now a iframe in the middle(not yet on the server)like this <br />
<IFRAME SRC=http://www.htmlforums.com/archive/index.php/"top40.htm" NORESIZE SCROLLING=YES HSPACE=0 VSPACE=0 FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0 WIDTH=491 HEIGHT=800></IFRAME><br />
But how can i link to it?how can i made it so that different pages or sides will appear in it,if i will link it to the right of my side on the section Beltonen, Groepslogo's.<br />
Ik hope you wil understand it???.<br />
But yes i need the iframe thats right than.<br />
Thanks<br />
William<!--content-->Just give the iframe....<br />
a name.....<br />
<IFRAME NAME="content" <br />
<br />
call it by that name in the link:<br />
<a href=http://www.htmlforums.com/archive/index.php/"frans.html" target="content">Frans</a><br />
<br />
<br />
<br />
:rocker:<!--content-->Originally posted by petervazed <br />
Just give the iframe....<br />
a name.....<br />
<IFRAME NAME="content" <br />
<br />
call it by that name in the link:<br />
<a href=http://www.htmlforums.com/archive/index.php/"frans.html" target="content">Frans</a><br />
<br />
<br />
<br />
:rocker: <br />
Yes Thanks! i got the picture now but i have some questions left(sorry?)i got now one IFRAME script and i got different links on my side i do not yet understand how i can load all that in the Iframe(one Iframe)i have attempt your explanation about the "Content" but it will not yet work?,for exsample i got" Logo's "Sms" Screensavers"and lots more, and all this must load in that iframe?.If i put this in the link 'target="logo's">must i than the same names also put in the iframe? but how????.<br />
Thanks, for the ;ast time.<!--content-->the link target must be the name of the iframe, for example<br />
<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"smslogos.html" target="myiframe">sms logos</a><br />
<br />
<br />
and your iframe must be<br />
<br />
<iframe src=http://www.htmlforums.com/archive/index.php/"welcome.html" name="myiframe" scrolling="auto" frameborder="0" style="width:300px;height:300px;"></iframe><br />
<br />
<br />
i put the css there for convenience, you can put it in an external stylesheet.<br />
hope that helps :)<!--content-->Just a working testpage see the attachment.<br />
<br />
Just like leoo24 said:<br />
an iframe name<br />
the taget: that name<br />
<br />
<br />
:rocker:<!--content-->Originally posted by leoo24 <br />
the link target must be the name of the iframe, for example<br />
<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"smslogos.html" target="myiframe">sms logos</a><br />
<br />
<br />
and your iframe must be<br />
<br />
<iframe src=http://www.htmlforums.com/archive/index.php/"welcome.html" name="myiframe" scrolling="auto" frameborder="0" style="width:300px;height:300px;"></iframe><br />
<br />
<br />
i put the css there for convenience, you can put it in an external stylesheet.<br />
hope that helps :) <br />
It's working perfect? but one think can i put in a link to the iframe the size for the iframe??<br />
William from very cold Holland!!!!<!--content-->good to hear you got it working!<br />
no, what you open up through your link will not be able to change the size of the iframe.<!--content-->Originally posted by leoo24 <br />
good to hear you got it working!<br />
no, what you open up through your link will not be able to change the size of the iframe. <br />
Oke you can look now at my side how it works with the Iframe TOP40 HITS (<!-- m --><a class="postlink" href="http://www.top40hits.nl">http://www.top40hits.nl</a><!-- m -->) <br />
William<!--content-->well done william :)<br />
<br />
now you just have a few errors (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.top40hits.nl&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Transitional">http://validator.w3.org/check?uri=http% ... ansitional</a><!-- m -->) to sort out<!--content-->Originally posted by leoo24 <br />
well done william :)<br />
<br />
now you just have a few errors (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.top40hits.nl&charset=iso-8859-1+%28Western+Europe%29&doctype=HTML+4.01+Transitional">http://validator.w3.org/check?uri=http% ... ansitional</a><!-- m -->) to sort out <br />
I did not now if there so must errors in in,can i sort out these errors with the side you give to me?(validator)everything is working perfect in Internet explorer here get no messages of errors!.<br />
Thanks, William<!--content-->alot fo the time you may find your site looks ok in ie with many errors, but maybe not on other browsers. Getting your page to validate gives you the best possible chances of it appearing and working how you want it to across the most browsers possible.<br />
The validator just tells you what errors you have, it doesn't fix them for you.<br />
<br />
common errors:<br />
<br />
empty alt="", always put something in there alt="keyword"<br />
<br />
<style> should be <style type="text/css"><br />
<script> should be <script type="text/javascript"><br />
<br />
missing end and start tags, i saw you're missing a few <dt> tags, look through it and you will see where you have missed them, actually i think this has given you the most errors, it should be <dt>some words here</dt>.<br />
fix those errors and see how many you have left :)<!--content-->Actually, an empty alt="" is allowed.<br />
<br />
This is valid code: <img src=http://www.htmlforums.com/archive/index.php/"image.png" alt=""><br />
<br />
This is not valid code: <img src=http://www.htmlforums.com/archive/index.php/"image.png"><br />
<br />
<br />
<br />
<br />
Add alt="some text" to every <img > tag, the text reflecting what is in the dispayed image. On unimportant images, like spacer elements, a minimum of alt="" is fine. For bullet-point images, alt="*" is often used. Search engines do index the alt text. The alt attribute is a required element in HTML 4 and above.<br />
<br />
<br />
<br />
Correct the entity errors by changing every & in the URLs to be &amp; instead.<br />
<br />
<br />
<br />
Remember to "Quote" all attributes, especially all "#FFFFFF" colors, all URLs, all "50%" sizes, and any other attribute value that contains anything other than a simple "A" to "Z" or "0" to "9" value. In HTML 4.01 it is recommended to quote all attribute values.<br />
<br />
<br />
<br />
<br />
At the moment you have 195 errors, of which at least 180 are very easy to fix.<!--content-->
 
Back
Top