Row font color on the web

Hi all,

i have the next problem:

i have created an view (that has to be viewed on the web) that contains 2 columns.

column 1 contains 3 fields;

Name1 + name2 + name3

and column 2 contains several time fields that are sorted descending.

what i want is that name1, name2, name3 each have their own color.

I have tried this with HTML but then the other column is messed up because that’s no HTML, when i also make column 2 HTML i can’t sort, so this column has to be HTML.

Hope someone can help me with this problem!

best regards.

Neill

Subject: Row font color on the web

Probably the best way to do this is to duplicate the column you want sorted and move it to the far left. Hide it and have it sorted. That will give you the docs in the order you want.

Then, you can go about adding HTML to the two display columns to look the way you want.

Subject: RE: Row font color on the web

That is how I see it as well. And If you need to have sortable columns you will have to achieve this by creating one view for each type of sort that you want to offer and then create a link to each of those view. If I can come up with something better I will post.

good luck.