July 18, 2013
Something that is good to use when you have an online store is a Placeholder image. This is a default image that appears should a product you sell not have its own image. Even if it is only temporary you should have a placeholder image to maintain the same frames and design of your site […]
Read More →
August 23, 2012
How to automatically forward a page in HTML The simplest way to forward or redirect an old web page to its new location is by putting the following code to your page…. <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”> <html> <head> <title>Your Page Title</title> <meta http-equiv=”refresh” content=”0;url=http://www.where-the-new-page-is-now-located.com”> </head> <body> <p>Put any cool message you want […]
Read More →