I have been coding web pages for a few months now. Recently, I decided to drop tables and pick up using table-less CSS markup, and it has been going pretty well. I began using Strict DOCTYPEs, because I read they were better for CSS. I was about 98% done converting a phpNuke theme into table-less CSS when I realized that the page's DOCTYPE was Transitional. At first I didn't think it would be a problem, just a few changes to close the short tags. It worked fine in Firefox, however when I went to check it in IE, the page became all disoriented.
If I wanted to change my Strict Markup into Transitional Markup, what changes should I make, and what should I pay attention to? The code is 100% valid. I will supply a link to the preview if necessary.
If I wanted to change my Strict Markup into Transitional Markup, what changes should I make, and what should I pay attention to? The code is 100% valid. I will supply a link to the preview if necessary.
Comment