catbear Posted December 12, 2005 Posted December 12, 2005 Hello, I need to add a couple of scripts between my websites head tags. Which page has the head tags file? I don't want to mess anything up as I have before! Cathleen
mattgagnon Posted December 12, 2005 Posted December 12, 2005 There is no script that creates the html between the <head>...</head> tags, if that's what you mean. If you have scripts you want to add that are page-specific, try placing them between those head tags on that page. For example, if you wanted to add Javascript to the home page, add it on the catalog/index.php page. If you want to add your scripts to all pages, you would have to open all the pages in the /catalog main directory and modify them as above. Matt
catbear Posted December 14, 2005 Author Posted December 14, 2005 There is no script that creates the html between the <head>...</head> tags, if that's what you mean. If you have scripts you want to add that are page-specific, try placing them between those head tags on that page. For example, if you wanted to add Javascript to the home page, add it on the catalog/index.php page. If you want to add your scripts to all pages, you would have to open all the pages in the /catalog main directory and modify them as above. Matt Hi Matt, I was talking about an email script and another one. Not a head tag script. Sorry if it was confusing. They said to place it between the head tags. I'll test in on the index.php. I was not sure if hat is where it should go since a lot of times with php and oscommerce it tends to be the english.php page. Cathleen
Recommended Posts
Archived
This topic is now archived and is closed to further replies.