Firefox, IE, Grrrr!!! - Post ID 162616

User 2121672 Photo


Registered User
25 posts

Hi all have a bit of an issue, all my in page links work great on IE but cease to work for Firefox. Any Idea's on how I may fix this?
User 322842 Photo


Registered User
209 posts

Can you give us your web address so the we can possibly help?
User 2121672 Photo


Registered User
25 posts

It has not been uploaded yet, the problem is occuring when I preview in VSD.
User 38401 Photo


Senior Advisor
10,951 posts

Can you upload it so the users here can take a look at the code? That would be the fastest way for others to be able to help you as they can usually spot it if there's something wrong in the code causing issues.
User 364143 Photo


Guest
5,410 posts

I agree with you. html and web authoring would be easy if it weren't for those darn web browsers.
CoffeeCup... Yeah, they are the best!
User 187934 Photo


Senior Advisor
20,271 posts

Off with their electrodes!:lol:
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2121672 Photo


Registered User
25 posts

Sorry getting back so late, been fighting the computer, thank you for the responses here is a link to one of the pages. http://www.paranormalquest.net/AboutUs.html . if you check out the left hand menu's they will not work, but they do work in the preview.
User 187934 Photo


Senior Advisor
20,271 posts

Make sure there setup like this.:)

<a name="anchor" id="anchor1"></a>

<a name="anchor" id="anchor2"></a>

<a name="anchor" id="anchor3"></a>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2121672 Photo


Registered User
25 posts

This is how my links are set up
<a href="#OurGoals"><font face="Palatino Linotype" font size="4" color="white"><i><b>Our Goals<b></i></font>
</a>

And here is how my anchors are set up.
<a name="#OurGoals"></a>

I guess I am confused as to how to set up the html you showed me, is it possible you can translat the above code so I can see how to appy it?

User 364143 Photo


Guest
5,410 posts

Remove #
<a name="OurGoals"></a>

CoffeeCup... Yeah, they are the best!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.