jundo12
10-13-2014, 09:27 AM
i've tried the echo and it threw an error. i removed the quotes originally, as you can see in the first link in the code below (warning: page is webgl and really doesn't work well in chrome)
this is php page in a webgl browser game. i need the little buttons at the bottom to be html image links in divs. i have the html, the images, the div, but i can't seem to get a workable way to exit php long enough to make the links clickable
http://thelivingmoon.com/undomiel/game/homes/
<div style="position: absolute; left: 80%; top: 90%; right: 0%">
<a href=../hubmenu1.html target=new><img src=../progressmenu.jpg width=15% border=0 alt="home"></a>
<a href="../hubmap.html" onclick="NewWindow(this.href,'name','900','500','yes');return false"><img src="../mapbutton.jpg" width="15%" border=0></a>
<a href="../index.html"><img src="../gotoentry.jpg" width="15%" border=0 alt="home"></a>
</div>
this is php page in a webgl browser game. i need the little buttons at the bottom to be html image links in divs. i have the html, the images, the div, but i can't seem to get a workable way to exit php long enough to make the links clickable
http://thelivingmoon.com/undomiel/game/homes/
<div style="position: absolute; left: 80%; top: 90%; right: 0%">
<a href=../hubmenu1.html target=new><img src=../progressmenu.jpg width=15% border=0 alt="home"></a>
<a href="../hubmap.html" onclick="NewWindow(this.href,'name','900','500','yes');return false"><img src="../mapbutton.jpg" width="15%" border=0></a>
<a href="../index.html"><img src="../gotoentry.jpg" width="15%" border=0 alt="home"></a>
</div>