> When using quotation marks in my html markup to > quote a word or a sentence, > where the DOCTYPE is Strict, I received an error > when validating in > Dreamweaver. The error suggests that I use "quot" > instead of quotation > marks.
Not a css issue, but I think you're looking for quote entities. E.g. for double quotes: “Quoted text” Straight quotes are " single quotes are ‘ and ’ -Ann ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
