image in header
-
Second question…
I am using Treba, but I want to put an image in my header. Is this possible? I can create the image and all, but I need some direction on how to code this, how to write (or where to copy) such code from.
Help!
-
Thanks Drmike — the page is privatepalate.wordpress.com — I haven’t created the image yet, but it’ll be something with the logo that’s currently sitting at the top of the sidebar plus the words private palate — I don’t know if it’s necessary to create the image first for sizing purposes… I appreciate any words of wisdom. Thanks!
-
-
I could have sworn that I had replyed to this.
You can try adding a background to the header bit within the CSS. You may have to fiddle with some of the other declairs since the theme isn’t set up for a header image.
#header{ background: url("The URL of the image that you want in there") no-repeat; } -
-
- The topic ‘image in header’ is closed to new replies.