برای برداشتن خط زیر لینک ها یا همان Underline آندرلاین کد زیر را در ته هدر قالب خود قرار دهید (آخرین خط آن )
کد HTML:<style type="text/css">
<!--
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>