Thread
:
Inserting HTML Image Map Into PHP
View Single Post
#
2
06-29-2013, 01:45 PM
Hall of Famer
Administrator, Lead Coder
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits:
584,252
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>"
);
__________________
Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Hall of Famer
View Public Profile
Send a private message to Hall of Famer
Find all posts by Hall of Famer