Psycho_Coder Posted September 11, 2007 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
Guest Anonymous Posted September 11, 2007 Posted September 11, 2007 Re: MCCODES + Graphic I believe the background is set on each page...unfortunetely. Quote
hamster01 Posted September 11, 2007 Posted September 11, 2007 Re: MCCODES + Graphic I believe it is done with CSS. body { background: url(image.png); repeat: none; } Quote
Psycho_Coder Posted September 11, 2007 Author 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
stryker Posted September 11, 2007 Posted September 11, 2007 Re: MCCODES + Graphic to globally change it you need to so so in your header file Quote
UCC Posted September 19, 2007 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
Psycho_Coder Posted September 19, 2007 Author 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
Jameoo Posted April 30, 2008 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
Halo Posted May 1, 2008 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
Zero-Affect Posted May 2, 2008 Posted May 2, 2008 Re: MCCODES + Graphic yeah v2 its in css in the header... Quote
Joel Posted May 8, 2008 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
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.