Guide to creating a web site, web design, web development, internet marketing, promotion, html tips and tricks, javascript and more.

Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering Free HTML Tips, Tags and Codes

Open Directory Projectfree ebooksfree articles
web site design development internet marketing and promotion tutorials

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

webmaster resources
website design



Using An Image To Create A Line



The image below is a 2 pixel by 2 pixel image. This single image can be used to create a verticle or horizontal line on your web page simply by changing the HEIGHT and WIDTH attributes.


<IMG SRC="bluespacer.gif" WIDTH="2" HEIGHT="2" BORDER="0">


<IMG SRC="bluespacer.gif" WIDTH="200" HEIGHT="2" BORDER="0">


<IMG SRC="bluespacer.gif" WIDTH="200" HEIGHT="5" BORDER="0">


<IMG SRC="bluespacer.gif" WIDTH="2" HEIGHT="200" BORDER="0">


<IMG SRC="bluespacer.gif" WIDTH="5" HEIGHT="200" BORDER="0">



Submit your HTML code snippets. We'll credit you and give you a link to your website.