You're using [th] within the table, which automatically centers your text and makes it bold (since th defines a header cell). In other words, if you were to remove the [center], [/center], [b] and [/b] tags from your current code, the result would look the exact same.
What you're looking for instead is [td] & [/td] (defines a standard cell), that way your other code tags actually affect only the title like you want it to:
What you're looking for instead is [td] & [/td] (defines a standard cell), that way your other code tags actually affect only the title like you want it to:
|
Thanks to MissMaw for the signature!
You need to log in before commenting.
how it looks:
title
Why the random text inherits the fonts of the title?