
HOYGAN, SI KIEREN VER KOSAS POPOHSAS EN UN IDIOMA KORRECTO, AÑADAN ?hoygan=s O ?hoygan=extremo AL FINAL DE CUALKIER URRELE DEL BLOG.
Para ponerlo en tu sitio, pega este código dentro de <head> y después de la llamada a la hoja de estilos.
<?php
$hoygan=$_GET[’hoygan’];
if ( $hoygan == "s" ) { echo ‘<style type="text/css">* {text-transform: uppercase;}</style>
‘; }if ( $hoygan == "extremo" ) { echo ‘<style type="text/css">
* {
text-transform: uppercase;
font-family: "Comic Sans MS";
}</style>’; }
?>
