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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.