Stacy Posted November 13, 2005 Posted November 13, 2005 I use to use fp2000 and have now switched to fp2003, I created my whole webpage and was going back to create my links and they will not work!! I have an Iframe, created all my page names and tried to apply a link to the iframe, they won't show up!!!! I have never had this problem before. I can usually use this code: <a target="iframe" href="nameofpage.html"><font size="2" color="#678372"><br> :: Name of Page ::<br> and when the link is clicked it goes right to my iframe on the page, NOW it won't work and I am pulling my hair out lol!!! Please can anyone help, has anyone had this problem? Thank you so much! Stacy Quote
stevevan Posted November 14, 2005 Posted November 14, 2005 I know this may sound kinda simple, but have you checked on Micro$oft's site for any changes they might have done? Maybe for some reason you need to put the whole path in for the file name. What variations have you tried already? Quote
perfectdreams Posted November 30, 2005 Posted November 30, 2005 Might be IE, or any other browser objecting to the order of the tags. They should be like this: ><font size="2" color="#678372"><br> <a target="iframe" href="nameofpage.html">:: Name of Page ::</a><br> You also forgot the closing tag *</a>* which makes a big difference. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.