[UPHPU] white space between divs
Brandon Stout
bms at mscis.org
Wed Jun 10 16:38:00 MDT 2009
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
MilesTogoe wrote:
> I think that is an issue but goes against neat indented coding:
> <div id="whatever"> <p>stuff</p> <!-- spaces instead of tabs -->
> </div>
yea, I don't like messing with the neat indented coding either, but
sometimes I've had to do it with <img> tags to get rid of space
between the images. Fortunately, they self-close. When I have to do
<div></div> to remove space between divs, I've done it something like
this:
<div>
<p>That was my first div></p>
</div><div>
<p>Here's my second div</p>
</div></div>
<!-- etcetera to last div -->
</div>
So it's almost the same thing. I kinda like that more anyway,
honestly. At least it has a close tag. Since <img> is self-closing,
it can get ugly when you want to wrap at 80 characters yet keep
multiple <img> tags next to each other without any space between them.
Maybe you'll find a better solution though, if you send Wade and Velda
a sample page. If they can't fix something css, nobody can.
Praise given this time free of charge.
Brandon
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
iEYEARECAAYFAkowNcgACgkQx0pgn74qrcLnxQCbBYhNRYhcnQ3sVxEoUGR7V+e/
HEEAnR/9a3kQzYLGi7jyCUkuMuxKNhqQ
=2yF0
-----END PGP SIGNATURE-----
More information about the UPHPU
mailing list