Rhobur Posted August 14, 2012 Share Posted August 14, 2012 (edited) Hi, I am trying to do an ul with different links, of the <a><span><img></img></span></a> format with CSS classes of my own. All is well in Chrome but FF and IE are attaching on the left or upper part of my img the ">" symbol. It must be inherited from the global.css but I don't know how to get rid of this inheritance in this particular case, keeping the symbol display for the rest of the situations. You can see an exampla of what I mean at http://www.capriceri...ings-20205.html ( or any other product), under the product image where one can see the colors. Maybe someone can spare some time and help. Thanks in advance! R. [sOLVED] : Found out the was an inheritance for the <a> tag from the global.css Cleared it and all OK. Edited August 20, 2012 by Caprice (see edit history) Link to comment Share on other sites More sharing options...
Norwegian Rat Posted August 14, 2012 Share Posted August 14, 2012 Have you tried searching for: > (Standard ASCII set) in the modules tpl file? Had a similar problem once and found it there. http://www.ascii.cl/htmlcodes.htm Link to comment Share on other sites More sharing options...
Online Office USA Posted August 14, 2012 Share Posted August 14, 2012 Looks like you'll need to look at the code in someplace like product.tpl, product-list.tpl, product-sort.tpl or the equivelant in your theme. Sorry I can't be more precise but hopefully that will point you in the right direction... Link to comment Share on other sites More sharing options...
Online Office USA Posted August 14, 2012 Share Posted August 14, 2012 (edited) Have you tried searching for: > (Standard ASCII set) in the modules tpl file? Had a similar problem once and found it there. http://www.ascii.cl/htmlcodes.htm good call! Edited August 14, 2012 by Online Office USA (see edit history) Link to comment Share on other sites More sharing options...
Rhobur Posted August 16, 2012 Author Share Posted August 16, 2012 Have you tried searching for: > (Standard ASCII set) in the modules tpl file? Had a similar problem once and found it there. http://www.ascii.cl/htmlcodes.htm Yes I did now, but nothing found! The tpl has only one call to an object. I looked over the php code for this object and found nothing also. I believe it must be something inherited from global css for any of the div, ul, li, a, span or img tags. However how could this be displayed in IE and FF but not in Chrome ? Link to comment Share on other sites More sharing options...
Rhobur Posted August 16, 2012 Author Share Posted August 16, 2012 Looks like you'll need to look at the code in someplace like product.tpl, product-list.tpl, product-sort.tpl or the equivelant in your theme. Sorry I can't be more precise but hopefully that will point you in the right direction... The css and html code is inside of the Phrasespot's multi block arbitrary module (permitting code inserts) and not directly inserted in any of the theme's tpls. I wile try to ask him too about this issue. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now