• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Vertical text in html?

PHP could do it for you probably, but it would just be a matter of editing the string, make sure you have a table setup correctly for where you want the text placed. Then it should work if you put break's between each character...
 
if you're using tables, why not just use a hard coded width for the table and text will be forced to be vertical.
 
Back
Top