481 Posts in 150 Topics by 238 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 654 Views |
-
HTML structure (tag position) is changed after saved at CMS

17 May 2011 at 11:24am Last edited: 19 May 2011 5:19am
When I tried to use HTML editor
some HTML tag closed position changed automatically and that messing up layoutex:
<div id="middleWrapper">
<div id="middle">
<div class="padTop30"><!-- --></div>
<div class="containerCareer"><div class="cuLft2">
...
</div>
<div class="cuLftIn">
...
</div></div>
</div>.......
became like this after save:
<div id="middleWrapper">
<div id="middle">
<div class="padTop30">
<div class="containerCareer"><div class="cuLft2">
...
</div>
<div class="cuLftIn">
...
</div></div>
</div>
</div>It seems like Editor doesn't like tag when there is nothing inside of tab.
How can I prevent editer changing something like this?
| 654 Views | ||
|
Page:
1
|
Go to Top |

