Ethan King wrote: > > I was trying to make a cell in a table 1 pixel tall by using a method like > this: > > <table width="100%" border="0" cellspacing="0" cellpadding="0"> > <tr> > <td bgcolor="#CCCCCC"><img src="images/spacer.gif" width="100" > height="1"></td> > </tr> > </table> The extra height is caused by the line layout; <img> is by default inline. Give the image "display: block".
- Question about Quirks mode. Ethan King
- Re: Question about Quirks mode. fantasai
- Re: Question about Quirks mode. Ian Davey
- Re: Question about Quirks mode. Ethan King
- Re: Question about Quirks mode. Ian Davey
- Re: Question about Quirks mode. Jerry Baker
- Re: Question about Quirks mode. Nathan Ortiz
- Re: Question about Quirks mode. Jan Roland Eriksson
- Re: Question about Quirks mode. fantasai
- Re: Question about Quirks mode. John Hayward-Warburton
- Re: Question about Quirks mode. Jan Roland Eriksson
- Re: Question about Quirks mode. Henri Sivonen
