Quote:
Originally Posted by ozzy47
Actually the proper html is <br /> not <br> 
|
Depends on the doctype: vBulletin4 uses XHTML so '<br />' if you wish to honor XML.
@Ozzy47 I know you already know this, so I am not really commenting to you. When working with self closing tags research your 'doctype' and the tag. In many cases using it incorrectly will work, but when it does not it can cause you a real headache. My rule is: Single tag double check.