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. May the Source be with you!
|