Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/08/2010, 20:47
Avatar de eragas
eragas
 
Fecha de Ingreso: enero-2009
Mensajes: 417
Antigüedad: 15 años, 3 meses
Puntos: 43
Convertir Tabla HTML a CSS

Estimados, en una web había puesto unso anuncios como los que ven pero en HTML, o sea con tabla..., pero es necesario convertirlo a CSS con estilos inline, he estado luchando con el CSS y la verdad no me sale, si alguien me puede instruir , sería genial.
Es que con CSS puedo lograr el espacio entre anuncios de manera uniforme.



Tabla en HTML
Código HTML:
<table width="100%" border="0">
  <tr>
    <td align="center"><a href="http://psd.tutsplus.com"><img src="http://s3.buysellads.com/1500/29443-1277299322.gif" width="200" height="125" border="0" /></a></td>
    <td align="center"><a href="http://psd.tutsplus.com"><img src="http://s3.buysellads.com/2114/24180-1272296841.jpg" alt="" width="200" height="125" border="0" /></a></td>
  </tr>
  <tr>
    <td align="center"><a href="http://scriptmafia.org"><img src="http://s3.buysellads.com/1500/18309-1268240174.jpg" alt="" width="200" height="125" border="0" /></a></td>
    <td align="center"><a href="http://scriptmafia.org"><img src="http://s3.buysellads.com/1246383/27133-1278417830.png" alt="" width="200" height="125" border="0" /></a></td>
  </tr>
  <tr>
    <td align="center"><a href="http://psd.tutsplus.com"><img src="http://s3.buysellads.com/2114/17919-1267845746.png" alt="" width="200" height="125" border="0" /></a></td>
    <td align="center"><a href="http://psd.tutsplus.com"><img src="http://s3.buysellads.com/1616/31303-1279041711.jpg" alt="" width="200" height="125" border="0" /></a></td>
  </tr>
  <tr>
    <td align="center"><a href="http://psd.tutsplus.com"><img src="http://a.imageshack.us/img30/4701/publicidadhy.png" alt="" width="200" height="125" border="0" /></a></td>
    <td align="right" valign="bottom"><a href="http://vector.tutsplus.com/"><p style="font-family:Verdana, Geneva, sans-serif; font-size: 9px; color: #791C41"> Anuncie en esta web</p></a></td>
  </tr>
</table> 
Mil gracias,