Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/01/2008, 06:44
Avatar de seinkraft
seinkraft
 
Fecha de Ingreso: diciembre-2007
Mensajes: 119
Antigüedad: 16 años, 4 meses
Puntos: 1
[problema] centrar imagen con link

Holas a todos, tengo un problema que no puedo centrar la imagen del link con el link.



Los links estan en una tabla y estoy utilizando un sistema de templates (TemplatePower).

De css no tengo casi nada...esto nomas por el momento.

Código HTML:
body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #5677A0;
}

title
{
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

.navbar
{
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
}

img 
{
	border-width: 0;
}

a:link
{
	color: #2F466A; text-decoration:none;
}
a:visited
{
	color: #2F466A; text-decoration:none;
}
a:hover
{
	color: #2A63BA; text-decoration:underline;
}
a:active
{
	color: #5E7BAA; text-decoration:none;
}
Código HTML:
<table width="804" border="0" align="center" background="{T_THEME_PATH}/images/bg_wrap.png">
  <tr>
    	<td class="navbar" align="right">
	<img src="{T_THEME_PATH}/images/icon_faq.png" width="12" height="12" alt="*" /> <a href="{HREF_FAQ}">{FAQ}</a><img src="{T_THEME_PATH}/images/icon_user.png" width="12" height="12" alt="*" /> <a href="{HREF_USER}">{USER}</a><img src="{T_THEME_PATH}/images/icon_members.png" width="12" height="12" alt="*" /> <a href="{HREF_MEMBERS}">{MEMBERS}</a>
	</td>
  </tr>
</table>