Author |
Topic |
|
rmmarsh
Super User
USA
396 Posts |
Posted - 22 Mar 2011 : 17:46:06
|
Is there any way to indent overflow lines on a bullet? For instance:
• Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
I want the second line thru the last line indented below the bullet or even 4 spaces past the • would be great! |
|
petran
Super User
Netherlands
345 Posts |
Posted - 22 Mar 2011 : 22:58:29
|
Use html tags in a standard text label with Encode HTML on False.
<ul>
<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
</li>
<li>aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</li>
</ul>
|
--------
regards
Petran |
Edited by - petran on 22 Mar 2011 23:26:40 |
|
|
rmmarsh
Super User
USA
396 Posts |
Posted - 23 Mar 2011 : 01:31:28
|
Thanks Petran... that's beautiful! I wasn't aware I could do that... |
|
|
Martin1
Super User
Netherlands
626 Posts |
Posted - 23 Mar 2011 : 12:19:22
|
To be honest, I wasn't aware that was possible either |
|
|
rmmarsh
Super User
USA
396 Posts |
Posted - 23 Mar 2011 : 22:21:50
|
My next question: is there a way to control the vertical spacing between the list items (<li>? |
|
|
petran
Super User
Netherlands
345 Posts |
Posted - 24 Mar 2011 : 02:05:37
|
If you mean to remove the blank space between two items:in DHE place everything right behind each other. Normally a new line doesn't give a blank between two items. Perhaps this has to do with working in a text label. Placing the same code in a HTML box gives no blank line. |
--------
regards
Petran |
|
|
rmmarsh
Super User
USA
396 Posts |
Posted - 24 Mar 2011 : 14:30:23
|
Petran... you did it again! Thank you so much! |
|
|
rmmarsh
Super User
USA
396 Posts |
Posted - 23 May 2011 : 01:15:36
|
How can I reduce the font size from 12 to 10, using the HTML as described in this post? |
|
|
petran
Super User
Netherlands
345 Posts |
Posted - 23 May 2011 : 10:49:25
|
Select your HTML object and go to Custom code in the properties window.
Before positioning Div place <div id=just_choose_a_name style= "font-size:10px;"> After positioning Div place </div> |
--------
regards
Petran |
Edited by - petran on 23 May 2011 10:51:01 |
|
|
rmmarsh
Super User
USA
396 Posts |
Posted - 23 May 2011 : 15:18:28
|
Thank you, Petran... I appreciate it! |
|
|
|
Topic |
|