Forums / Cotonti / Core Labs / Archive / Standard bbcodes list

Trustmaster
#1755 2008-12-18 04:39
This is quite incorrect when it comes to using the H bbcodes to markup the articles on your site (search engines look for headings, not for spans with .tX class).

Overall, correct CSS files would solve all the problems like:
#content h1 {
// On-page gorgeous heading
}
.forums-post h1 {
// Modest forums heading
}

The problem though is that all skins have different CSS.
May the Source be with you!