Just this morning I have been coding one of my websites layouts for the first time and I have everything but the font size correct. My background, scrollbar, everything. I have all my text in the places they need to be, but I can't seem to change the font-size of %26lt;h3%26gt; my normal text for my blog, pages, links everything. Can someone please help?
Here is the code, or at least some of it:
%26lt;style type=';text/css';%26gt;
body, html, div, font, p, td {
font-family: Georgia;
font-size: 8pt;
line-height: pt;
color: #FFFFFF;
margin: 0;
padding: 0;
}
.entrytext{
font-weight: smaller;
}
h1 {
background: #A9D0F5;
color: #000000;
font-family: tahoma;
font-size: 13pt;
line-height: 13pt;
text-transform: lowercase;
text-align: left;
margin: 0;
margin-top: 1px;
margin-bottom: 1px;
padding-top: 2px;
padding-bottom: 2px;
border-bottom: 1px solid #ffff00;
}
h2 {
background: transparent;
color: #000000;
font-family: Tahoma;
font-size: 7pt;
line-height: 7pt;
font-weight: bold;
text-align: left;
margin: 0;
width: px;
margin-top: 1px;
padding: 0px;
padding-bottom: 0px;
border-bottom: 2px solid #FFFF00;
}
h3 {
background: #FFFFFF;
color: #000000;
font-family: georgia;
font-size: 30%;
line-height: 8pt;
font-weight: normal;
text-transform: none;
text-align: left;
margin: 0;
margin-bottom: 0px;
padding: 0px;
padding-bottom: 2px;
h4 {
background: #A9D0F5;
color: #000000;
font-family: tahoma;
font-size: 13pt;
line-height: 13pt;
text-transform: lowercase;
text-align: left;
margin: 0;
margin-top: 1px;
margin-bottom: 1px;
padding-top: 2px;
padding-bottom: 2px;
border-bottom: 1px solid #ffff00;
}
.special {
font-family: Tahoma;
font-size: 4pt;
color: #000000;
font-weight: bold;
line-height: 7pt;
}
a:link, a:visited, a:active {
text-decoration: none;
font-weight: bold;
font-family: arial;
color: #000000;
cursor: crosshair;
}
a:hover {
text-decoration: none;
font-weight: bold;
font-family: arial;
color: #FFFFFF;
cursor: crosshair;
}
a.nav, a.nav:link, a.nav:active, a.nav:visited {
height:10;
padding:0;
padding-left:1;
padding-right:1;
color:#000000;
border-bottom:1px solid #000000;
display:block;
text-transform:uppercase;
background:#ffffff;
}
a.nav:hover {
height:10;
padding:0;
padding-left:1;
padding-right:1;
color:#000000;
border-bottom:1px solid #000000;
display:block;
text-transform:uppercase;
background:#ffffff;
}
input, select {
color: #FE7785;
background: #ffffff;
font-size: 7pt;
font-weight: normal;
font-weight: bold;
text-decoration: none;
font-family: Tahoma;
text-align: center;
border-width: 1px;
border-style: solid;
border-color: #000000;
}
TEXTAAREA {
color: #FE7785;
background: #ffffff;
font-size: 7pt;
font-weight: normal;
text-decoration: none;
font-family: Tahoma;
text-align: center;
border-width: 1px;
border-style: solid;
border-color: #000000;
%26lt;/style%26gt;
%26lt;style%26gt;
b {color: #000000; background-color:#FFFFFF;}
i{color: #FB43FB;}
u{border-bottom:1px dashed #FDDAFB; color: #FDDAFB;}
%26lt;/style%26gt;
%26lt;style length=';200px'; type=';text/css';%26gt;
body {
font-size: x-small
scrollbar-track-color: #ffffff;
scrollbar-face-color: #BDBDBD;
scrollbar-3dlight-color: ffffff;
scrollbar-highlight-color: ffffff;
scrollbar-darkshadow-color: ffffff;
scrollbar-shadow-color: ffffff;
scrollbar-arrow-color: ffffff;
}
%26lt;/style%26gt;
Please, please help me!!On CSS code, how do I change the font size of my normal text?
If you use a text editor with syntax highlighter you wouldn't miss that bracket.On CSS code, how do I change the font size of my normal text?
you missed out the closing } at the end of h3
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.