Re: [css-d] Inline elements and display:block

2006-08-22 Thread David Dorward
On 22/08/06, Chris Ovenden <[EMAIL PROTECTED]> wrote: > Is there really an intrinsic difference between block level and inline > elements, other than presentational ones? If so, what? The DTD defines what elements may be contained in other elements. e.g. is forbidden, inline elements cannot c

[css-d] Inline elements and display:block

2006-08-22 Thread Chris Ovenden
Hi All I am reading "More Eric Meyer on CSS", and came across a passage (on p158) that I don't understand. After making some a tags have display:block, he says: "Note that we have *not* changed the nature of the links themselves. The a elements are still inline elements. What's happened is that t