This way it is easier to manipulate the skin with other image dimensions.
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<style type="text/css">
img.small {
height: 22px;
width: 22px;
border: 0px;
}
</style>
</head>
<body>
<img src="skin/default/small_play.gif" alt="" class="small">
</body>
</html>But before I start mass editing my scripts…
Is this a good way to do it?
Is it better to leave the border to the img tag?
Thanks for the help,