Let's get this [php] tag background colour changed! ("official" request... mods?)

Soldato
Joined
12 Dec 2006
Posts
3,421
Location
Worthing, West Sussex
Right! Us OcUK "HTML, Graphics & Programming" netizens have been oppressed for long enough! It's time for us to rise up and say:

risejc3.jpg

Oi, mods! We want a light background! :D

The php tag has some really helpful syntax highlighting that's wasted by the blue background.

But we want something like this to make it all worthwhile:

phpbluehj8.gif


And especially when people have a long piece of code, I think that the highlighting can help point out the more obvious errors and make it a little bit nicer for us to look at.

So, go on, invest a bit of time and give us a white background on the php tag!

Clench those php-scripting fingers (after posting your support, of course) and join the revolution! :p

Mods; This isn't trolling etc, I just figured I'd have a bit of fun whilst making an 'official' request for a light background! Please take it seriously despite its tongue-in-cheek-ness ^.^
 
Last edited:
Well if we keep saying we want it then surely they will do it... Really, there's no reason not to! I think we should keep it up as an issue despite it being ignored in the past :cool: Maybe we'll be successful this time :p
 
PHP:
//most nerdy way to say thanks in php..?
$i=0;
$r=explode(":","16:12:7:-13:3:-8:50");
$c=count($r);

while($i<$c){
	$x=0;
	$op=100;
	while($x<=$i){
		$op=$op-$r[$x];
		$x++;
	}
	echo chr($op);
	$i++;
}
:D :D
 
Last edited:
Back
Top Bottom