[thelist] tip payment - basic html

Bruce Heerssen bheerssen at visualbridge.tv
Fri May 4 10:25:41 CDT 2001


<tip type="basic html tricks">
Need your form buttons or images to line up side by side without gaps? You may have noticed that placing the tags on a single line
without spaces between them accomplishes this - but it makes you source code hard to read, and having them on separate lines
produces a space between them when rendered. This is because browsers interpret line breaks in source code as a single non breaking
space. So just comment out the line break like so:

<img><!--
 --><img><!--
 --><img>

</tip>







More information about the thelist mailing list