Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ordered List - Indent Spacing 1

Status
Not open for further replies.

blackte

Programmer
Jul 24, 2001
80
US
I have an list of items on a page and I would like to control the indent spacing of this list.

currently displays as -

1. Sentence One
2. Sentence Two

I would like to move it all over like this -

1. Sentence One
2. Sentence Two

Thanks in advance for the help with this.



Thanks TBlack.
 
Hey there!
Enclose your ordered list in blockquote tags as follows:
Code:
<blockquote><ol>
  <li>sentence one</li>
  <li>sentence two </li>
</ol></blockquote>

Cheers!

[cheers]
Cheers!
Laura
 
LTeeple, thanks for the post, it does exactly what I wanted. Thanks again.

Thanks TBlack.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top