Hi Andrew,
Thank you for your help. However, now I am writing:
<head>
<style>
h1
{
border-top-style:none;
border-right-style:none;
border-bottom-style:solid;
border-left-style:none;
}
</style>
</head>
in the editor and I have:
<h1>Content </h1> in the html of my page editor and its not working? Can you please explain to me what I am doing wrong?