alfuzzy
04-01-2019, 03:44 PM
Here's a line of code in my sites footer template that controls the name & function in a footer navbar:
<li><a href="//mediakit.inetinteractive.com/<vb:if condition="$inet_mediakit_link = INET_MEDIAKIT_LINK">{vb:raw inet_mediakit_link}</vb:if>">Advertise</a></li>
Currently this button & link in the footer navbar is called "Advertise"...and it points to an old website link I want to change to something else.
If I wanted to change this line of code so it points to a different website address (for example msn.com)...what would I need to do...or how would I modify this line of code?
Thank you:)
<li><a href="//mediakit.inetinteractive.com/<vb:if condition="$inet_mediakit_link = INET_MEDIAKIT_LINK">{vb:raw inet_mediakit_link}</vb:if>">Advertise</a></li>
Currently this button & link in the footer navbar is called "Advertise"...and it points to an old website link I want to change to something else.
If I wanted to change this line of code so it points to a different website address (for example msn.com)...what would I need to do...or how would I modify this line of code?
Thank you:)