I have used php for this but CSS now has variables (though I have not
used that technique).
I had a situation a few years ago where I couldnt use js so I used
php to change color of rows on a table as needed. It worked perfectly
fine for what we needed.
--
Registered Linux User: #480675
Registere
On Thu, Aug 5, 2021 at 11:32 AM Sandy Feldman wrote:
>
> Tom, I think what you're looking for is classes.
>
> so This is really big!
>
> This is a purple heading
>
> or maybe .blog h2 {foo}
>
> Always use heading elements to structure the content. This will help the
> pages make sense to blind us
Tom, I think what you're looking for is classes.
so This is really big!
This is a purple heading
or maybe .blog h2 {foo}
Always use heading elements to structure the content. This will help the
pages make sense to blind users, and google likes it too. Change what
they look like at will.
Do