Quote Originally Posted by symmo View Post
also when I click on a product where there is more than 1 catergory it puts them all in a line on the page like this page -->

http://www.temp-tattoos.co.uk/shop/i...index&cPath=22

and it also does it on the specials page page -->

http://www.temp-tattoos.co.uk/shop/i..._page=specials

Cant find out why?
Thanks in advance
Symmo

www.temp-tattoos.co.uk
Where did this line in your css go to?


#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float:left;
}

My guess is, you didn't want your logo floated left, so you deleted the entire line? Add it back, but with #logo, removed.