yotsume
09-10-2011, 05:48 PM
List Spacing Question?
Is it possible to code some spacing between items in either a bulleted or numbered list to make it more readable?
Here is a list example with the typical no space between each line in the list.
Here is a list example.
Here is a list example.
Here is a list example.
Here is a list example.
Here is a list example.So is it possible to add a few points of space between each line in the above list? Is this found in some vbulletin css file?
--------------- Added 11 Sep 2011 at 01:25 ---------------
I found my answer: In the Additional CSS Definitions
ADD:
li {margin-bottom:6px;}You can change the px to whatever amount you line for the spacing. It is so much better have have a little space between list items! Much better formatting! :up:
Is it possible to code some spacing between items in either a bulleted or numbered list to make it more readable?
Here is a list example with the typical no space between each line in the list.
Here is a list example.
Here is a list example.
Here is a list example.
Here is a list example.
Here is a list example.So is it possible to add a few points of space between each line in the above list? Is this found in some vbulletin css file?
--------------- Added 11 Sep 2011 at 01:25 ---------------
I found my answer: In the Additional CSS Definitions
ADD:
li {margin-bottom:6px;}You can change the px to whatever amount you line for the spacing. It is so much better have have a little space between list items! Much better formatting! :up: