Adding an image to the header
-
Don’t throw the rotten tomatoes yet! I did search, and found some great info on using a background image as the header. But I couldn’t find a post on how to add a single jpg image in there, as a “logo” so to speak. I’m using the template that came with it, although, despite having to breath into a paper bag the entire time, I’ve been messing around with the css and layout to change colors, etc. What I’d like is to leave the header/title as it is, but stick a jpg image on the right side, where it butts up against the menu box. ( https://shannonstacey.com ) This is what my header reads like now:
#header {
background: #ccccff;
border-bottom: double 3px #000000;
border-left: solid 1px #000000;
border-right: solid 1px #000000;
border-top: solid 1px #000000;
font: italic normal 230% ‘Times New Roman’, Times, serif;
letter-spacing: 0.2em;
margin: 0;
padding: 15px 10px 15px 60px;I’m sure I’ll be spending eons wearing out the search function in these forums, but if somebody could point me in the right direction for this one thing, I’ll muddle through the rest. (Oh, and if you go to the site, don’t look at the calendar. Yes, I’ve messed that up already. And I haven’t even tried to import from blogger yet.)
Thank you,
Shannon (the very, very new at html, never mind css and php)
- The topic ‘Adding an image to the header’ is closed to new replies.