I'm using Christophe's color-coding examples here:
http://blog.pathtosharepoint.com/2008/1 ... -examples/I used the formula generator to get a formula for my particular list, then inserted it in the <div style> expression like so:
Code:
=”<DIV style=’font-weight:bold; font-size:24px; color:"&=IF([Potential problems?]="","Black",IF([Potential problems?]="Present problems need resolution","Red",IF([Potential problems?]="Possible issues ahead","Gold",IF([Potential problems?]="Clear sailing","Green",""))))"&”;’>•</DIV>”
I must not know enough CSS to be able to debug this - Sharepoint keeps saying 'bad syntax'.
help?