![]() |
Sergey Kornilov admin 10/1/2007 |
Andrew, |
A
|
ac163601 author 10/1/2007 |
Sergey, understood about the Tags, and I am using that to add Bold etc etc, but I want to add a tag to to change the colour. Everything I read says use <font color = "#xxxxxx">, or <color = "#yyyyyy">, but I can't get it to work, no matter where I put it in the tags. |
![]() |
Sergey Kornilov admin 10/1/2007 |
A
|
ac163601 author 10/1/2007 |
Sergey, thanks, but what is shown on this link, is the same as I am entering, but I only get an error as below: http://www.w3schools.com/tags/tag_font.asp |
![]() |
Sergey Kornilov admin 10/1/2007 |
str = str & "><tr><td><font size =3><b>" & strValue & "</b></font></td></tr></table>" |
A
|
ac163601 author 10/1/2007 |
Thanks Sergey, I actually put a type in there and left quotes around the size by mistake. str = str & "><tr><td><font size =3><b>" & strValue & "</b></font></td></tr></table>" |
A
|
ac163601 author 10/1/2007 |
ignore me. doh. |