You will see that Boddington Lions Rodeo is underline. This is what I want. I had to achieve this using the <u></u> HTML tags.
Why does this CSS not work?:
p.framed {
border: #660000 double 4px;
color: #B50821;
font-weight: 700;
background: #ffffff;
width: 40%;
margin: 5% auto 0 auto;
padding: 0 .2em 2em .2em;
text-align: center;
font-size: 120%;
}
p.framed a:link
{text-decoration: underline;
}
I would be much obliged if any of you can help.
Many thanks, James