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.

CSS Forum


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



Reply
Old 10-01-2008, 01:06 PM Indenting Lists?
Ultra Talker

Posts: 316
Trades: 0
I have a list and I would like the text to be indenting if it goes over one line.

At the moment it goes:
> hello there
my name it
> item 2
> item 3

I would like it to be:
> hello there
__my name is
> item 2
> item 3

This is the CSS:

Code:
ul.squares {
    list-style-type: square;
    list-style-image: none;
    list-style-position: inside;
}
Any ideas?
Joe3000 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-01-2008, 03:13 PM Re: Indenting Lists?
angele803's Avatar
Perfectly Imperfect

Posts: 1,774
Name: Stephanie
Location: Oklahoma
Trades: 2
Change this:
list-style-position : inside;
to this:
list-style-position : outside;
__________________

Please login or register to view this content. Registration is FREE
angele803 is offline
Reply With Quote
View Public Profile
 
Old 10-02-2008, 05:07 AM Re: Indenting Lists?
Ultra Talker

Posts: 316
Trades: 0
Thanks!
Joe3000 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Indenting Lists?
 

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.15498 seconds with 12 queries