Highlights All Snippets Top 100 Snippets Librarians gbCodeLib
By Language VB6 JavaScript Perl HTML SQL Java DOS
<!-- create a 1-pixel image and use width/height to resize it to what ever you want can use % on width instead of fixed number so that image always fills the page --> < img src = "onepixel_red.gif" width = 100 % height = 20 >