background

About the template and stylesheet - and changing the menu
Post Reply
twc
Posts: 233
Joined: Fri Jun 18, 2010 12:25 am
Location: Netherlands

background

Post by twc » Tue Apr 03, 2012 6:02 am

i dont find the code/color to change my background.

How to change my background color template
<body bgcolor="#44B4DA"<?php echo onload();?><a name="top"></a>

How can i make a background photo for my template ?

thanks.............

maeg
Posts: 525
Joined: Fri Feb 20, 2009 2:27 pm
Location: Agerbæk, Denmark
Contact:

Re: background

Post by maeg » Tue Apr 03, 2012 8:56 am

Hi twc
twc wrote: How can i make a background photo for my template ?

thanks.............
background images in template can normaly be set in stylesheet.css

Code: Select all

body{
background-image: url(images/imagename.jpg);
background-repeat: no-repeat;
}
The image file have to be in your imagesfolder in the template folder

Just note that Ipad scales the background image to fit to screen. Take a look here to get a round that http://cmsimpleforum.com/viewtopic.php?f=8&t=4476

Post Reply