Hi all.
I'm trying to modify my invoice page.
This is easy enough, except I don't understand how css works in the following example:
There's this line:
<td class="pageHeading">
But my stylesheet doesn't have a style called 'pageHeading'......![]()
It has lots of things that include the word 'Heading', but not that one. However, a style is certainly being applied, and I can change it to a different style if I wish.
Maybe I'm being a bit css stupid, and whilst I understand that there are lots of tricks to be played within a stylesheet, I can't fathom out how you can use a style that doesn't exist.
Can someone help, it's a bit frusttraing.
Many thanks



