Re: How to substitute the smileys?
Posted by
Hugo <Nabble> on
May 04, 2009; 4:19am
URL: https://support.nabble.com/How-to-substitute-the-smileys-tp1299049p2785579.html
Hi Rod Molinaro,
We will add this feature in the future. For now, you can use pure CSS to replace the icons and use your custom images. Here is a simple example on how to do this:
html>body img[src='/images/icon_post_message.png'] {
width: 0; height: 0; padding-top: 16px; padding-left: 16px;
background: url('...your-image-url-goes-here...') no-repeat -112px 0;
}
Take a look at this forum and see the final work:
http://n2.nabble.com/SUSE-Studio-Users-f1598176.htmlIt is important to remember that we may change our icons without further notice. So your custom CSS would have to be fixed whenever we change icon names and files.
Regards,
Hugo Teixeira
Nabble.com