i have a index,php file that:
- Includes header which that included the css
- Has a switch to determins what page to include
- Includes the footer.
i created a svg map clickable map page .
It is working when this is it own seperate page with its own html,head and body tags.
i am now trying to place it within a page of my site.
i thought it would be just as simple as copying the div and script tags
to where i want to display it minus the html, head and body tags as in my setup i already have
i also check the file src links are correct,
But im just getting blank nothing
the id is within the ukmap2 script.i did not want to place the script tags in my header as they will only be called by the one page and if i was to put in my header it will be called time and time again. am i okay to put the scripts in the body?
any idea what my problems are?