Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Inserting HTML Image Map Into PHP (http://www.mysidiaadoptables.com/forum/showthread.php?t=4184)

Hwona 06-22-2013 12:33 PM

Inserting HTML Image Map Into PHP
 
I've been trying to search for an answer on m own, but I haven't been able to find anything that works. So I wanted to add a HTML map to the adopt page, but if I put the code in the php as an echo, the page breaks. I later tried putting it outside the PHP, and if I do that, the content shows up as normal, but above the page and site banner(not on the page). Can someone please help me out? :3

Hall of Famer 06-29-2013 01:45 PM

Using echo will inevitably break the page. You will need to enclose the html elements/tags for image map inside the document/article content definition, such as:

PHP Code:

$document->addLangvar("<map></map>"); 



All times are GMT -5. The time now is 01:49 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.