I wanted to make a site with one page and have a banner up top and adsense on the right. I wanted to upload 50 or so emoticons to the site so people can download them, so would I have to upload each one to imageshack and paste each one in individually or is there an easier way? using HTML.
If you want to host them on imageshack then thats the way you will have to do it. If you want to host the emoticons yourself, then there are other ways it could be done.
On html you need to copy and paste, but if you are going to use php and mysql, you could save it in your database and then get the information from it... Jakomo
To be honest, use PHP and MySQL. Upload all the icons to your database. And just pulled out in your site. This can be done in 1hr or so. You can save time to add new or replace old ones.