Hi,
For some reason, our implementation of CuteEditor will not show the text wrapped within <a></a> even though the text can be "viewed" in HTML mode. For example, below is code generated by CuteEditor:
<div align="center"><span style="COLOR: #ff0000">Line 1</span>
</div>
<div align="center"><a href="
http://www.cutesoft.com/">
<div align="center">Line 2</div></a>
</div>
In this forum, it displays as expected:
Line 1
However, the text "Line 2" is not shown (i.e. font color is possibly set to white) in either Normal or Preview tabs. However, when I save the text into a database and retrieve the text for display on another page, the text appears as expected. Is there a style sheet associated with CuteEditor?
Fermin