I am looking for a way to increase the distance between text and underline on my pages. I use mostly CSS, but I also had to use tags, basically my question addresses both cases. is there any way to change this interval? the code is pretty simple:
.title_span { font-weight: bold; text-decoration: underline; color: grey; }
my other possibility is to try to somehow use the background for the range using a 1px image and repeat with the x axis. I'm looking for a cleaner solution.
html css
Anton.P
source share