imaginitive04
New Member
Our web designer wants a vertical UL / LI list like the following image.
But using this style I obtained
the stye was the following\[code\] <style type="text/css">ul { list-style: none;}ul li:after { content: "\25BC \0020";}ul li:before { content: "\25A0 \0020"; color:#C60;}</style>\[/code\]Im going to pass to a table but is there a way to obtain an aligned list also if the line owerflows ?