Neil wrote:
> If you want Mozilla to hide the signature separators and the symbols 
> around *bold* /italic/ _underlined_ and |code| words in plain text 
> messages amend <profile>/chrome/userContent.css as follows:
> 
>    .moz-txt-tag { display: none; }
> 
> If you only want to alter some types use
> 
>    .moz-txt-star > .moz-txt-tag { display: none; }
>    .moz-txt-slash > .moz-txt-tag { display: none; }
>    .moz-txt-underscore > .moz-txt-tag { display: none; }
>    .moz-txt-verticalline > .moz-txt-tag { display: none; }
>    .moz-txt-sig > .moz-txt-tag { display: none; }
> 

I don't seem to have that file. (All I have in that directory is 
chrome.rdf.) Should I create it from scratch?


Reply via email to