I've got a page which is a glossary, and hence a definition list is most of it. At a number of points I want to include a pic and a little bit of attached text, so I included some floating <div>s on the right. it appears to work well in a number of browsers, but when i go to validate it at W3C, no go. I get:
"document type does not allow element "div" here; assuming missing "dd" start-tag"
anyone suggest a solution/alternative method (CSS based)? lists are a block, not inline, element, right, so I don't understand the objection.