Top "Xhtml-transitional" questions

Decode UTF-8 with Javascript

I have Javascript in an XHTML web page that is passing UTF-8 encoded strings. It needs to continue to pass …

javascript unicode utf8-decode xhtml-transitional
Set HTML5 doctype with XSLT

How would I cleanly set the doctype of a file to HTML5 <!DOCTYPE html> via XSLT (in this …

html xslt doctype xhtml-transitional xdv
Word-wrap not working in Internet Explorer

When I'm using word-wrap:break-word with Browser Mode: IE9 Compatibility View and Document Mode: IE7 standards its working perfectly fine. …

css internet-explorer internet-explorer-9 word-wrap xhtml-transitional
HTML: What's the correct form of BR?

How is correct to write the br tag in html? <br /> or <br> or anything else? :))

html xhtml xhtml-transitional
Alternative for having a li inside li element in HTML Form

I am creating a form where in 'Are you affiliated to institution? Y/N' question should show up another small …

html html-lists forms xhtml-transitional
<div> within <a>

I have made a simple fragment of html, which contains this: <a href="#"><div>Something here&…

html xhtml hyperlink xhtml-transitional
How to embed image in HTML email template?

I have created an Email template using HTML and inline style from scratch. Now I need to add some images, …

html css email-templates xhtml-transitional
document.getElementById(...) is null or not an object....but it is?

Hey so I'm a bit confused as to why I'm getting the error, 'document.getElementById(...)' is null or not …

javascript arrays getelementbyid xhtml-transitional