I have some customers who get this image when logging into my store:
And then some customers see the "right" settings.
Why is this and what can I do about it.
Thanks.
This is my page BTW http://shop.scrapscandistyle.com/
I have some customers who get this image when logging into my store:
And then some customers see the "right" settings.
Why is this and what can I do about it.
Thanks.
This is my page BTW http://shop.scrapscandistyle.com/
Anybody?![]()
Firefox renders it correctly but IE doesn't. It would appear that IE is not handling th "<br class="clearBoth" />" correctly. Quick Google seems to suggest that this is a common bug with IE. What you need to do is edit your Stylesheet (should be \includes\templates\YOUR CUSTOM FOLDER\css\stylesheet.css) and find the following code:
change this to read.Code:.clearBoth { clear: both; }
Code:.clearBoth { clear: all; }
The standard recommended fix for this is to change the
<br class="clearBoth" />
to
<div class="clearBoth" ></div>
in the php file where it occurs.
Bookmarks