Hi - I need to select empty paragraphs (i.e. ones with a non-breaking space).
Source sample:
<p> </p>
Last unsuccessful attempt
/* Set the space between blocks */
p:contains(" ") {
height:.1em !important; color:red;
}
Source sample:
<p> </p>
Last unsuccessful attempt
/* Set the space between blocks */
p:contains(" ") {
height:.1em !important; color:red;
}