i have a problem that i need to resolve with css. displaying some text from db, i get strings which represent verb stems and endings, i.e. something like
lik|e (-ed, -ing)
i.e. there's a vertical separator character which marks off the end of the verb stem in the first word, so that the user knows where the stem ends and where the ending begins (this is common in dictionaries)
the way this gets normally displayed is not appropriate because there is way too much space between the letter preceding and following the vertical separator, which makes the first letter not very leggible. when i use letter-spacing, however, i can get the separator to move close to the letter following, but I can't keep it in the middle.
what would be the right way of dealing with this problem, making the separator equidistant from and very close to both letters with a span class for the separator?
does my question make sense?
lik|e (-ed, -ing)
i.e. there's a vertical separator character which marks off the end of the verb stem in the first word, so that the user knows where the stem ends and where the ending begins (this is common in dictionaries)
the way this gets normally displayed is not appropriate because there is way too much space between the letter preceding and following the vertical separator, which makes the first letter not very leggible. when i use letter-spacing, however, i can get the separator to move close to the letter following, but I can't keep it in the middle.
what would be the right way of dealing with this problem, making the separator equidistant from and very close to both letters with a span class for the separator?
does my question make sense?