Jelou...
Estoy haciendo una tabla en la cual, en algunas celdas se repita el fondo y en otras no. Para que no se repita en una he probado esto....
Tengo el siguiente archivo css :
TD.norepeat {background-repeat: no-repeat;
}
Luego, en el html que tiene link al css :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="css/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" border="0">
<tr>
<td height="162" class"norepeat" background="images/autor_r2_c1.gif"> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
Help plís :-p soy muy torpe