Dear Mr Shafie, I am looking forward to next week so!
One question: Is it possible to style an element containing the following
processing instruction?
<?Pub _cellfont Shading='gray1'?>
I tried the following in the css-file, but it did not work:
entry:contains-processing-instruction("Pub _cellfont Shading='gray1'"){
background-color: #D8D8D8;
}
Kindest regards
Thomas Dumm

