HTML column help

Hi,
I would be very grateful if someone could point me in the right direction on
this one. I’m trying to put some html in a view column for the first time so
please excuse me if this question is basic.

I have created a gif and I want to return it in a column across the web. This
is dependant on a value within a particular field. I understand that I need to
put the html code in square brackets within my formula, but so far I can’t get
it to return.

The formula that I am using is quite simple and is: -

@If(SLCalc1=“Red”;“{]”;“”)

Can anyone advise me if I have used the incorrect code or whether I am along
the right lines.

Many thanks for reading this and thanks in advance for any help. I promise
that I will learn from any answer given!

Subject: HTML column help

Hi,I think that I’ve figured it out. I added border=0 to the end and it started to work. Thanks to everyone who read my post .

Regards

Charlie

Subject: HTML column help

If this is exactly what you have in the column formula, it should be:@If(SLCalc1=“Red”;“[ <img src="Red.gif">]”;“”)

Remove the space between [ and <. The forum will not allow postings with those 2 characters together.

/Peter

Subject: HTML column help - thx Peter

Hi Peter,many thaanks for your good response. Much appreciated.