Psycho_Coder Posted September 11, 2007 Share Posted September 11, 2007 If I want to change to a graphical background, with one solid image behind all pages in MCCODES, do I need to do it on each page or is there a global spot to change it? Thanks! Jack Quote Link to comment Share on other sites More sharing options...
Guest Anonymous Posted September 11, 2007 Share Posted September 11, 2007 Re: MCCODES + Graphic I believe the background is set on each page...unfortunetely. Quote Link to comment Share on other sites More sharing options...
hamster01 Posted September 11, 2007 Share Posted September 11, 2007 Re: MCCODES + Graphic I believe it is done with CSS. body { background: url(image.png); repeat: none; } Quote Link to comment Share on other sites More sharing options...
Psycho_Coder Posted September 11, 2007 Author Share Posted September 11, 2007 Re: MCCODES + Graphic That would work... Guess it's per page then :( I believe it is done with CSS. body { background: url(image.png); repeat: none; } Quote Link to comment Share on other sites More sharing options...
stryker Posted September 11, 2007 Share Posted September 11, 2007 Re: MCCODES + Graphic to globally change it you need to so so in your header file Quote Link to comment Share on other sites More sharing options...
UCC Posted September 19, 2007 Share Posted September 19, 2007 Re: MCCODES + Graphic It really depends on what version of code you are using and what kind of layout you have. V2.0 should be easy V1.1 depends on what kind of layout you have and if you are doing an include on each page as part of your layout theme Quote Link to comment Share on other sites More sharing options...
Psycho_Coder Posted September 19, 2007 Author Share Posted September 19, 2007 Re: MCCODES + Graphic Thanks for the info. Actually figured it out. I am using V2. Updated the header.php to have the image show globally. Initial coding on V2 had tables with individual backgrounds. After changing that, set how it needs to be. Thanks Jack It really depends on what version of code you are using and what kind of layout you have. V2.0 should be easy V1.1 depends on what kind of layout you have and if you are doing an include on each page as part of your layout theme Quote Link to comment Share on other sites More sharing options...
Jameoo Posted April 30, 2008 Share Posted April 30, 2008 Re: MCCODES + Graphic No Thats Wrong Add In The <style> Bit background-image:url('Image-Here.gif); background-repeat:no-repeat; background-attachment:fixed; background-position:center; Quote Link to comment Share on other sites More sharing options...
Halo Posted May 1, 2008 Share Posted May 1, 2008 Re: MCCODES + Graphic I add my background image code just below: body { scrollbar-base-color: black; scrollbar-arrow-color: #000000; scrollbar-DarkShadow-Color: #000000; Quote Link to comment Share on other sites More sharing options...
Zero-Affect Posted May 2, 2008 Share Posted May 2, 2008 Re: MCCODES + Graphic yeah v2 its in css in the header... Quote Link to comment Share on other sites More sharing options...
Joel Posted May 8, 2008 Share Posted May 8, 2008 Re: MCCODES + Graphic I have a background image, I put my background image in Header.php : / It was Complicated thou XD Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.