1 2 3 4 5 6 7 8 9 10 11 12 |
<a href="mypage.php"><input type="button" value="Forecaster" class="btncustom" id="forecaster"></a> <style> #forecaster { background-image: url("images/forecastwhite.png") ; background-repeat:no-repeat; background-position:110px -8px; text-align: left; padding-left: 20px; } </style> |
