Advertising message
Author: Marian Sorin
Visited 2278,
Followers 2,
Shared 0
Hello, I'm interestedif it canenter in program to insertan external linktothe advertisementthat appearsin the page orinitscorner?Thank you.
Posted on the
Author
Currentlytheadvertisingmessagecan beattachedjustlinkto a pageon the siteand I havethe option toinsertan external link.That's whatI mean.
Author
See the attachament...
Hello Marian,
At the moment this option is not available in WebSite X5. You can open an Idea post where you suggest us to add this option in the next releases.
Alternatively you can edit the html code of the exported project. I cannot give support to personalized code but I can explain how you can edit it and where to find it.
You will find a line where you find a code like this:
<scripttype="text/javascript">x5engine.imQueue.push_init("x5engine.imAdv.imShowAdv(400, 100, 'images/Creek.png', '', 'index.html')");</script>
You need to change the part where you find index.html with the link that you want using it in this format: http://www.example.com
Hope this helps.