In the default stylesheet, you have something incorrect :
Code
hr { width="70%"; <------- align: center; }
Should be
Code
hr { width : 70%; <------- align: center; }
#2 eBookLuke 12-21-2010, 06:05 AM
Quote Bertrand
Hi Luke,
In the default stylesheet, you have something incorrect...
Great! I will be correct in the next release 1.1.10, coming soon! Please let me know about further errors in generated code or in the extension itself, unfortunately I don't know anything about CSS, xhtml, xml and programming