Re: NEW Avenue K9 BP 1.1 Theme Released
yep, there is. you can set your logo as a background image by adding the following to your #header h1#logo a element…
<br />
text-indent: -9999px;<br />
background-image: url(http://blogs.nyu.edu/blogs/jr197/japan/Newsweek_logo.gif);<br />
width: 335px;<br />
height: 78px;<br />
in this case, the text-indent will move your h1 title link -9999px out of view. the second line calls your image logo as a background property; in this case, i just used a newsweek logo. the last two lines define the dimensions of your logo. hope this helps