Forums / Cotonti / General / Moar questions ;)

lukgoh
#32750 2012-01-18 13:39

Yeah I can't remember which of your css files I found it in. I think it was default.css or styles.css, something like that...

If you are giving it it's own div then you should try the method I gave you before, so if its like this: <div id="divname"><img src="imge"></div> then in your css you would need to put it like this: #divname img {width: xxpx; height: xxpx;} at the very least you can see if any other styles in your css are conflicting, causing it to ignor your new style...

Added 1 minute later:

But also check the core files to make sure that what ever tag you are using is not putting out html, just to make sure, it doesn't look like it is...