Modern-Empires Posted March 23, 2009 Posted March 23, 2009 i have been working on new stuff for mccodes and have made loads of new settings to change the backround colours and link/non link colours without going into the filemanager to do it everytime, if you would like to know morre on how to this this please contact me, thanks Quote
POG1 Posted March 23, 2009 Posted March 23, 2009 Re: change colours without editing the pages [V2] create a CSS text file and just make something that edits that.. Quote
Modern-Empires Posted July 11, 2009 Author Posted July 11, 2009 Re: change colours without editing the pages [V2] and without even a CSS page, geez it's sooooooooooooooooooooooooooooo simple Quote
Eternal Posted July 11, 2009 Posted July 11, 2009 Re: change colours without editing the pages [V2] See now i put some code in here why don't you??????????? ????????????????????????????? ????????????????????????????? <?php if($ir['theme'] =="theme2") { $color[0] = "#change"; $color[1] = "#change"; $color[2] = "#change"; } else { $color[0] = "#change"; $color[1] = "#change"; $color[2] = "#change"; } echo <<<oef <style type="text/css"> .one { width: 100px; border: 1px black solid;; background: {$color[0]}; padding: 0px; height: 10px; } .two{ font-size: 10px; background: {$color[0]}; padding: 0px; height: 10px; } .three { background: {$color[1]}; border-bottom: 1px {$color[2]} solid; border-top: 1px {$color[2]} solid; padding-left: 8px; font-weight: bolder; } </style> oef; echo' <div class="one"> something put into here 1</div>'; echo' <div class="two"> something put into here 2</div>'; echo' <div class="three"> something put into here 3</div>'; ?> This is a modification section not a gloating section...... Stick with the rules........... Quote
CrazyT Posted July 12, 2009 Posted July 12, 2009 Re: change colours without editing the pages [V2] i have been working on new stuff for mccodes and have made loads of new settings to change the backround colours and link/non link colours without going into the filemanager to do it everytime, if you would like to know morre on how to this this please contact me, thanks LOL.. theres no point Quote
Modern-Empires Posted July 12, 2009 Author Posted July 12, 2009 Re: change colours without editing the pages [V2] i would of posted up here but my laptop got drunk on my wine so it's now not working and i lost the only copy i had on my PC Quote
Strats Posted July 12, 2009 Posted July 12, 2009 Re: change colours without editing the pages [V2] :lol: 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.