css - how to center text inside hyperlink with border -


i need text in center of border. seems bit more down should

fiddle here

i have tried removing paragraph , added

<span>register test</span> <br><span>my text 2</span>  

but didn't work either

did try change padding on a.register element?

try :

 a.register {      padding: 18px 0 6px;  } 

http://jsfiddle.net/3fyf9/21/


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -