O
Ohmster
I run a small web site for a friend, it is very popular with the email
stationery community.
http://www.lettermanstationery.com/
All of the pages on the site have two links in the head code to load the blue
navigation bar on the site and the page header:
<LINK REL="stylesheet" TYPE="text/css" HREF="lettermanCSS.css">
<SCRIPT language=vbs src="onload.vbs"></SCRIPT>
</HEAD>
I have no problem with adding these two tags on all of the pages of the web
site, but now I have added a php guestbook. Since the guestbook is all php, I
don't know how to add these two loading links into a php page. Whenever I try
it, it fails. The php guestbook also has a style.css page that determines the
fonts and colors for the guestbook.
My question is how do I add these two elements to the index.php page or to
the style.css page? If I cannot do this, then can I create a blank index.html
page for the openbook directory, have the two elements load, and have the
rest of the page display the active index.php page? How would one do this,
would one use an iframe or something? I really have no idea on how to do this
and I really need help desperately, please help.
Thank you.
--
My email address is invalid, thanks to
all of these rotten spambots.
Email me by assembling this address:
tinykitty "ay tea" newsguy "dee oh tea" com
~Ohmster
stationery community.
http://www.lettermanstationery.com/
All of the pages on the site have two links in the head code to load the blue
navigation bar on the site and the page header:
<LINK REL="stylesheet" TYPE="text/css" HREF="lettermanCSS.css">
<SCRIPT language=vbs src="onload.vbs"></SCRIPT>
</HEAD>
I have no problem with adding these two tags on all of the pages of the web
site, but now I have added a php guestbook. Since the guestbook is all php, I
don't know how to add these two loading links into a php page. Whenever I try
it, it fails. The php guestbook also has a style.css page that determines the
fonts and colors for the guestbook.
My question is how do I add these two elements to the index.php page or to
the style.css page? If I cannot do this, then can I create a blank index.html
page for the openbook directory, have the two elements load, and have the
rest of the page display the active index.php page? How would one do this,
would one use an iframe or something? I really have no idea on how to do this
and I really need help desperately, please help.
Thank you.
--
My email address is invalid, thanks to
all of these rotten spambots.
Email me by assembling this address:
tinykitty "ay tea" newsguy "dee oh tea" com
~Ohmster