how to use "bgcolor"?
-
Hi, I have just switched from VS2003 to VS2008. I am using a repeater control on a web form. When i try to personalise the control in HTML using . I am getting a error for bgcolor!! I think bgcolor has been superseded with something else? Can someone please tell me what i would need to do.....
Cheers :)
-
Hi, I have just switched from VS2003 to VS2008. I am using a repeater control on a web form. When i try to personalise the control in HTML using . I am getting a error for bgcolor!! I think bgcolor has been superseded with something else? Can someone please tell me what i would need to do.....
Cheers :)
It is replaced by background-color css attribute
Need a C# Consultant? I'm available.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway -
It is replaced by background-color css attribute
Need a C# Consultant? I'm available.
Happiness in intelligent people is the rarest thing I know. -- Ernest HemingwayThanks Ennis Ray Lynch, Jr. how would i use a css attribute? e.g. if i wanted to have a blue background on a field name. Id use something like bgcolor=blue. How to you do that with a css attribute??
Cheers :)
-
Thanks Ennis Ray Lynch, Jr. how would i use a css attribute? e.g. if i wanted to have a blue background on a field name. Id use something like bgcolor=blue. How to you do that with a css attribute??
Cheers :)
style="background-color:blue;"
Deja View - the feeling that you've seen this post before.
-
Hi, I have just switched from VS2003 to VS2008. I am using a repeater control on a web form. When i try to personalise the control in HTML using . I am getting a error for bgcolor!! I think bgcolor has been superseded with something else? Can someone please tell me what i would need to do.....
Cheers :)
I usually go to http://www.w3schools.com/xhtml/default.asp[^] when I need a reference for any sort of website useful languages. They also have very usable tutorials for things like perl, javascript, css, etc. Hope this helps you in the future!
-Jeff
-
I usually go to http://www.w3schools.com/xhtml/default.asp[^] when I need a reference for any sort of website useful languages. They also have very usable tutorials for things like perl, javascript, css, etc. Hope this helps you in the future!
-Jeff
thanks!
Cheers :)
-
style="background-color:blue;"
Deja View - the feeling that you've seen this post before.
Thanks Pete!
Cheers :)