views:

120

answers:

2

i am using text-decoration:underline; but text and underline are touching each other.can i increase space between text and underline?

alt text this one. i want to make space between text and underline.

A: 

Applying more line-height may help.

thomasfedb
+3  A: 

Either use a different font or use a border-bottom instead so that you can control the space with padding-bottom.

BalusC