Shelley_c |
04-04-2009 07:58 PM |
Quote:
Originally Posted by MultiSync77F
(Post 1781302)
I want to use them but vB is looking for gif format not png format so it just completely ignores them.
|
You can do this 2 ways (that I know of). Go into the templates (type keyword "name of icons") and modify the extensions and change them to .png in the respected templates.
or
use and implement replacement variables
You can always go into the style css and add replacement variables so the existing star icons pull the .png which will result in the icons looking seamless against all your backgrounds on all your styles.
At the very bottom of your "all style options" page for each style (where you input the css values, etc) you'll see a box titled "Replacements Variables". Click "Add new replacement variable", select the style you want different images to show in. In the Search for Text box type in the original url, eg /images/icons and in the Replace with Text box type in the new url to the images, for example /newstyle/images/icons
|