Quote:
Originally Posted by sensimilla
would it need alot of coding to use images for each category ,instead of descriptions?
thanks in advance
|
I'm thinking the html markup option is our friend here.
Say I add a cathegory "Important"
Then I put this html <img src="http://mydomain.com/forum/images/cathegory_icons/{1}.gif" alt="{1}">
And have a folder in /forum/images/ called cathegory_icons and in it I have Important.gif
I think this should work, haven't tried yet though.