New to CSS but came across a problem + solution that might be of use.
I used Adobe Indesign v2 to make a rough page then hand coded the CSS and HTML to custom design in HotDog. When the page was displayed it proved impossible to block text with the text cursor (everything 'upstream' of the cursor became blocked with a single mouse click). I wanted the facility for visitors to cut and paste text so it was a nuisance. All other aspects of the page were OK.
On investigation Indesign had added the following at the top of the page :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
Modifying this to :
<!--DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd"-->
solved the problem - so far I think (!?). Perhaps other convertion software does this?




Bookmarks