Jag har en liten box som är specificerat i en class. Nu skulle jag vilja att texten inom boxen centerjusteras hur gör jag det?
[kod]
<style>
a.menylank:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
height: 20px;
width: 80px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #FFFFFF;
}
</style>
<a class="menylank" href="#">Testsida</a> <a class="menylank" href="#">Testsidan 2</a>