Go Back   Free website templates > Web Template Help > How to use templates
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Join now to download all the free website templates or post on the forum. If you have never been on a forum before read the FAQ. It's quick, easy and free to join!
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-14-2009, 06:24 AM
Junior Member
 
Join Date: Apr 2009
Posts: 12
mymooser is on a distinguished road
Default Change background and color scheme??

I just downloaded the Dog Care template but I want to change the background and the whole color scheme. Does anyone know how to do that? I'm using front page and photoshop without any previous knowlege so I'm getting a bit frustrated. I don't understand why my background isn't taking up the entire length & width of page...
Reply With Quote
  #2 (permalink)  
Old 04-14-2009, 09:55 AM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,360
ishkey will become famous soon enough
Default

nether do we, without seeing what you did.
__________________
RIF= Reading Is Fun - Understanding Funner
cleandeck - lawn mower undercoating and wilmargraphite - graphite lubricants
Reply With Quote
  #3 (permalink)  
Old 04-15-2009, 01:27 AM
Junior Member
 
Join Date: Apr 2009
Posts: 12
mymooser is on a distinguished road
Default

Oh! I actually haven't purchased my domain yet, therefore I haven't published anything. All I have is the saved index.html file on my harddrive.

Do you think I should get my domain up & running before I tackel the construction of the site?
How else can I show you what I'm talking about?
Reply With Quote
  #4 (permalink)  
Old 04-15-2009, 01:30 AM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,360
ishkey will become famous soon enough
Default

Click on the advance button when you answer the post.
There you will find extra tools to display your code, upload files and pics.
__________________
RIF= Reading Is Fun - Understanding Funner
cleandeck - lawn mower undercoating and wilmargraphite - graphite lubricants
Reply With Quote
  #5 (permalink)  
Old 04-15-2009, 02:32 AM
Junior Member
 
Join Date: Apr 2009
Posts: 12
mymooser is on a distinguished road
Default

Oh! Okay. I've attached my file. I hope this works
I can't attach the file I have saved, my actual webpage because I have it saved as a .html file extention. I guess I'll have to buy the domain and publish the site for anyone to see how horibble my novie progress is! haha

I did attach the jpeg I want to use as my background.


Now-if you can see what I uploaded, I wanted to change the color of the background I have. I want to make the White a dark green (ie: 414E19) and the pink a gold or light brown color...
I've tried playing with my Adobe Photoshop, but it's taking me forever. There's got to be a faster way!

Thanks sooooooooooo much for your help.
-mymoose
Attached Images
 
Reply With Quote
  #6 (permalink)  
Old 04-15-2009, 08:23 AM
CovertPea's Avatar
Moderator
 
Join Date: Dec 2007
Location: Brisbane, Australia
Posts: 1,833
CovertPea is on a distinguished road
Default

Took me 20 seconds by first using a brilliant free plugin called "Mac's Remove White"
You can get it here: http://www.photoshop-filters.com/html/macks.htm

I've kept the image in layers (PSD) for you to play round with.
As for getting it on your site, I wouldn't have a clue.
__________________
OF COURSE YOU HAVE MY UNDIVIDED ATT....OOW, LOOK AT THAT PRETTY PIECE OF STRING!!

Last edited by CovertPea; 07-18-2009 at 07:53 AM.
Reply With Quote
  #7 (permalink)  
Old 04-15-2009, 10:28 AM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,360
ishkey will become famous soon enough
Default

Great work as always CP.
Don't buy anything as yet mymooser - or your Enthusiasm will sputter out.
Did you read A Basic Primer

Dog Care template - in the images directory you will find page_bg.jpg (bg=background) and you will notice several other pics are brownish in color. All would have to be changed or you can redue the psd file and reslice it up to match the old one (not easy, but it can be done).

If you look in the css file you will find the body section below, the part in red is what you want to play around with.

body {
background: #C89C52 url(images/page_bg.jpg) repeat-x;
text-align: center;
font: 11px arial, sans-serif;
color: #E5D19C;
padding: 20px 0 0 0;
}

Try converting the psd file CP made into a jpg file, put it into the images directory and then try the code below in the css file (always save the css after you make a change or it will not show up)

