Template Help

Messages
791
Edit My Images
No
I've added a template to my website (its just a draft to see what size etc) But i'm having problems with it www.fm-photos.com

It still has a little of the pink template as you can see!! its 754 wide and 248 height.

:suspect:
 
you probably need to edit the colour values in the css file ( http://www.fm-photos.com/styles/7978-475865.css ), perhaps this section:

Code:
#header {
	text-align: left;
	padding: 0;
	margin: 0;
	border-top: #E38494 10px solid;
	border-bottom: #EDA4B0 2px solid;
	width: 750px;
	background: #FFC0CB url(http://www.photium.com/imgs/templates/headerbg4.gif) repeat-x top;
	display: table;
	}
 
you probably need to edit the colour values in the css file ( http://www.fm-photos.com/styles/7978-475865.css ), perhaps this section:

Code:
#header {
	text-align: left;
	padding: 0;
	margin: 0;
	border-top: #E38494 10px solid;
	border-bottom: #EDA4B0 2px solid;
	width: 750px;
	background: #FFC0CB url(http://www.photium.com/imgs/templates/headerbg4.gif) repeat-x top;
	display: table;
	}


:thinking: lol!! i'm just going to pm you
 
Frankee the best thing you can do is read up how to use Photium on the photium site, under your account admin log in. It's really simple to understand if you read it through properly. Code isn't really something that's necessary to use or worry about on there I don't think.

By template do you mean your header?
 
Yes Jo i do :)

I've kind of sorted the problem out but going to look more into it tomorrow, as i've done quite abit.. its bedtime for Frankee!! x
 
Yeah I noticed you'd already made some changes. Just have a good read on there and take it step by step. You'll be fine :)
 
Back
Top