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

musiconly
#1762 2008-12-18 04:53
# Trustmaster : 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.

I completely forgot about this.. :blush