How do you underline html text so that the line beneath the text is dotted rather than the standard underline? Preferably, I would like to do this without using a separate C
Reformatted the answer by @epascarello:
u.dotted { border-bottom: 1px dashed #999; text-decoration: none; }
I like cheese