On 3/5/04 13:03, "Antonio" <[EMAIL PROTECTED]> wrote:

> <style type="text/css">
> <!--
> .pie {
> width : auto; 
> font-family : Verdana, Arial, Helvetica, sans-serif;
> font-size : 0.8em;
> font-style : normal;
> line-height : normal;
> font-weight : bold;
> font-variant : normal;
> text-transform : uppercase;
> color : #cccccc; 
> text-decoration : none;
> background-color : #000099;
> letter-spacing : normal;
> text-align : center;
> vertical-align : middle;
> word-spacing : normal;
> display : block; 
> margin : auto; 
> padding : 1px; 
> height : auto; 
> width : auto; 
> border : medium solid #ffffff;
> }
> -->
> </style>
> 
> <table width="600px"  id="tablapie" summary="tblpie">
> <tr>
>   <td width="33%" class="pie">
>     <a href="leeme.htm" target="_self" class="pie">leeme</a></td>
>   <td width="33%" class="pie">
>   <a href="webmaster.htm" target="_self" class="pie">webmaster</a></td>
>   <td width="34%" class="pie">
>   <a href="principal.htm"  target="_self" class="pie">princpal</a></td>
> </tr>
> </table>

Hola a todos,

Creo que el problema es "display: block" y que apliques el estilo
directamente a <td>, ya que block pone un final de l�nea al principio y al
final de cada elemento.

    block
    The element will be displayed as a block-level element, with a line
    break before and after the element.

Por lo tanto, si lo quitas ya funciona.

Jordi


_______________________________________________
Ovillo mailing list
[EMAIL PROTECTED]
http://ovillo.org/mailman/listinfo/ovillo_ovillo.org

Responder a