MikeBarone
Programmer
Hi all! Hope all has been well with you.
Why won't the bottom dotted line show up when I use this code?
Thanks!
-
Mike
FREE CGI/Perl/JavaScripts
Why won't the bottom dotted line show up when I use this code?
Code:
<html>
<head>
<style type="text/css">
p
{
border-left: thin dotted red
border-bottom: thin dotted red
}
</style>
</head>
<body>
<p> Some text.</p>
</body>
</html>
Thanks!
-
Mike
FREE CGI/Perl/JavaScripts