I am trying to set the border color but everytime I check it in the browser there is no border. I figure it must have something to do with the way the file is saved. Thanks!
<html>
<head>
<style type="text/css">
p.one
{
border-style:solid;
border-color:red;
}
</style>
</head>
<html>
<head>
<style type="text/css">
p.one
{
border-style:solid;
border-color:red;
}
</style>
</head>