I had this more or less working and then thought to clean it up.
I am getting deeper and deeper in trouble as I try to clean up the mess it is after slapping it up "for now".
Here would be the original template:
Bringing it down to the bare bones to build it up correctly I lose h1 formatting and get a gap in Firefox:
http:/CSS below.
The gap appeared after an attempt to move logo h1 over and down and to bring logo h2 up right below it and over. I can't get this to work either with margins or padding.
see
css
adjusting h1 top padding or margin only moves the entire box down.
adjusting h2 left padding is effective. Neither top or bottom padding or margin allow me to get h2 closer to the h2.
the annoying border, furthermore, will not go away. The background image is 150. Regardless of the height I set for the image I continue to get the line.
Any thoughts would be much appreciated. Working on Wordpad and Amaya. Tried Expression web, and it's pretty much a disaster.
I am getting deeper and deeper in trouble as I try to clean up the mess it is after slapping it up "for now".
Here would be the original template:
Bringing it down to the bare bones to build it up correctly I lose h1 formatting and get a gap in Firefox:
http:/CSS below.
body {
margin-top: 0;
margin-left: 0;
background: #FFFEF5 url('img01.gif');
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #657383;
}
h3 {
color: #258383c;
}
h2 {
color: #258383c;
}
h1 {
color: #003333;
}
#logo {
margin-top: 0;
margin-left:0;
height: 140px;
background: url('images/shortbanner.jpg') no-repeat;
text-transform: none;
}
#logo h1 {
Padding: 0 0 0 0;
letter-spacing: -.1em;
font-style: italic;
font-size: 3.5em;
color: #003333;
}
#logo h2 {
letter-spacing: -.05em;
text-transform: uppercase;
font-style: oblique;
font-size: 2em;
font-style: italic;
font-size: 1em;
color: #003333
}
#logo a {
text-decoration: none;
/* insert content and wrapper and sidebar*/
The gap appeared after an attempt to move logo h1 over and down and to bring logo h2 up right below it and over. I can't get this to work either with margins or padding.
see
css
body {
margin-top: 0;
margin-left: 0;
background: #FFFEF5 url('img01.gif');
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #657383;
}
h3 {
color: #258383c;
}
h2 {
color: #258383c;
}
h1 {
color: #003333;
}
#logo {
margin-top: 0;
margin-left:0;
height: 140px;
background: url('images/shortbanner.jpg') no-repeat;
text-transform: none;
}
#logo h1 {;
padding-top: 30px;
padding-left: 4px;
letter-spacing: -.1em;
font-style: italic;
font-size: 3.5em;
color: #003333;
}
#logo h2 {
padding-left: 90px;
letter-spacing: -.05em;
text-transform: uppercase;
font-style: oblique;
font-size: 2em;
font-style: italic;
font-size: 1em;
color: #003333
}
#logo a {
text-decoration: none;
/* insert content and wrapper and sidebar*/
adjusting h1 top padding or margin only moves the entire box down.
adjusting h2 left padding is effective. Neither top or bottom padding or margin allow me to get h2 closer to the h2.
the annoying border, furthermore, will not go away. The background image is 150. Regardless of the height I set for the image I continue to get the line.
Any thoughts would be much appreciated. Working on Wordpad and Amaya. Tried Expression web, and it's pretty much a disaster.