CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 Formatting Position Of Image-Style Bulleted Lists

Print topic Send  topic

Author Message
Suntower

Posts: 225
Posted: 04/24/2008, 2:58 PM

Hi,

I know I should know how to do this, but can someone give me the CSS style property to control the distance between the bullet and the text in a UL?

I want to be able to control the amount of white space between the image bullet and the left margin of the item's text.

Or does one have to simply add extra space to the image?

Thanks,

---JC
_________________
---On a campaign for more examples and better docs!
View profile  Send private message
Suntower

Posts: 225
Posted: 04/30/2008, 10:09 AM

bump... c'mon! Give a brother a break!
_________________
---On a campaign for more examples and better docs!
View profile  Send private message
GeorgeS

Posts: 206
Posted: 04/30/2008, 4:11 PM

ul, li{
list-style-type:none;
margin:0;
padding:0;
}
li{
background:url(imageOfTheBullet.png) left top no-repeat;
padding:12px; /*the amount of white space between the image bullet and the left margin*/
}


_________________
GeorgeS
View profile  Send private message
Suntower

Posts: 225
Posted: 04/30/2008, 8:38 PM

Thanks, mate.

---JC

Quote GeorgeS:
ul, li{
list-style-type:none;
margin:0;
padding:0;
}
li{
background:url(imageOfTheBullet.png) left top no-repeat;
padding:12px; /*the amount of white space between the image bullet and the left margin*/
}



_________________
---On a campaign for more examples and better docs!
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.