On Fri, 29 Oct 2004 13:55:31 GMT, Tiger Hillside
<> wrote:
[snip]
> The link is www.nyccure.com/border.html.
For convenience, it's best to provide a complete URL (including the
scheme), and to wrap it with <URL:...> so that clients identify it as a
clickable link.
<URL:http://www.nyccure.com/border.html>
> [...] I am sure I am doing something simple and stupid, but what?
You didn't specify the border style, which defaults to none. Also, rather
than specify the properties individually, use the border shorthand:
border: <width> <style> <colour>;
The style is the only property that really *needs* to be set in order for
a user agent to display the border. If the colour is omitted, the value of
the color property for the element will be used. If the width is omitted,
the value will default to medium.
Mike
--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.