I'd like to place my products in columns, and came across Normans code on how to do this. I've applied this code to my catalogue and it works fine i.e. places the products in columns.
The problem occurs when I try and apply a style sheet to this page i.e. before I apply the style sheet all the columns appear nice and neat under each other but as soon as I apply the style sheet they all over the place and look really unproffesional. All I'm applying in my style sheets is the size of the Text so that customers can't goto their browser and change the text size and all the text will change on the site.
e.g. <span class="font8">NETQUOTEVAR:PRODUCTNAME</span>
CSS = .font8 {font-family:arial, sans-serif; font-size : 8pt; color: black; font-weight: None}
I would be very grateful on any help on this matter.
Best Regards
Elfyn
iBabyShop.co.uk
The problem occurs when I try and apply a style sheet to this page i.e. before I apply the style sheet all the columns appear nice and neat under each other but as soon as I apply the style sheet they all over the place and look really unproffesional. All I'm applying in my style sheets is the size of the Text so that customers can't goto their browser and change the text size and all the text will change on the site.
e.g. <span class="font8">NETQUOTEVAR:PRODUCTNAME</span>
CSS = .font8 {font-family:arial, sans-serif; font-size : 8pt; color: black; font-weight: None}
I would be very grateful on any help on this matter.
Best Regards
Elfyn
iBabyShop.co.uk
Comment