HTML & WEB-Design

Moderators: Jonathan
Number of threads: 1253
Number of posts: 3360

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
need help on this html Posted by wizard_marco on 16 Feb 2009 at 7:41 PM
<html>
<head><title>sample</title></head>
<frameset rows="15%,70%,* ">
<frame src="Link.html" name=" " noresize>
<frameset cols="15%,70%,* ">
<frame name=main noresize>
<frame name=main noresize>
</frameset>
<frame name=down noresize>
</frameset>
</html>

Link.html
<html>
<head><title>Link</title></head>
<body>
<a href=http://www.yahoo.com target=middle hspace="200">Yahoo</a>
<a href=http://www.yehey.com target="main">Yehey</a>
<a href=http://www.animewallpapers.com target=main>Anime wallpapers</a>
<a href=http://www.leafninja.com target=main>Leaf Ninja</a>
<a href=http://www.narutofan.com target=main>Naruto Fan</a>
</body>
</html>

--please me to locate in the center. when you choose the website on the top of webpage. and that's only a sample
Report
Re: need help on this html Posted by DaiMitnick on 17 Feb 2009 at 3:23 AM
: <html>
: <head><title>sample</title></head>
: <frameset rows="15%,70%,* ">
: <frame src="Link.html" name=" " noresize>
: <frameset cols="15%,70%,* ">
: <frame name=main noresize>
: <frame name=main noresize>
: </frameset>
: <frame name=down noresize>
: </frameset>
: </html>
:
: Link.html
: <html>
: <head><title>Link</title></head>
: <body>
: <a href=http://www.yahoo.com target=middle hspace="200">Yahoo</a>
: <a href=http://www.yehey.com target="main">Yehey</a>
: <a href=http://www.animewallpapers.com target=main>Anime
: wallpapers</a>
: <a href=http://www.leafninja.com target=main>Leaf Ninja</a>
: <a href=http://www.narutofan.com target=main>Naruto Fan</a>
: </body>
: </html>
:
: --please me to locate in the center. when you choose the website on
: the top of webpage. and that's only a sample
:


Hi Marco, if I understand you right, you wish to make the links open in the center frame yes? Well, you're code is almost there, problem is you have 2 frames named "main" so you need to change that and also speechmark in the target links i.e. first code should be:

: <frame name=main1 noresize>
: <frame name=main2 noresize>

2nd should be:

: <a href=http://www.yahoo.com target="main2" hspace="200">Yahoo</a>
: <a href=http://www.yehey.com target="main2">Yehey</a>
: <a href=http://www.animewallpapers.com target="main2">Anime </a>

Or something to that effect. Dai


Do or do not, there is no try.



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.