Well it looks fine so far. I hope you are pleased. For the hnav you need to add a new div #hnav after masthead closes. The Seal image is just a matter of putting the gif in. The other graphic I would advise that you drop in favour of a text h1 and tagline.
Thread Starter
ntarc
(@ntarc)
Yes, I like it…I’ll like it even more when I get it live.
Thanks.
I can’t figure out where the masthead is pulling the title text from to add a text line?
Thanks again.
The content of the h1 which is pulled by php is set in admin/options something. (blog title)
No we have got a #menu already. I would use margin-top in #menu ul or something 🙂
Thread Starter
ntarc
(@ntarc)
Thanks again, finally got it.
Well youre right on the money. Glad to be of assistance. I am giving you a link as a Gemini user once you get on your url. If you want to make the world a safer place a bit of Forefox advertising and CERT links wouldnt hurt. Best wishes.
Thread Starter
ntarc
(@ntarc)
Thanks, I will add the links. I am having ine proble though and then I’ll start make the switch. I have to build a template with the same look for the static pages.
For some reason…the left outside line doesn’t load until I scroll and now that I’ve added a blogroll, the line on the left is broken. Not sure what I did.
Prolly a width thing. Something is misconfigurating somewhere.
Thread Starter
ntarc
(@ntarc)
That was it! I don’t know whats causing the lg on the left line to load, but the right line is fixed.
Thanks again.
Thread Starter
ntarc
(@ntarc)
Thanks for all your help. I still can’t get the logo image to show up for some reason.
#masthead {
background: #ffffff;
background-image: url (“http://www.nationalterroralert.com/seal10.gif”); no-repeat;
font-size: 36px;
font-family: Arial;
font-style: bold;
color: #032672;
letter-spacing: 0.2em;
margin: 0;
padding: 0 10px 0 60px;
border-bottom: 1px solid #565;
}
Dunno if this cures it, but throw out the semicolon before “no-repeat”.