how can I align the link i mean i can i manage the 4 link two of them at the left corner two of them at the right corner?
<style type="text/css">
.sag {text-align: right}
.sol {text-align: left}
</style>
<a class="sol" ...
<a class="sag"...
but it doesn't work