I am trying to make a link which has a height and a width of 200px. The text of the link shall be centered vertically and horizontally.
height
width
Thi
remove all that other nonsense, and just replace height with line-height
line-height
a:link.Kachel{ width: 200px; line-height: 200px; display: block; text-align: center; background: #383838; }
jsfiddle: http://jsfiddle.net/6jSFY/