in css, after pseudoclass doesn't work with br tag?
Posted by AlexG on 09/23/07 10:59
is there some way to make it work?
generally, i am trying to find a way to get my print stylesheet to
eliminate line breaks and replace them with the pipe character "|". I
figured that i would use br{display:none} and br:after{content:"|"}
to accomplish these goals, but the latter line of code fails to work.
what should i do?