Downloads

by on September 24th, 2008

CSS (Cascading Style Sheets) allows you to separate the representation definitions of such structured documents as HTML, XHTML, XML from their content, which is an effective principle in the design of web sites. Astyle is a free CSS editor for developers with many features.

{ continue reading }

by on September 8th, 2008

Place favicon.ico file in root directory of your web host (public_html or www) and add following code into head section of your web page. <link rel="Shortcut icon" href="/favicon.ico"> </link> OR <link rel="icon" href="http://www.url/favicon.ico" type="images/x-icon" />

{ continue reading }