In article <[EMAIL PROTECTED]>, Ian Davey 
<[EMAIL PROTECTED]> wrote:

> Images are inline elements, so they get the inline box drawn around 
> them. There are a couple workarounds:
> 
> td img {vertical-align: bottom}
> 
> or
> 
> td img {display: block}

The former may cause problems with Opera. The latter is safer.

(I have an URL, BTW: http://www.hut.fi/u/hsivonen/standards#lineboxmodel)

-- 
Henri Sivonen
[EMAIL PROTECTED]
http://www.clinet.fi/~henris/

Reply via email to