Info

You are currently browsing the archives for the Tech - zencart category.

Calendar
May 2012
M T W T F S S
« Apr    
 123456
78910111213
14151617181920
21222324252627
28293031  
Categories

Archive for the Tech - zencart Category

Best Practice to add an empty line in xhtml

Just use <⁄br>
Not the followings:

  • <⁄br><⁄br> ……will create 2 lines instead of one empty line if that’s what you one.
  • <⁄br> <⁄br>…..should not have an empty space in between
  • <⁄BR>………….Never use upper cases in xhtml (or you will get element “BR” undefined error)
  • Never use upper cases in xhtml

Best Practice to add an empty line in xhtml
Preference:

Math Symbols in HTML:

My website sinofab.com passed the w3.org validation for xhtml 1.0 (click here to see the validation result)

HTML Codes for common symbols

For zencart shopping cart, if you want to add empty line for xhtml 1.0 , use the following:

zencart empty line for xhtml 1.0

|