|
Posted by Jarek on 10/13/05 11:30
Hi all1
I need to create box of fixed size (width, height) containg formatted
text, but I need that this box will behave like span. I.e I need
somthing like this:
<SPAN><DIV>text</DIV></SPAN>
Generally this construction works as expected, but is not compiliant
with HTML 4.01 (validator says: document type does not allow element
"DIV" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON"
start-tag.).
How to fix it ?
Jarek
[Back to original message]
|