HTML Colours in Signatures

  • Thread starter Thread starter GilesGuthrie
  • 1 comments
  • 334 views

GilesGuthrie

Staff Emeritus
Messages
11,038
United Kingdom
Edinburgh, UK
Messages
CMDRTheDarkLord
vB has long had the ability to specify your own colours using the HTML code of 3 x 8 bit numbers. Thus Red is FF0000, Green is 00FF00, and Blue is 0000FF. Additionally, there are some pre-defined colours, such as Green and (Famine's Favourite) Indigo. But if you know the colour you want, you can just enter the values.

Since GTP6 (on vB3 - note Boombexus, that's vB3 not vB4!!!), there has been an odd artefact:

You always used to have to write [color= 990099]text[/ color]. This worked in both signature and body text. Now, in GTP6, if you write [color= 990099]text[/ color], then vB3 automagically converts it to [color= #990099]text[/ color], and renders it correctly. It even actually edits your post, so that the submitted item is correct, even though you typed nonsense. But only in a post.

In your signature, if you write [color= 990099]text[/ color], then the conversion is not done, the text is rendered in plain black, and vB does not show the incorrect code (as it would if you typed [colour=] etc). The code is not automagically converted to the correct format either.

How's that for obscure inconsistency!
 
Very strange! Thanks for the heads-up, I submitted the bug to the vBulletin developers.
 
Back