body {
background: #414E19 url(images/mooser.jpg) repeat-x;
text-align: center;
font: 11px arial, sans-serif;
color: #E5D19C;
padding: 20px 0 0 0;
}

It should look something like this. Now you have an idea as to how to proceed on.
Attached Images
 
__________________
RIF= Reading Is Fun - Understanding Funner
cleandeck - lawn mower undercoating and wilmargraphite - graphite lubricants
Reply With Quote
  #8 (permalink)  
Old 04-16-2009, 03:13 AM
Junior Member
 
Join Date: Apr 2009
Posts: 12
mymooser is on a distinguished road
Default

Quote:
Originally Posted by CovertPea View Post
Took me 20 seconds by first using a brilliant free plugin called "Mac's Remove White"
You can get it here: http://www.photoshop-filters.com/html/macks.htm

I've kept the image in layers (PSD) for you to play round with.
As for getting it on your site, I wouldn't have a clue.

Holy *#$*!!!!! I stayed up all night playing with my photoshop to get it to do that. Thats amazing! It's georgous! Thank you so much! That's exactly what I wanted Thank you thank you thankyou!!!!
Reply With Quote
  #9 (permalink)  
Old 04-16-2009, 05:42 AM
Junior Member
 
Join Date: Apr 2009
Posts: 12
mymooser is on a distinguished road
Default

Quote:
Originally Posted by ishkey View Post
Great work as always CP.
Don't buy anything as yet mymooser - or your Enthusiasm will sputter out.
Did you read A Basic Primer

Dog Care template - in the images directory you will find page_bg.jpg (bg=background) and you will notice several other pics are brownish in color. All would have to be changed or you can redue the psd file and reslice it up to match the old one (not easy, but it can be done).

If you look in the css file you will find the body section below, the part in red is what you want to play around with.

body {
background: #C89C52 url(images/page_bg.jpg) repeat-x;
text-align: center;
font: 11px arial, sans-serif;
color: #E5D19C;
padding: 20px 0 0 0;
}

Try converting the psd file CP made into a jpg file, put it into the images directory and then try the code below in the css file (always save the css after you make a change or it will not show up)

body {
background: #414E19 url(images/mooser.jpg) repeat-x;
text-align: center;
font: 11px arial, sans-serif;
color: #E5D19C;
padding: 20px 0 0 0;
}

It should look something like this. Now you have an idea as to how to proceed on.
Yes. I did read that thread and it does make some sense. I have tried doing what you said but the background doesn't take up the entire length of the page and it duplicates and double the width. I've attached a print screen so you can see a copy of what I'm trying do.

On your copy the background take the whole length and width of the page, but on mine it's too small.

Oh and another thing. On my css it says:

body {
background: #C89C52 url('images/page_bg.jpg') repeat-x;
text-align: center;
color: #E5D19C;
font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:arial, sans-serif; padding-left:0; padding-right:0; padding-top:20px; padding-bottom:0
}



Then I changed it to say:

body {
background: #414E19 url(images/mooser.jpg) repeat-x;
text-align: center;
font: 11px arial, sans-serif;
color: #E5D19C;
padding: 20px 0 0 0;
}

But when I hit save, it changes too:

body {
background: #414E19 url('images/mooser.jpg') repeat-x;
text-align: center;
color: #E5D19C;
font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:arial, sans-serif; padding-left:0; padding-right:0; padding-top:20px; padding-bottom:0
}


Do you see how it automaticly changes the font part?...Weird, I don't get it...
Attached Images
 

Last edited by CovertPea; 04-16-2009 at 12:22 PM. Reason: resized image
Reply With Quote
  #10 (permalink)  
Old 04-16-2009, 08:34 AM
Junior Member
 
Join Date: Apr 2009
Posts: 12
mymooser is on a distinguished road
Default

Okay. So I tinkered with it again and I tried to just save the jpeg as a bigger image size.
My husband warned me that my monitor is big and they was his thought as to why the background wasn't long or wide enough. Does that sound right?...
My monitor is 1680 x 1050
So I made the image size 1680 x 1050.

How does that sound? Am I correcting it the right way?
Let me know your thoughts.
-MyMooser
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:33 AM.



mouseover mouseover mouseover