Insertar imagen y texto DW cs4
Hola, que tal: Soy novato en diseño web, quisiera hacer una consulta.
Tengo problemas para realizar el titulo de página, quiero poner una imagen de fondo y escribir el texto sobre la misma, pero me sale la celda dividida en dos, es decir el texto arriba y la imagen debajo.
No sé nada de estilo css.
¿Puede decirme cómo se puede resolver?
Necesito saber qué hay que poner en el código y en qué lugar
Muchas gracias.
PD: adjunto el 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>Documento sin título</title>
</head>
<body>
<table width="600" border="0">
<tr>
<td><img src="enviar cod_Logo.png" alt="" width="752" height="100" /> <br /> <img src="imagenes/index_clip_image002_0000.jpg" width="856" height="297" />;</td>
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
Tengo problemas para realizar el titulo de página, quiero poner una imagen de fondo y escribir el texto sobre la misma, pero me sale la celda dividida en dos, es decir el texto arriba y la imagen debajo.
No sé nada de estilo css.
¿Puede decirme cómo se puede resolver?
Necesito saber qué hay que poner en el código y en qué lugar
Muchas gracias.
PD: adjunto el 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>Documento sin título</title>
</head>
<body>
<table width="600" border="0">
<tr>
<td><img src="enviar cod_Logo.png" alt="" width="752" height="100" /> <br /> <img src="imagenes/index_clip_image002_0000.jpg" width="856" height="297" />;</td>
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
1 Respuesta
Respuesta de zador
1