WOW, that's the prettiest green font I've ever seen... NOT!
Sorry girls, you're both wrong. The border is not blending because the border is not even showing up. It is a Red border, however the code that foalmom used works only in Netscape. I viewed the page in Netscape 4.73 and the Red border shows up just fine.
So, here's the thing, Netscape likes
border=2 border=red which was used.
But that code is over looked in Internet Explorer. What IE wants is a style tag.
Try adding this to your img tag - style="border-style: solid; border-color: #FF0000"
the complete img tag could be something like this.
<p align="center"><img src="sandy.jpg" alt="SandyB.jpg (28465 bytes)" align="left" WIDTH="288" HEIGHT="233" border=2 border=red style="border-style: solid; border-color: #FF0000"></p>
Another way to make your border work using FrontPage and this will work in FP 98 or 2000. In Normal View, right click your image, left click Properties. Then look for the Style button and click it. Then look for Borders. When you have finished, you should have code similar to the code listed above. But this approach will not insert the border=2 border=red tag which is needed if you have viewers that use Netscape.
Hope this helps you out with the border thingy.
Jim