SMF Shop

SMFShop => Coding => Topic started by: Aes-Sedai on May 02, 2007, 05:02:21 pm

Title: Item Title and Description Colours
Post by: Aes-Sedai 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?
Title: Re: Item Title and Description Colours
Post by: Daniel15 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.