Recent Topics

1 Oct 05, 2006 02:04    

As with my sidebar, I just can't seem to get a handle on changing code with B2evo. I want to replace the header in niftyblue completely. yes, I am a dunce with code, but can someone please tell me where to start.

http://www.radicalcontrapositions.com/left_flank/blogs/index.php

2 Oct 05, 2006 02:19

In the CSS for that skin find...

div.pageHeader /* Title zone */
{
	margin: 0 1ex;
	padding: 0;
	background-image: url(img/squares.gif);
	background-repeat: no-repeat;
	background-position: right center;
	/* border: 1px solid #f00; */
}

Replace img/squares.gif with you own image

3 Oct 06, 2006 02:58

Thanks!

Resolved as suggested!


Form is loading...