Does anyone have any idea how I might get around the problems above re. my header and the logo in it?
The main ones are:
1. How do I remove the text at the top left?
2. How do I create space around my logo?
Here is a link to my blog so you can see for yourself: https://www.inputout.com/blog
Any help would be much appreciated. I’ve been tinkering with it for hours now and unfortunately getting no where.
Here is the css code to my header:
/* header classes */
.header {background: url(“/blog/inputout.gif”) no-repeat bottom left; }
#headerimg {margin: 7px 9px 0;
height: 85px;
width: 159px; }
.header {margin:18px 0 0 0;color:#4F4F5F;}
.header ul {list-style-type:none;}
.header a:link { text-decoration: none; color: #FFFFFF; }
Thanks