NancyQ Posted February 16, 2021 Share Posted February 16, 2021 Site URL: https://www.cfare.ca/retailers I have retailer page where I've created drop-downs for each location where products are sold but I'm trying to add links to each retailers website within the dropdown. Is there a way I can do this? Thanks! Link to comment
dvgdvgdvg Posted February 16, 2021 Share Posted February 16, 2021 Yes! Example: <p><a href="https://www.facebook.com/hellobonjourpec/">This is your link text</a></p> Make sure your <a> tag is inside the respective <p> tag for each place where you want the text to be a link. Link to comment
NancyQ Posted February 18, 2021 Author Share Posted February 18, 2021 Thanks!! I've put this in like this but it doesn't appear to work <p><a href="https://www.facebook.com/hellobonjourpec"/></a></p> What happens if the links don't have https:// in front of them? Link to comment
dvgdvgdvg Posted February 18, 2021 Share Posted February 18, 2021 13 hours ago, NancyQ said: Thanks!! I've put this in like this but it doesn't appear to work <p><a href="https://www.facebook.com/hellobonjourpec"/></a></p> What happens if the links don't have https:// in front of them? You're missing the link text – try using the code exactly as I provided it in my previous comment. (Just change the part that says "This is your link text" to whatever you want the link text to say, e.g. the URL.) Link to comment
NancyQ Posted February 19, 2021 Author Share Posted February 19, 2021 Got it! It's working now! Thanks so much! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment