Jump to content
MakeWebGames

change colours without editing the pages [V2]


Recommended Posts

  • 3 months later...

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...........

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...