|
|
Highlights
All Snippets
Top 100 Snippets
Librarians
gbCodeLib
By Language
VB6
JavaScript
Perl
HTML
SQL
Java
DOS
|
GBIC >>
Source Code >>
HTML >> Snippet
|
Whitespace
<!--
<pre> tag with blank lines
-->
<
pre
>
</
pre
>
<!--
empty image. resize as needed with width/height. color must match background color.
-->
<
img
src
=
"blank.gif"
width
=
10
height
=
10
>
>
<!--
around an image use vspace and hspace
-->
<
img
src
=
"mypicture.jpg"
vspace
=
10
hspace
=
10
>
<!--
multiple spaces (HTML ignores multiple plain spaces)
-->
&
nbsp
&
nbsp
&
nbsp
&
nbsp
|
|
|
|