19/06/2003, 22:22
|
| | | Fecha de Ingreso: mayo-2003 Ubicación: Spain
Mensajes: 2.009
Antigüedad: 21 años, 8 meses Puntos: 2 | |
Iframe con color??? hola amigos, estoy intentando poner un color de fondo al Iframe, pero no me deja, uso CLASS="COLOR1", y no funciona...
<iframe src='tag.php?tagger=1' name='tag' width='400' height='220' marginwidth='0' marginheight='0'></iframe>
me podeis ayuadar
creo que el IFRAME lo tengo mal hecho
<html>
<head>
<title>ESCRIBE TU COMENTARIO</title>
<LINK rel="StyleSheet" type="text/css" href="scrips/styl.css">
</head>
<body bgcolor="DimGray">
<div align="center">
<iframe src='tag.php?tagger=1' name='tag' width='400' height='220' marginwidth='0' marginheight='0' >
</iframe>
<form action='tag.php' method='post' class="botones3" name='tagform' target='tag'>
<input type='hidden' class="botones3" name='tagger' value='1' >Nombre
<br>
<input name='tagurl' class="botones3" maxlength='100' class='input'>
<br>
Mensaje
<br>
<textarea cols='48' rows='2' name='message' wrap class="botones3">
</textarea>
<br>
<br>
<input class="botones2" type='submit' value='Aceptar'>
</div>
</form>
</div>
</body>
</html>
Última edición por nuevo; 19/06/2003 a las 22:51 |