|

07-12-2012, 08:33 PM
So I put this in
<style type="text/ccs">
#mystyle "input" {
color: red;
}
Right below this
<meta http-equiv="content-type" content="{%MetaCharset%}" />
<meta name="description" content="{%MetaDescription%}" />
<meta name="keywords" content="{%MetaKeywords%}" />
<title>{%MetaTitle%}</title>
So it looked like this
<meta http-equiv="content-type" content="{%MetaCharset%}" />
<meta name="description" content="{%MetaDescription%}" />
<meta name="keywords" content="{%MetaKeywords%}" />
<title>{%MetaTitle%}</title>
<style type="text/ccs">
#mystyle "input" {
color: red;
}
<link href="images/default.css" rel="stylesheet" type="text/css" media="screen" />
And the whole website came up blank did I misplace the code or did I not understand your mistake
|