HTML Web components

  • Thread starter Thread starter John Tyler
  • Start date Start date
J

John Tyler

I'm trying to add scripts from www.dynamicdrive.com web site. Part of the
script is put in the body and the other is put in the head. When you insert
html as a web component it only goes into the body, how do you add it to the
head? I'm using FP2002.
Thanks,
John
 
John,

You don't necessarily need to add code using the HTML component. You can
edit the HTML directly in HTML view. That's the method that I prefer to use
and it seems to work just fine for me.
 
John,

You will need to work in html view.

Open the page in FP > Select html / Code

Your heading tags will be at the top
<Head> ********* </Head>

Paste the required code between the tags as instructed.

JDR
******************
 
I didn't know FP would allow that because of the way it formatted it as a
web component.
Thanks,
John
 
I didn't know FP would allow that because of the way it formatted it as a
web component.
Thanks,
John
 
Back
Top