I define in my style sheet that the text should be aligned right. I do it like this:
.pBodyTekstRechts {
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
text-align: right;
}
Here's where I define my hyperlink:
<a class="pBodyTekstRechts" href="somePage.asp" target="_blank">Lees verder >></a>
It appears the link is not aligned to the right, bit it's aligned to the left. Is this normal? Am I doing something wrong here?
Thanks,
Steven
.pBodyTekstRechts {
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
text-align: right;
}
Here's where I define my hyperlink:
<a class="pBodyTekstRechts" href="somePage.asp" target="_blank">Lees verder >></a>
It appears the link is not aligned to the right, bit it's aligned to the left. Is this normal? Am I doing something wrong here?
Thanks,
Steven