[thelist] Image, whitespace, NN4.7

Daniel Frey danieljohnfrey at yahoo.com
Wed Apr 17 17:15:01 CDT 2002


Daniel,

Could you post the url of the page in question?  I'm a kind-of newbie
concerning this as well, but have you tried
1) A 5px white border around the image if the background is white or
2) 5px of padding around the image, like such -

<style>
img.testme
{
padding: 5px;
<!-- or this -->
border: 5px solid white;
}
</style>

Then in the body:

<img class="test" src="filename">

Also, you may want to try a floating div containing the image, too (but
I read you're using tables, so maybe not).  I feel your pain concerning
NN, it's a hassle sometimes.  Hope this helps.

Dan





More information about the thelist mailing list