Using An Image To Create A Line
Posted Friday, February 6, 2004
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">