View Single Post
Old 03-25-2012, 05:34 PM   #11
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,113
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Code:
<div class="listItem">
		<p class="label">•</p>
		<p id="lds-39">Text Text Text</p>
	</div>

It is a faked list
This is 2 paragraphs (and not a standard HTML bullet list to boot). Which is why 2 lines

This is one way for a single line
Code:
<div class="listItem">
		<p class="label" id="lds-39">• <span class="if_needed">
		Text Text Text</span></p>
	</div>
class if_needed allow you to control padding, font... for the text
theducks is offline   Reply With Quote