Forum Moderators: open
Composer will generate the transitional doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Is there any benefit for switching to the strict doctype?
In case the HTML of my site does not validate as strict, I will have to correct it and for that I will need some WYSIWYG editor capable of generating strict HTML code. Is there any freeware software capable of that?
BTW, why does Composer (even the latest version) still generate transitional code?
Because you're using tables for layout, the "full" Transitional doctype may be the best option, as it triggers almost standards mode [developer.mozilla.org] in Firefox - with one difference to the way images in tables [developer.mozilla.org] are displayed.