Plantilla usuada: Subsilver
MODs instalados: ....
Version de phpBB: 2.0.22
Servidor: Metropoliglobal
Hola solo hago este tema para que me ayuden o me aclaren si se puede un duda que tengo, en el overall_footer.tpl, es toda una tabla, entonces quieria poner un un fondo, intente agregando background="toda_la_direccion_xxxx.png", al parecer si funcionaba pero cuando lo actualizo al parcer no me lo toma, pense que era porq estaba en un div, y con un estilo predefinido entonces cree mi propio estilo para que se viese la imagen con el estilo incluido en la hojas .css en subsilver.css, y al moemnto de actuualizarlo en el foro, me sale
 ... pero no con el background que le pido, me saca con el cellpic3, osea con el de la imagen de la fila 1 (creo), pero al parecer ya esta definido que esa tabla tome como backgraund el cellpic3. y no se como... intente viendo en el .css, pero aun asi jeje no econtre nada para modificar, al parecer esta es la parte donde se define todo eso pero no se como "deshabilitar que no se utlize el cellpic3 para esas celdas y q se utilze mi background.
... pero no con el background que le pido, me saca con el cellpic3, osea con el de la imagen de la fila 1 (creo), pero al parecer ya esta definido que esa tabla tome como backgraund el cellpic3. y no se como... intente viendo en el .css, pero aun asi jeje no econtre nada para modificar, al parecer esta es la parte donde se define todo eso pero no se como "deshabilitar que no se utlize el cellpic3 para esas celdas y q se utilze mi background.Código: Seleccionar todo
/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }Código: Seleccionar todo
<link href="subSilver.css" rel="stylesheet" type="text/css" />
<table width="973" height="220" border="0" cellpadding="0" cellspacing="0" align="center" background="http://www.megamanrockman.metropoliglobal.com/foro/images/down.png">  
          <tr>
            <th width="973"><p> </p>
         <br />
              <!--
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
	reason) retain the full copyright we request you at least leave in place the
	Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
	to include even this then support on our forums may be affected.
	The phpBB Group : 2002
// -->
                <b>Megaman & Rockman</b> Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005
                 phpBB Group<br />
                 <br />
                 <img src="http://www.megamanrockman.metropoliglobal.com/foro/images/logdown.png" width="313" height="184">
              <br />
                </tr>
		</th>
            </table>
</body>
</html>
Código: Seleccionar todo
.admincolor:active  { color: {T_FONTCOLOR5}; }
.admincolor:visited { color: {T_FONTCOLOR5}; }
.modcolor           { color: {T_FONTCOLOR6}; }
.modcolor:link      { color: {T_FONTCOLOR6}; }
.modcolor:active    { color: {T_FONTCOLOR6}; }
.modcolor:visited   { color: {T_FONTCOLOR6}; }
