Author Topic: Item Title and Description Colours  (Read 2278 times)

Offline Aes-Sedai

Item Title and Description Colours
« on: May 02, 2007, 05:02:21 pm »
In SMFShop where you have the choice to buy from a list, it seems bold and italics work to emphasise an item, oh and marquee tags.
But I can't use colour to change the text - it doesn't show up the HTML tag but it just fails to colour the text.
I know HTML quite well, I have made no mistakes - is this just a feature that isn't compatable with items?

Offline Daniel15

Re: Item Title and Description Colours
« Reply #1 on: May 04, 2007, 09:26:35 pm »
In SMFShop where you have the choice to buy from a list, it seems bold and italics work to emphasise an item, oh and marquee tags.
But I can't use colour to change the text - it doesn't show up the HTML tag but it just fails to colour the text.
I know HTML quite well, I have made no mistakes - is this just a feature that isn't compatable with items?
You mean the "Buy Stuff" page, correct? HTML should work fine in both the name and description - I use it for the examples included with the Display Name CSS item.
Something like this:
Code: [Select]
This is a test <span style="color: red;">in red!</span>Should work in both the name, and the description.

Be sure to close all your tags, otherwise the page formatting might go a bit strange :P.