Help - Search - Members - Calendar
Full Version: Open index.html when it's in the other map?
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
Samurai_Mo
Oke so i made map with all the homepage

Than and sub map with the sub pages
So oke i added this code to the sub pages

<a href="">index.html<img src="homepage.png"border="0"></a>

So when i click on the picture it will go back to the homepage but the problem is it will not because the index is in and map lower and i wanna keep it that way so do you guys have any tips or tricks how to fix this?



So it's like i click the picture homepage and it will go back to the index.html that is in the lower map and it will open the homepage so yeah please help sad.gif

HELP PLEASE I REALLY NEED IT FAST
pandy
That...
<a href="">index.html<img src="homepage.png"border="0"></a>

should be there.
<a href="index.html"><img src="homepage.png"border="0"></a>

What kind of map are you talking about? Could you give us the link to the page so we can see for ourselves?
Samurai_Mo
QUOTE(pandy @ Oct 14 2009, 10:10 PM) *

That...
<a href="">index.html<img src="homepage.png"border="0"></a>

should be there.
<a href="index.html"><img src="homepage.png"border="0"></a>

What kind of map are you talking about? Could you give us the link to the page so we can see for ourselves?


Ohh yeah sorry for that i typed it wrong

But i already found it out this did the job:

<a href="../index.html"><img src="homepage.png"border="0"></a>

the double dot did the job to go back to the main folder biggrin.gif
and chose index.html thanks anyways guys!

RyanSW.com
Actually, you could just have this:

<a href="/"><img src="homepage.png"border="0"></a>



That will go to the auto set home page for the site. smile.gif
I used to make a dumb link mistake. Here is what I would put:

<a herf="Http://www.RyanSW.com">Link text</a>



Do you see the mistake?
I used to put 'herf' when I really need 'href'.
Samurai_Mo
QUOTE(RyanSW.com @ Oct 16 2009, 01:42 AM) *

Actually, you could just have this:

<a href="/"><img src="homepage.png"border="0"></a>



That will go to the auto set home page for the site. smile.gif
I used to make a dumb link mistake. Here is what I would put:

<a herf="Http://www.RyanSW.com">Link text</a>



Do you see the mistake?
I used to put 'herf' when I really need 'href'.



the end trick haha good on your just using that trick to advertise your site xD
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.