Hi,
ich habe ein Link ausrichtungs Problem. Ich bekomme die Schrift im Link einfach nicht in die Mitte.

CSS Code:
Html Code:
ich habe ein Link ausrichtungs Problem. Ich bekomme die Schrift im Link einfach nicht in die Mitte.

CSS Code:
Code:
a.Linkleiste_1:link { background-image:url("lammpee_r5_c4.png"); vertical-align:middle; display:block; width:133px; height:30px; text-align: center; color: #000000; text-decoration:none; font:14px verdana; }
a.Linkleiste_1:visited { background-image:url("lammpee_r5_c4.png"); vertical-align:middle;display:block; width:133px; height:30px; text-align: center; color: #000000; text-decoration:none; font:14px verdana; }
a.Linkleiste_1:active { background-image:url("lammpee_r5_c4.png"); vertical-align:middle; display:block; width:133px; height:30px; text-align: center; color: #000000; text-decoration:none; font:14px verdana; }
a.Linkleiste_1:hover { background-image:url("lammpee_r5_c4.png"); vertical-align:middle; display:block; width:133px; height:30px; text-align: center; color: #000000; text-decoration:underline; font:14px verdana; }
Code:
<table cellpadding="0" cellspacing="0" border="0"> <tr><td>News</td></tr> </table>

Kommentar