Is there a style setting that I can add to the code below to adjust the space between a bullet point and the text associated with it?
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments
Code:
UL.STEPS { margin-left: 16px; margin-bottom: 7px; list-style-type: square; }
LI.STEPS { margin-bottom: 4px; }
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments