How to save images of the templates

Home » Tutorials for Blogging » How to save images of the templates

eng All images and codes of my templates are hosted by an hosting which gives me a quite large bandwidth.
But this doesn’t assure that some problems can occur on loading images so that’s why I always suggest to save images of my templates somewhere else!
If you don’t know how to do it, here’s a little help:

  • Go on the code of your template and look for the CSS code which is located between head tags.
  • Once you find it, read it and find lines like this one:
    e.g. : background-image: URL (http://nea.ngi.it/templates/img/background.jpg);
  • Now copy the URL of the image (http://nea.ngi.it/templates/img/background.jpg) and paste it on your browser in order to view it.
  • Once you see the image, save it on your pc clicking on it with the right button of the mouse anche choose this voice “save the picture as”.
  • Repeat this step for every image of your template.
  • Now that you have all images saved on your pc, upload them on your own web space or on a free images hosting website (if you don’t know which one here you can find some links)
  • Now that you uploaded the images online and you have their new urls, just replace the old URL (http://nea.ngi.it/templates/img/ ) with the new ones.
    If you do it right the code should appear like this:
    e.g. : background-image: URL(http://www.yoursite.com/background.jpg);

I know that this procedure is quite boring but if you do it you can be sure that theimages of your template will be always visible and that you won’t face any other problems with them because of my hosting!!
So please do it! ;)