converting skins
GHengeveld |
|
---|---|
Better use CSS for that (unless there's a special reason why you want it to be an <img>. For icons I recommend using a sprite. For logos it's best to use <h1> with a background image and text-indent:-999em;
Another recommendation: look into HTML5 Boilerplate. I intend to create an HTML5 theme as a base for theme development when I find some time to do it. |