Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Is there a way to reduce the spacing on the table rows with vertical layout? I dont want any spacing at all.
Find the following line in ..._list.asp file:
<table align='center' width='95%' border='0' cellpadding=3 cellspacing=2>
and replace it with this one:
<table align='center' width='95%' border='0' cellpadding=3 cellspacing=0>