[TYPO3-50-general] Problems with changing html in backend inline edit

Sokly Phal sokly at web-essentials.asia
Tue Mar 12 05:42:24 CET 2013


Dear list,

I have problem with add style in the back end of NEOS.
first I have
<ul>
	<li><span>Example1</span></li>
	<li><span><Example2</span></li>
	<li><span>Example3</span></li>
</ul>
I make a mistake to wrap <h3> to "Example3" after that it show:
<ul>
	<li><span>Example1</span></li>
	<li><span><Example2</span></li>
</ul>
<h3>
	<ul>
		<li><span>Example3</span></li>
	</ul>
</h3>

And if I want to change <h3> to <h4>, it will show:

<ul>
	<li><span>Example1</span></li>
	<li><span><Example2</span></li>
</ul>
<h3>
   <h4>
	<ul>
		<li><span>Example3</span></li>
	</ul>
   </h4>
</h3>
And now I want to remove both of <h3> or <h4> to the normal style.
So what should I do with this problem ?
If you have any idea please kindly to share.

Cheers,
Sokly


More information about the TYPO3-project-5_0-general mailing list