May 20, 2026, 04:37:08 PM

FAQ

No. Forum accounts are not able to use HTML coding. You may however take advantage of the Bulletin Board Coding (BBC) System. There is a help page available if you are unfamiliar with it.

Alternatively, MH uses a modification called "BBCode with Style" that mimics HTML in posts and allows members to use CSS styles and classes like HTML in BBC tags. You can now use the following attributes in posts as you would HTML:

Code: [Select]
[style].classnamehere {width:300px;height:300px;background:#ffffff;color:#000000;border:3px solid #111111;}
.classnamehere{font-size:15px;font-family:Georgia;letter-spacing:3px;text-transform:uppercase;}[/style]

Code: [Select]
[div class="classnamehere"][/div]
Code: [Select]
[div style="width:300px;height:300px;background:#ffffff;color:#000000;border:3px solid #111111;"][/div]
Code: [Select]
[span class="classnamehere"][/span]
Code: [Select]
[span style="font-size:15px;font-family:Georgia;letter-spacing:3px;text-transform:uppercase;"][/span]