salesforce - put a page break when specific chracter found in visual force -


on repeat tag one-field name "insurance__c" populating description. on field contents having bullets. wants put page break after when bullet come. this:- (single break after single description)
• description1
• description1
• description1

but coming paragraph (without break) on pdf

do mean page break or line break.

you can achieve using <div> or <br> element(for linebreak) , css.

<br clear="all" style="page-break-before:always" />  

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -