Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bottom border not showing up?

Status
Not open for further replies.

MikeBarone

Programmer
Mar 1, 2001
354
0
0
US
Hi all! Hope all has been well with you.

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>&nbsp; Some text.</p>
</body>

</html>

Thanks!

-
Mike
FREE CGI/Perl/JavaScripts
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top