Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/09/2012, 15:26
Avatar de flashmax
flashmax
 
Fecha de Ingreso: julio-2012
Ubicación: Bs.As. Argentina
Mensajes: 507
Antigüedad: 11 años, 9 meses
Puntos: 86
Respuesta: Migración de html a Php, mantener estilos Css en Php

Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title></title>

<link rel="stylesheet" href="estilo.css" type="text/css" media="screen" />

</head>

<body>
	
	<?php
		
	?>
	
	
</body>
</html>