24 Jan 12, 11:39PM
(This post was last modified: 24 Jan 12, 11:41PM by FANTOMAS.UA.)
(24 Jan 12, 11:25PM)Lantry Wrote: should be:
<a href="{U_INDEX}" title="{L_INDEX}" id="logo"><img src="http://img15.imageshack.us/img15/2792/akimbonewbanner.jpg" alt="" border="0" width="100%" /></a>
However, I don't know much about web design and I would imagine this will cause it to look stretched/pixelated for most people.
This width="100%" is incorrect for html tag <img ... />
More correct should be
<img src="http://img15.imageshack.us/img15/2792/akimbonewbanner.jpg" alt="" border="0" style="width:100%; height: auto;" />
but im not shure if this solution will work correctly