Comments on: How to Create Spaced Lists in WordPress Posts http://johnlamansky.com/wordpress/spaced-lists/?utm_source=rss&utm_medium=rss&utm_campaign=spaced-lists Sun, 06 Nov 2011 19:41:22 +0000 hourly 1 http://wordpress.org/?v=3.3 By: John Lamansky http://johnlamansky.com/wordpress/spaced-lists/comment-page-1/#comment-452 John Lamansky Thu, 15 May 2008 19:14:10 +0000 http://wordpress.jdwebdev.com/?p=57#comment-452 Hi Ozh, Thanks for the comment. I'd have to disagree with you that CSS is the only answer. I see three good reasons for using the <p> element: Using the <p> element allows the spacing to be maintained when your post is being viewed in feedreaders. If you're using WordPress MU, CSS classes aren't allowed -- and stylesheet editing isn't either. If your lists contain enough content to warrant padding for readability purposes, then it's probably a paragraph, which means that the <p> element is entirely semantically-correct. Hi Ozh,

Thanks for the comment. I’d have to disagree with you that CSS is the only answer. I see three good reasons for using the <p> element:

Using the <p> element allows the spacing to be maintained when your post is being viewed in feedreaders.
If you’re using WordPress MU, CSS classes aren’t allowed — and stylesheet editing isn’t either.
If your lists contain enough content to warrant padding for readability purposes, then it’s probably a paragraph, which means that the <p> element is entirely semantically-correct.

]]>
By: Ozh http://johnlamansky.com/wordpress/spaced-lists/comment-page-1/#comment-451 Ozh Thu, 15 May 2008 18:31:49 +0000 http://wordpress.jdwebdev.com/?p=57#comment-451 Wow, that's pretty terrible if you ask me :) The best way to do so is, definitely, to add a CSS rule so that li elements are padded. Either all your lists within posts, or just the <ul class="spaced"> ones. Wow, that’s pretty terrible if you ask me :)

The best way to do so is, definitely, to add a CSS rule so that li elements are padded. Either all your lists within posts, or just the <ul class=”spaced”> ones.

]]>