Jump to content
Server Maintenance This Week. ×

Try and solve this one!!!!!


This topic is 8349 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have got a database that contains data fields, when the date becomes 5 days old the date field turns red. When I host the file over the web, the field turns red but the date does not show, Help?

Link to comment
Share on other sites

Hi, Is this in Instant publishing? If you check the page source has it made both field and text the same colour?

I use two very simple ways of changing colours in custom cdml publishing;

This one's just an "if" which greys out lines in the search return until action is needed:

------------------

<FONT SIZE="-1" FACE="verdana,arial,geneva,sans-serif" [FMP-IF:status.cn.production]

COLOR="#999999"

[/FMP-IF]> <B>[FMP-FIELD: status]</B></FONT>

------------------

This one changes the colour of the search return line depending on status:

------------------

<TD WIDTH=50 BGCOLOR="#[fmp-field:colourfield]">

------------------

Where "colourfield" is a calculation:

Case(status="on server","66ccff", status="accepted","00cc66", status="resend","ff3300", status="new version","66ccff","ffffff")

I think there are a lot of people on the list using fields in the html to do this kind of thing....... anyone got some examples that I can steal!! wink.gif" border="0

regards, Jeff

Link to comment
Share on other sites

This topic is 8349 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.