Cabezal (test1.php)
Código:
<? function cabecera (){ ?> <html> <head> <link href="test1.css" rel="stylesheet" type="text/css"> <div id= "cabezal"></div> </head> <body> </body> </html> <? }
(test1.css)
Código:
Include:@charset "utf-8"; /* CSS Document */ #cabezal{ width:820px; height:50px; background-image:url(graficos/cabezalnegro.jpg); margin-top:0px; margin-left:auto; margin-right:auto; position:relative; }
Cita:
<?
include 'test1.php' ;
cabecera ( 'Titulo de la p?gina' );
?>
include 'test1.php' ;
cabecera ( 'Titulo de la p?gina' );
?>