Hi Eagle,
The plot thickens! here's the first few lines of my act_primary.
</TITLE>
<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
<META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<!--@act NETQUOTEVAR:HEADERMETA -->
<!--@act NETQUOTEVAR:LOADFUNCTION -->
<!--@act NETQUOTEVAR:SUBMITFUNCTION -->
<!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
<LINK REL=STYLESHEET HREF="actinic.css">
<SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
The link to the style sheet is included, but the code is not picking up on it.
I have the following addition at the bottom of actinic.css which was created by my friend who is building the main site.
/*Magical Wonders styles*/
.mw_h2 {
font-family: Verdana ;
font-size: 18px ;
font-style: italic ;
}
.mw_smallestfont {
font-family: Verdana ;
font-size: 11px ;
}
Could this be throwing a spanner in the works somehow?
Myles
The plot thickens! here's the first few lines of my act_primary.
</TITLE>
<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
<META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<!--@act NETQUOTEVAR:HEADERMETA -->
<!--@act NETQUOTEVAR:LOADFUNCTION -->
<!--@act NETQUOTEVAR:SUBMITFUNCTION -->
<!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
<LINK REL=STYLESHEET HREF="actinic.css">
<SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
The link to the style sheet is included, but the code is not picking up on it.
I have the following addition at the bottom of actinic.css which was created by my friend who is building the main site.
/*Magical Wonders styles*/
.mw_h2 {
font-family: Verdana ;
font-size: 18px ;
font-style: italic ;
}
.mw_smallestfont {
font-family: Verdana ;
font-size: 11px ;
}
Could this be throwing a spanner in the works somehow?
Myles
Comment