|
Browse by Tags
All Tags » xhtml
-
I am able to reproduce this issue on the XHTML demo site: http://cutesoft.net/example/xmloutput.aspx On that page, supply this single line of text in the text entry box: This & That Then click Submit. The produced output is:<div>This &amp; That</div> Note that the text is incorrectly encoded, ...
-
When utilizing the ImagGallery DLL, the control properties have uppercase letters in them.
This does not validate as even XHTML 1.0. Any site ImageGallery is used in will not pass.
Is this something that will be changing soon? I do not want to purchase if I cannot get a site to pass becuase of my utilization of this product... ...
-
It seems to work in your example. This is the page I'm working on http://you.pakland.edu/admissions/foms.aspx. You can see in the code that the ending tags are missing from all but the last item. I attempted this several different times with the same result.
-
I am using the editor to insert an unordered list. When viewing the source in html panel I noticed that the </li> tags were missing from all but the last item. What is causing this?
-
What is the proper way to ensure that all text entered in CE is XHTML compliant?
-
Hi!
I've just downloaded the latest version (08-23-2007) of the Editor and created simple page with it, plus Save button. When a user types any text in the editor and clicks on Save right after that, the XHTML does not have typed text. But if a user types the text and either clicks to any editor's button or just moves the focus ...
-
When converting the XHTML into RTF the customized font sizes are getting smaller each time you do this.
HTML2RTF h2r = new HTML2RTF(Editor1.XHTML);
Editor1.LoadRTF(h2r.RTF);
See http://bbs.schoolmaster.nl/RTFConvert.zip for an example.
Press the button and each time the word ...
|
|
|