Guest Posted May 11, 2008 Share Posted May 11, 2008 How do I change the background in my shopping cart. http://seyantesthetique.com/shop/osc/ to the background on the website http://seyantesthetique.com/ I've added this in the header file but nothing changes. <BODY BGCOLOR="#FFFFFF" BACKGROUND="./backer1.gif" LINK="#0000FF" VLINK="#800080" TEXT="#000000" TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0> Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 11, 2008 Share Posted May 11, 2008 Try changing the body class in the stylesheet.css file. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Guest Posted May 14, 2008 Share Posted May 14, 2008 Try changing the body class in the stylesheet.css file. Jack How do I do that? Link to comment Share on other sites More sharing options...
Guest Posted May 14, 2008 Share Posted May 14, 2008 I've added this to my stylesheet but it doesn't seem to work: BODY { background-image: url('images/backer1.gif'); margin: 0px; } Link to comment Share on other sites More sharing options...
Guest Posted May 14, 2008 Share Posted May 14, 2008 it should look like: BODY { background-image: url(/images/backer1.gif); margin: 0px; } this is of course assuming you have the background image in your image folder. :thumbsup: Matthew www.ShanesDVDWorld.com Link to comment Share on other sites More sharing options...
germ Posted May 14, 2008 Share Posted May 14, 2008 Either one of these worked in Firefox: BODY { background-image: url('http://seyantesthetique.com/backer1.gif'); margin: 0px; } BODY { background-image: url('/backer1.gif'); margin: 0px; } That is close to the top of your stylesheet.css Your main problem is that you have another BODY definition in the stylesheet close to the bottom of the file: body{ background: url("images/m01.gif"); } You need to remove this second BODY definition. :blush: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.