Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Multi-line bullet spacing

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
rmmarsh 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!
9   L A T E S T    R E P L I E S    (Newest First)
rmmarsh Posted - 23 May 2011 : 15:18:28
Thank you, Petran... I appreciate it!
petran 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>
rmmarsh 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?
rmmarsh Posted - 24 Mar 2011 : 14:30:23
Petran... you did it again! Thank you so much!
petran 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.
rmmarsh Posted - 23 Mar 2011 : 22:21:50
My next question: is there a way to control the vertical spacing between the list items (<li>?
Martin1 Posted - 23 Mar 2011 : 12:19:22
To be honest, I wasn't aware that was possible either
rmmarsh Posted - 23 Mar 2011 : 01:31:28
Thanks Petran... that's beautiful! I wasn't aware I could do that...
petran 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>





Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000