• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Any point to recoding a mostly static web site from html into xhtml?

You don't have to, if you want to go with XHTML then I assume you basically want the "standards" behind it, the ones that are basically encouraged by W3.

Do what Google does, code your pages the best way possible with less tags, view your pages on multiple browsers (and versions, if possible). If all is well, then no need to switch to XHTML transitional or strict.

Though, the standards it offers is not bad, most websites that comply with the XHTML standards are well coded, well formed and generally has less code for relying on CSS to style everything rather than the usual <b><i><font> and so on.
 
Fully agreed with Loku, the one thing that drives me mad is IE, and even more mad is that people still actually use that sad excuse of a browser.

HTML5 + CSS3 = sky is the limit, but only for visitors that use the more reliable browsers, and up-to-date ones too!

It all basically depends on your website and the type of visitors you get, it's not a necessity by all means, it's just something out there.
 
Last edited:
Back
Top