Hi,
I was hoping someone could help me get a line across the page between each attribute name, so that each group of values would be seperated.
1.3.8a
zj_black template
my site http://www.powpcs.com
Thanks!
Hi,
I was hoping someone could help me get a line across the page between each attribute name, so that each group of values would be seperated.
1.3.8a
zj_black template
my site http://www.powpcs.com
Thanks!
Something like this in the stylesheet:
.wrapperAttribsOptions label{
border-bottom:1px solid;
}
You might want to add a little padding, too.
thanks, but that put a line under each value. I just need a line break before each option name. any help is much appreciated.