Few questions

Discussion in 'HTML & Website Design' started by terminator69, Oct 25, 2007.

  1. #1
    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.
     
    terminator69, Oct 25, 2007 IP
  2. webdesigner

    webdesigner Well-Known Member

    Messages:
    489
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    110
    #2
    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.
     
    webdesigner, Oct 25, 2007 IP
  3. terminator69

    terminator69 Notable Member

    Messages:
    4,872
    Likes Received:
    260
    Best Answers:
    0
    Trophy Points:
    230
    #3
    I was just thinking it would take ages to upload each one individually.
     
    terminator69, Oct 25, 2007 IP
  4. jakomo

    jakomo Well-Known Member

    Messages:
    4,262
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    138
    #4
    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
     
    jakomo, Oct 25, 2007 IP
  5. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #5
    an easy way would be to use php to recognise all the images in a folder and display them.
     
    twistedspikes, Oct 25, 2007 IP
  6. enriquerojas

    enriquerojas Active Member

    Messages:
    312
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #6
    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.
     
    enriquerojas, Oct 25, 2007 IP