erm i got it to quit throwing the error but none of the image links are clickable. this is what i have now
Code:
<div style="position: absolute; left: 80%; top: 90%; right: 0%">
<?php
Echo "<a href='http://thelivingmoon.com/undomiel/game/hubmenu1.html' target='new'><img src='http://thelivingmoon.com/undomiel/game/progressmenu.jpg' width='15%' border='0'></a>
<a href='http://thelivingmoon.com/undomiel/game/hubmap.html' onclick='NewWindow(this.href,'name','900','500','yes');return false'><img src='http://thelivingmoon.com/undomiel/game/mapbutton.jpg' width='15%' border=0></a>
<a href='http://thelivingmoon.com/undomiel/game/index.html'><img src='http://thelivingmoon.com/undomiel/game/gotoentry.jpg' width='15%' border='0'></a>"
?>
</div>
Bookmarks