Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Guys,
I currently need to wrap my lists in div inside the RTE. However I am having a problem with how the the RTE is behaving when using the style picker.
It wraps my list like:
<ul> <li> <div class="willsLightBullet">sadasd</div> </li> <li> <div class="willsLightBullet">asdasd</div> <li> <div class="willsLightBullet">asdasd</div> </li> </ul>
I want it to do something like this:
<div class="willsLightBullet"> <ul> <li> sadasd </li> <li> asdasd <li> asdasd </li> </ul> </div>
Any ideas on how i can achieve this?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Rich text editor styling
Hi Guys,
I currently need to wrap my lists in div inside the RTE. However I am having a problem with how the the RTE is behaving when using the style picker.
It wraps my list like:
I want it to do something like this:
Any ideas on how i can achieve this?
is working on a reply...