Squiz MySource v3.12.2 (Matrix)
I have an asset listing page and want to put <UL>, </UL> tags around '%asset_listing%' to display results in a list. Each time that I put <UL> tags in HTML code and commit, MySource changes code to put <div style="margin-left: 2em;">, </div> around %asset_listing% ??
Also running a test server with Squiz MySource v3.12.3 (Matrix), and does not get this bug. ??
Any help appreciated, thanks.
You'll need to make sure you are using a RAW HTML cell to enter the ULs and LIs. You also need to make sure that you have changed the DIV presentation mode from "block" to "raw html" You do this through the DIV properties popup and you will need to do this for the page contents bodycopy and the type formats bodycopy as well.
Thanks, I have ensured that DIV pres. mode is "raw html".
I can now add <li> to Type Formats Content but once commited, automatically puts <ul> tags around <li> tags⦠When I put <ul> tags around %asset_listing% still has the same issue with replacing with <div style="margin-left: 2em;">. ??
Are you using the WYSIWYG editor or the Raw HTML editor? The WYSIWYG editor will try and clean up your HTML, but the Raw HTML editor will not.