Hyperlink parameter additions when using buttons

Issues related to hyperlinks and web site navigation.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Post Reply
LJLachance
 
 
Posts: 117
Joined: Sun Feb 04, 2018 8:19 pm
Location: Jacksonville, FL
Contact:

Hyperlink parameter additions when using buttons

Post by LJLachance »

How can I change the html link?

The object html shows me this: <a href="URL" title="Files"></a>
When I need it to show me this: <a href="URL" download title="Files"></a>
Where do I need to go to change the object html tag to include the additional parameter?
Thanks
Larry
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Hyperlink parameter additions when using buttons

Post by Pablo »

It depends on the context of the link. For example, whether is is a link in an image or menu.

If you want help with this, then will need to be more specific.
Where is the link?
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Hyperlink parameter additions when using buttons

Post by crispy68 »

To add your code to a text link, select the text, add your link and then on the Advanced tab type what you want to appear in the anchor tag:

Image

Other objects, for example using a shape with text and link, after adding the link, right click on the object, select "Inside Anchor" and type your code. You can see it in the Generated HTML window.

Image
Post Reply