Change an Element Type To Add A Link

User 506967 Photo


Registered User
6 posts

How do I go back to an element like Container or Picture and change the type to Link Container or Link picture after the fact, without having to completely start over with a new container that is identical except it is a link?

User 10077 Photo


Senior Advisor
1,095 posts

Daniel Hesse wrote:
How do I go back to an element like Container or Picture and change the type to Link Container or Link picture after the fact, without having to completely start over with a new container that is identical except it is a link?

Unfortunately, I don't believe you can change an element from one type to another. You have to replace the element.
ASK ME ANYTHING
I provide personalized help for Coffeecup Users including training for Site Designer and Web Form Builder via Zoom.
Email me at support@usconsumernet.org or call 865-687-7698.

Did you know that Web Form Builder can be used for both simple and complicated forms and that it's not limited to the default fonts and buttons? Take a look at a form we developed for WindowTinting.com.
https://forms.windowtinting.com/forms/w … ppingcart/
User 3086477 Photo


Guest
22 posts

A <link> element can occur either in the <head> or <body> element, depending on whether it has a link type that is body-ok. For example, the stylesheet link type is body-ok, and therefore <link rel="stylesheet"> is permitted in the body. However, this isn't a good practice to follow; it makes more sense to separate your <link> elements from your body content, putting them in the <head>.

When using <link> to establish a favicon for a site, and your site uses a Content Security Policy (CSP) to enhance its security, the policy applies to the favicon. If you encounter problems with the favicon not loading, verify that the Content-Security-Policy header's img-src directive is not preventing access to it.

Regards,
J Wick

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.