Forum Moderators: not2easy
I'm using a 'no underline' rule on links, but I need to exclude one instance.
The problem is that the page is a PHP template, and the text that I want to exclude from the rule is inserted by the PHP from another file; so I don't think I can override the rule at the text itself (if anyone knows how to do that, it's an acceptable alternative).
So far, I've got this basic code in my header:
a { text-decoration: none }
<td><span class="nav">{PAGINATION}</span></td>
As you can see, it's a pagination block that has page links. I'm displaying this on a print-friendly page on which I want to remove all links, EXCEPT the pagination block, which the user needs to navigate (while the print page is still on the screen).