Re: [css-d] Styling heading elements

2021-08-06 Thread Wade Smart
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

Re: [css-d] Styling heading elements

2021-08-06 Thread Tom Livingston
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

Re: [css-d] Styling heading elements

2021-08-05 Thread Sandy Feldman
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