Monthly Archives: March 2010
The Best HTML Editor
The best html editor is one that keeps and maintains clean code. Unfortunately most html editors like dreamweaver, coffeecup, Microsoft Frontpage, Kompozer etc.. add unwanted html tags and code to your files. This can easily cause issues and browser incompatibility, … Continue reading
How to Create a Website Blueprint
Before you start creating a website ask yourself what the theme of your site is? A theme is the focus of your site and should only be one to three words, for example “home cooking” and “kid party ideas”. It’s … Continue reading
Posted in Planning and Optimizing
Tagged create a website blueprint, website blueprint
Leave a comment
How to Format HTML Img Tags: Borders and Shadows with CSS
An HTML img tag is used to insert an image on a webpage. For example the following image is added to this page using the following code. This is a very basic insert with no tricks like borders or shadows. … Continue reading