Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Need Bullet List Styles
Old 04-29-2006, 11:32 PM Need Bullet List Styles
Experienced Talker

Posts: 43
Trades: 0
Hi,

Is there a web site that has code for different styles of list to
look at and use the code.

I have a numbered list that I need to change to a bullets
list and make the bullets larger

Heres the code.
<div class="orderedlist">
<ol type="3" compact="">
<li>
<p>item 1</p>
</li>
<li>
<p>item 2</p>
</li>
<li>
<p>item 3</p>
</li>
</ol>
</div>


Gary
highbids is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-30-2006, 01:33 AM Re: Need Bullet List Styles
Silent77's Avatar
Ultra Talker

Posts: 269
Name: Silent
Location: Ohio
Trades: 0
<div class="orderedlist">
<ul>
<li> Item 1
<li> Item 2
<li> Item 3
</ul>
</div>

Hope This Helps
__________________
Firefox
rediscover the web

Please login or register to view this content. Registration is FREE
Down with internet explorer!
Silent77 is offline
Reply With Quote
View Public Profile Visit Silent77's homepage!
 
Old 04-30-2006, 01:46 AM Re: Need Bullet List Styles
Experienced Talker

Posts: 43
Trades: 0
Hi,

When I try and create a space between the list it does not work
there still close together & I would like the bullets larger.

Is there a web site that has different kinds of list that I can
look at and get the code from.

Some web sites I saw have check marks and different styles that I would like
to use for a list of bonus for my site.

Thanks

Gary
highbids is offline
Reply With Quote
View Public Profile
 
Old 04-30-2006, 03:15 AM Re: Need Bullet List Styles
ChipJohns's Avatar
I don't know! Do you?

Posts: 488
Name: Chip Johns
Location: Savannah Georgia
Trades: 0
Use an image that you create for the bullet. After you make the image you can use this css to make it show up for your list..

Code:
 ul {list-style-image: url(bulletimage.jpg);}
ChipJohns is offline
Reply With Quote
View Public Profile Visit ChipJohns's homepage!
 
Reply     « Reply to Need Bullet List Styles
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21451 seconds with 12 queries