P
pinkpanther
Hello,
I've been trying to learn how to use css in my website in Fp, but still
cannot do it right. I've followed the tutorials of Microsoft, and although
they tell you how to make one, they DO NOT tell you how to join it/instal it
to your website (I would really love to know how to do that)
I've found a 'get-around' which is working for most things, but when I try
to do a 'h2' it goes beserk and changes the font to something else, and bold
and big - just completely wrecks the page! This is the site :
http://www.theenginerevolution.com
and I put the following code at the top of each page, the the header section
(this is my get-around...):
<style fprolloverstyle>A:hover {color: #DC1403; font-style: italic}
</style>
<style>
<!--
a:active { font-family: Verdana; font-size: 13px }
a:hover { font-size: 13px; font-family: Verdana }
a:link { font-family: Verdana; font-size: 13px }
a:visited { font-family: Verdana; font-size: 13px }
a { font-family: Verdana; font-size: 13px }
address { font-family: Verdana; font-size: 13px }
body { font-family: Verdana; font-size: 13px }
button { font-family: Verdana; font-size: 13px }
fieldset { font-family: Verdana; font-size: 13px }
h1 { font-family: Verdana; font-size: 13px }
h2 { font-family: Verdana; font-size: 12pt }
hr { font-family: Verdana; font-size: 13px }
html { font-size: 13px; font-family: Verdana }
input { font-size: 13px; font-family: Verdana }
legend { font-size: 13px; font-family: Verdana }
li { font-size: 13px; font-family: Verdana }
ol { font-family: Verdana; font-size: 13px }
option { font-family: Verdana; font-size: 13px }
p { font-family: Verdana; font-size: 13px }
pre { font-family: Verdana; font-size: 13px }
select { font-family: Verdana; font-size: 13px }
table { font-family: Verdana; font-size: 13px }
td { font-family: Verdana; font-size: 13px }
textarea { font-family: Verdana; font-size: 13px }
th { font-family: Verdana; font-size: 13px }
tr { font-family: Verdana; font-size: 13px }
ul { font-family: Verdana; font-size: 13px }
-->
</style>
If someone can give advice on how to get 'h2' to work as instructed, I will
really appreciate it (...or even to point me in right direction how to put
css properly on the site
I've been trying to learn how to use css in my website in Fp, but still
cannot do it right. I've followed the tutorials of Microsoft, and although
they tell you how to make one, they DO NOT tell you how to join it/instal it
to your website (I would really love to know how to do that)
I've found a 'get-around' which is working for most things, but when I try
to do a 'h2' it goes beserk and changes the font to something else, and bold
and big - just completely wrecks the page! This is the site :
http://www.theenginerevolution.com
and I put the following code at the top of each page, the the header section
(this is my get-around...):
<style fprolloverstyle>A:hover {color: #DC1403; font-style: italic}
</style>
<style>
<!--
a:active { font-family: Verdana; font-size: 13px }
a:hover { font-size: 13px; font-family: Verdana }
a:link { font-family: Verdana; font-size: 13px }
a:visited { font-family: Verdana; font-size: 13px }
a { font-family: Verdana; font-size: 13px }
address { font-family: Verdana; font-size: 13px }
body { font-family: Verdana; font-size: 13px }
button { font-family: Verdana; font-size: 13px }
fieldset { font-family: Verdana; font-size: 13px }
h1 { font-family: Verdana; font-size: 13px }
h2 { font-family: Verdana; font-size: 12pt }
hr { font-family: Verdana; font-size: 13px }
html { font-size: 13px; font-family: Verdana }
input { font-size: 13px; font-family: Verdana }
legend { font-size: 13px; font-family: Verdana }
li { font-size: 13px; font-family: Verdana }
ol { font-family: Verdana; font-size: 13px }
option { font-family: Verdana; font-size: 13px }
p { font-family: Verdana; font-size: 13px }
pre { font-family: Verdana; font-size: 13px }
select { font-family: Verdana; font-size: 13px }
table { font-family: Verdana; font-size: 13px }
td { font-family: Verdana; font-size: 13px }
textarea { font-family: Verdana; font-size: 13px }
th { font-family: Verdana; font-size: 13px }
tr { font-family: Verdana; font-size: 13px }
ul { font-family: Verdana; font-size: 13px }
-->
</style>
If someone can give advice on how to get 'h2' to work as instructed, I will
really appreciate it (...or even to point me in right direction how to put
css properly on the site