|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Weird Error: Blue tables when using cfouput
I'm gettin a strang side effect. It only happens on two of my cf pages. When I do a cfoutput it changes the color of the row to an aqua color. If you view the source, there is no reason for it to be blue. It doesn't happen on all the cfoutput. But i can't tell why it does it for some and not others.
|
|
#2
|
|||
|
|||
|
In your code, do you establish the row color using HTML? That is bgcolor="#ffffff" If this is set up incorrectly, then it will throw off colors. If you are setting up the color as ##ffffff but it's not within the cfoutput tag, the extra # sign will throw it off.
Also, if that doesn't help, can you include your code? (just the area related to the issue) |
|
#3
|
|||
|
|||
|
Thats was it. Had the row as ##ffffff. Thanks
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > Weird Error: Blue tables when using cfouput |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|