Zen Cart Logo

inserting an image

Locked

Views: 1,237

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
17 May 2007, 09:00
#1
ben_harry avatar

ben_harry

Zen Follower

Join Date:
Mar 2007
Location:
Cornwall - uk
Posts:
462
Plugin Contributions:
0

inserting an image

Is it possible to add images to the coloured edges that surround the classic 1.3.5 template,

an example below of what I mean. www.magnecor.co.uk in the grey area's there are lots of little magnecor logo's.

17 May 2007, 12:32
#2
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: inserting an image

ben harry:

Is it possible to add images to the coloured edges that surround the classic 1.3.5 template,

an example below of what I mean. www.magnecor.co.uk in the grey area's there are lots of little magnecor logo's.

That's just a site background image.

on your body tag in your css (includes/templates/YOUR_TEMPLATE/css/stylesheet.css), you can do something like this:

body {
background:url(../images/background-image-name.gif);
}

Just make sure the image is then uploaded into your includes/templates/YOUR_TEMPLATE/images folder.

17 May 2007, 12:40
#3
bradsmith avatar

bradsmith

New Zenner

Join Date:
Jan 2007
Posts:
50
Plugin Contributions:
0

Re: inserting an image

Yeap, backgrounds may be added to the inside, as well.

Remember to have the tile repeated.

17 May 2007, 14:20
#4
ben_harry avatar

ben_harry

Zen Follower

Join Date:
Mar 2007
Location:
Cornwall - uk
Posts:
462
Plugin Contributions:
0

Re: inserting an image

Thanks for the replies, How do i repeat the tile

17 May 2007, 15:04
#5
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: inserting an image

A nice place to learn about that and more, is here. :smile:

17 May 2007, 15:57
#6
ben_harry avatar

ben_harry

Zen Follower

Join Date:
Mar 2007
Location:
Cornwall - uk
Posts:
462
Plugin Contributions:
0

Re: inserting an image

Had a good look through site sketchy, I have done exactly what it says to do, but I still cant get a background image, it just comes up as plain white, I have even tried using the really small original zent cart logo, just incase mine was too big, but even that came through as plain white, any ideas? Thanks

17 May 2007, 16:01
#7
ben_harry avatar

ben_harry

Zen Follower

Join Date:
Mar 2007
Location:
Cornwall - uk
Posts:
462
Plugin Contributions:
0

Re: inserting an image

Thanks everyone for the posts, I have now succeeded. with all your help.

17 May 2007, 16:10
#8
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: inserting an image

That's great news. I'm glad you succeeded! :D