View Single Post
  #36  
Old 04-26-2007, 09:34 PM
cancerbox's Avatar
cancerbox Offline
pp regular
 
Join Date: Jul 2006
Location: Tulsa, OK, US
Posts: 20
Send a message via ICQ to cancerbox Send a message via AIM to cancerbox Send a message via MSN to cancerbox
Quote:
Originally Posted by andreasholm View Post
Yes, that's what I mean!
"Regarding the template, I'm sure you notice that by default, the header contains the title of your site. If you'd like to use an image logo instead, you can simply edit the style sheet (horizon.css) and replace the following:

Code:
#header .inside {
	background:#000;
	height:100px;

	}

#header .inside h1 a {
	float:right;
	text-align:right;
	color:#666;
	padding-top:30px;
	font-weight:normal;
	display:block;
	}

with this - where "logo.gif" is your logo. (be sure to place it in the images folder contained in your template directory)

#header .inside {
	background:url(../images/logo.gif) top right no-repeat #000;
	height:100px;

	}

#header .inside h1 a {
	float:right;
	color:#666;
	padding-top:30px;
	font-weight:normal;
	width:300px;
	height:60px;
	display:block;
	text-indent:-9999px;
	}
__________________
Scott Craig | cancerbox.com
Reply With Quote