Re: Strange css problem (bug?)
- From: Jim Moe <jmm-list.AXSPAMGN@xxxxxxxxxxxxxx>
- Date: Sun, 28 Aug 2005 17:05:26 -0700
Robi wrote:
As Knud observed, a link is an inline element. XHTML does not like inline elements floating around without containment. So:
<body> <a href="http://www.microsoft.com">This is just a link</a> </body>
<body> <p><a href="http://www.microsoft.com">This is just a link</a></p> </body>
Also I was impressed by the OP's ability to cram so many errors into so little code.
-- jmm dash list (at) sohnen-moe (dot) com (Remove .AXSPAMGN for email) .
- References:
- Strange css problem (bug?)
- From: M O J O
- Re: Strange css problem (bug?)
- From: Robi
- Strange css problem (bug?)
- Prev by Date: Re: Strange css problem (bug?)
- Next by Date: Re: Strange css problem (bug?)
- Previous by thread: Re: Strange css problem (bug?)
- Next by thread: Re: Strange css problem (bug?)
- Index(es):