Micrsoft Frontpage Importkonverter probléma
-
#33
CSS segítségével:
<style type="text/css">
a, a:link {
text-decoration: none;
}
a:hover {
text-decoration: none;
border-bottom: dashed 1px gray;
}
</style>
:link, :hover
border
text-decoration
<style>