List Issue Resolution

Well it turns out that my funky list space was due to whitespace in the code (dirty rats). For example, this caused reserved space in IE on the PC:

<li>some block content</li>
<ul>content...

This does not:

<li>some block content</li><ul>content...

They're evil I tell you... eeeeevil

Posted by Daniel Short on Mar 17, 2004 at 12:00 AM | Categories: (X)HTML - CSS -

2 Comments

~Angela

~Angela wrote on 03/28/04 10:06 AM

If you're a Dreamweaver user like Dan and I, you'll find my new extension Strip List Whitespace handy. It automatically strips the whitespace from a list each time you save. So you can use Commands> Apply Source Formatting to see a nicely formatted list and then once you save the file it will remove the whitespace for you automatically. Enjoy! ~Angela
Daniel Short

Daniel Short wrote on 03/28/04 10:06 AM

Yahoo fer dat I say.