• Where would I insert a simple java script for my autoresponder on the default world press template. Do I insert it into the header and if so where. I’m very new to world press any help would be great.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter em

    (@em)

    What your autoresponder is and how it works is hard to know.

    Normally Javascripts in html are included in the <head> section of the page. WordPress generates normal web pages and the <head> section is produced by header.php.
    You should insert or link in your Javascript there.

    If your theme generates XHTML Strict, your pages will probably not validate as XHTML if you insert the script as you would in classic HTML.

    It will work normally in the browsers though.

    [ To have your pages validate as XHTML you would have to include the script in a CDATA section ]

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Inserting a java script’ is closed to new replies.