Symptoms
The client has a Formatting issue with bulleted list. They would like to remove the indenting that is applied when using a bullet list.
Diagnoses
Diagnosis:
When you switch off ?Literal? from the Item view being used by the custom list, we noticed that the pagging of the bullets were indented to the right due to HTML styles.
Resolution
Resolution:
Applied javascript code on the bullet list using an expression to help the client reach a resolution.andltscript type="text/javascript"andgt$(document).ready(function(){$("spanpname='Bullet List Data Label']").find('ul').css('padding-left','14px').css('margin-top', '-32px'})andlt/scriptandgt