View Single Post
  #2  
Old 06-29-2013, 01:45 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 584,252
Hall of Famer is on a distinguished road
Default

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.
Reply With Quote