Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
We have experienced this aswell, and it's probbably some encoding problem somewhere.
In our case we were using longstring(by some reason..), when we changed to XHTML-string the problem went away.
Hi,
I just came across the following issue.
When I create a form in the text editor and do
right click -> cell properties -> align right
in a cell, I get the following html code: align=right
Note the missing quotation marks. In IE, when saved and published, the cell aligns the text right but instead of quotation marks in the html it renders black "NUL signs" in notepad++ and empty spaces in notpad (align=" right "). In Firefox it doesn't align right and the rendered html looks like this align=?right?.
I am using EPiServer 5 sp2 and IE 6 and 7 for backoffice management.
What could be the problem here?
/Patrik