[wp-hackers] The lists within the posts...

spencerp theone.andonly.mr.awesome at gmail.com
Thu May 22 02:22:28 GMT 2008


Well, actually mine is this:

.entry-content ol li {
        margin:0 1.5em 0 1.5em;
        padding:5px;
        }

.entry-content ol ol li {
        list-style-type: lower-alpha;
        margin:0 1.5em 0 1.5em;
        padding:5px;
        }

The last example I sent, the "none" shouldn't be in there at all for 
first one.

<ol>
<li> stuff here </li>
<li> stuff here </li>
<li> stuff here </li>
<ol>
<li> stuff here under last li above </li>
<li> stuff here under last li above </li>
<li> stuff here under last li above </li>
</ol>
</ol>

Output:
1. stuff here
2. stuff here
3. stuff here
  a. stuff here under last li above
  b. stuff here under last li above
  c. stuff here under last li above

Everything is working good! =D Thanks again Alan. I just wasn't sure 
about the css "code" for doing it.


More information about the wp-hackers mailing list