Beverley,
I was finally able to suppress the h3 based on your previous suggestions (thank you for that).
The css rule that I finally coded looks like this:
#rightColumn table:last-of-type+h3...
Type: Posts; User: hversemann; Keyword(s):
Beverley,
I was finally able to suppress the h3 based on your previous suggestions (thank you for that).
The css rule that I finally coded looks like this:
#rightColumn table:last-of-type+h3...
Beverley,
Is there a way I can send you a pdf of what the page's markup looks like(a screen print of Chrome inspector), for the particular and complete div in which the h3 in question resides? I've...
Thanks Beverley. I will take a look at that link.
Ultimately I want to suppress the display of a "selected h3" tag, so its not be displayed when a page is being printed.
Normally I would code something like this:
h3 {display:none;}
If I...