How to insert HTML in <head> section?

J

james

How do I insert a script in the <head> section of a page? It is a function
that is used in the body.

There is an "insert HTML code" function. But that would put the script in
the <body> section.
 
D

Don Schmidt

Use a text editor like Notepad to open the html file, then enter the script.
You will need to do it this way every time you replace the webpage.
 
D

DavidF

James,

As Don suggested, you must edit the code directly to put anything into the
<head> section. However, if you have found some free script that says that
you have to put part of the script in the <head> section, go ahead and try
putting it into the body use the insert html code fragment feature. Many
times I have tried free script and it worked even when inserted into the
body.

DavidF
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top