Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS figcaption Validation error Re: figcaption Validation error

#103695
TheDoc
Member

Instead of using two different classes, you should just have a default for ‘figure’ and then one with a frame. Eg:

figure { /* no frame */ }

.frame { /* frame styles */ }