PDA

View Full Version : ok i'm stuck and i can't figure out why this is not working


duster1913
11-15-2006, 08:10 PM
as stated above i am stuck. I have a flash template that has 5 links that all go to the same html page. I have been trying to make it work where you click on a link and it takes you to the specific section on the html page. this is what im using:

<p><font size="16" color="#0000FF"><u><a href="http://www.cagles.com/products/refrigerators/specialty/index.html#Refrigerator Drawers" target="_blank">Refrigerator Drawers</a></u></font></p><br>

that is the link from the flash template here is the receiving end on the html page:

<p><b><font size="6"><u><a name="Refrigeration Drawers">Refrigeration Drawers</a></u></font></b></p>

is there something im doing wrong?

Cota
11-15-2006, 08:15 PM
Is the textfield set to htmltext?

duster1913
11-15-2006, 10:14 PM
yeah

jsebrech
11-16-2006, 08:39 AM
I don't think you can link to in-page anchors (<a name...) from inside flash, because flash has a different url, and those links presume that you want to go to a different hash (http://...file.html#sectionname) inside the same URL