C
|
cgphp 9/6/2013 |
Check this article http://xlinesoft.com/blog/2011/01/03/tutorial_conditional_formatting/ |
P
|
phpcmk author 9/9/2013 |
Check this article http://xlinesoft.com/blog/2011/01/03/tutorial_conditional_formatting/
|
C
|
cgphp 9/9/2013 |
The code is correct however it stops working when column widths were adjusted in Visual Editor. When you adjust column width in Visual Editor IE editing engine adds style attribute that conflicts with style attribute PHPRunner uses.
<style> |
P
|
phpcmk author 9/9/2013 |
The code is correct however it stops working when column widths were adjusted in Visual Editor. When you adjust column width in Visual Editor IE editing engine adds style attribute that conflicts with style attribute PHPRunner uses. Sergey suggests two things you can do to solve the issue:
<style>
|
C
|
cgphp 9/9/2013 |
Try to put the style block before the closing HEAD tag. |
P
|
phpcmk author 9/9/2013 |
Try to put the style block before the closing HEAD tag.
|
C
|
cgphp 9/9/2013 |
Which version of PHPrunner are you using? |
P
|
phpcmk author 9/9/2013 |
Which version of PHPrunner are you using?
|
C
|
cgphp 9/9/2013 |
Upgrade to the latest build (16275) and repeat the test. |
P
|
phpcmk author 9/9/2013 |
Upgrade to the latest build (16275) and repeat the test.
|
![]() |
Sergey Kornilov admin 9/9/2013 |
|