I'm trying to acheive this from my wiki page: Image with Clickable link
I tried to embed this html:
<p><a href="http://www.AgileEA.com/AgileEA/index.htm">
<img border="0" src="LatestAgileEAButton.gif" width="134" height="37"></a></p>
I tried the embed tag with javascript in it. This worked on my html page but not from within the wiki page.
[[embed]]
<script> type="text/javascript"
document.write("<a title='Latest AgileEA Process release' href='http://www.agileea.com/AgileEA/index.htm'> <img border='0' src='http://www.agileea.com/GimpImages/LatestAgileEAButton.gif' width='134' height='37'></a>")
</script>
[[embed]]
I then tried the iframe tag and this worked but limited the page size to the frame size - not an option.
How should I do this? It must be possible simply!
help! Thanks
regards Charles