On 2013-04-28 11:14 PM, F Murtz wrote:
With Seamonkey, when using newsgroups if I put an ascii smiley ihe
receiver gets a picture smiley, where does seamonkey hide this smiley
and can I (and how to make and replace) it with a bigger one? or
animated one?

I'll have to make a new screencast, because the css code to change the images has changed, but if you're familiar with how to create a userContent.css file, the code for smile is:

span.moz-smiley-s1:before {
content: url("filename.extension") !important;
}

Replace filename.extension with the actual file name and extension, and put that file in your profile's \chrome\ directory.

For an example of how to create a userContent.css file, view the screencast at <http://seamonkey.ilias.ca/mailnewsfaq/SigColour>.

And yes, it supports animated gifs. :)

--
Chris Ilias <http://ilias.ca>
Newsgroup moderator
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to