Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/11/2007, 12:55
DjCommand
 
Fecha de Ingreso: enero-2007
Mensajes: 79
Antigüedad: 17 años, 4 meses
Puntos: 1
fondo fijo en tabla

Como seria para poner un fondo fijo en una tabla, para que si pongo contenido en la tabla no se me vuelva a repetir la imagen de la tabla 2,3, etc... de veces? os pongo el codigo que tengo

Código HTML:
<table width="573" height="650" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td height="283" colspan="3">
			<img src="http://fotos.subefotos.com/5b6595a26c2fc72b506b3007fd305a9co.gif" width="588" height="283" alt=""></td>
	</tr>
	<tr>
		<td width="192" height="230" valign="top"  background="[B]http://fotos.subefotos.com/724173fe6eb4a1b375f8d48865728f8bo.gif[/B]">
	    <p> </p>
			
			  <p align="center"><strong> Player1

              Player2
        </strong></p></td>
		<td width="202"> <img src="http://fotos.subefotos.com/0358a593af00a24814a638c14eef6af3o.gif" width="202" height="230" alt=""></td>
		<td width="194" valign="top" background="[B]http://fotos.subefotos.com/255410eef623fa34aa1ab5d66ba73389o.gif[/B]">
		  <p> </p>
		  <p align="center"><strong>Logros</strong></p>
		  <p align="center"><strong>Copitas</strong></p></td>
  </tr>
	<tr>
		<td height="117" colspan="3" background="[B]http://fotos.subefotos.com/a061ae464d02ca1cd0e1ab17301e5057o.gif[/B]">
		  <p align="center"><strong> Noticias del clan 
          </strong></p>
		  
	  </td>
  </tr>
	<tr>
		<td colspan="3">
			<a href="/csm/other/?p=other_info&s=clan&c=141682"><img src="http://img124.imageshack.us/img124/1571/index06ki3.gif" alt="" width="588" height="15" border="0"></a></td>
	</tr>
</table> 
Los e marcado en negrita :$
muchas gracias :)