Ver Mensaje Individual
  #63 (permalink)  
Antiguo 15/06/2005, 00:32
Avatar de izar
izar
 
Fecha de Ingreso: enero-2004
Mensajes: 519
Antigüedad: 20 años, 3 meses
Puntos: 1
Ufff llevo tiempo intentando hacer lo que comentais aqui, pero no consigo que salga....

me podriais comentar que es lo que estoy haciebdo mal??

Código:
<HTML>
<HEAD>

<style type="text/css">
@font-face { 
font-family: "sherwood";
src: url("sherwood.ttf");
} 
</style>

<HEAD>
<BODY bgcolor=gray>
<table width="100%" height="20%" Align="top"> 
<tr>
  <td style= "font-face:sherwood; font-size:50pt"> lo que sea</td>
</tr>
</table>


<table align="left" bgcolor=silver width="20%" height="100%" >
<tr><td>____</td></tr>
</table>
<table bgcolor="white" width="79.5%" height="100%" style="border-style:solid; border-color:black;border-width:1px"><tr><td></td></tr></table>
<HTML>
Gracias