function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Yoshinori MoriYoshinori Mori 

Make charactor appear vertical for some charactors in-between tags on visual force page

Could anyone tell me what kind of tag I should use to make some charactors appear on the page?

Not need for data.

 

I tried "text-align:vertical"

But didn't work.

 

<apex:column id="something" style="text-align:vertical">

<apex:facet><br/>&nbsp;あいうえお&nbsp;</apex:facet>                
         <apex:outputField value="{!x.things_c}"/>
</apex:column>

 

Mori

dotnet developedotnet develope

Hi Friend,

 

I have seen your code. you have used the text: alignment,

i think you need to user height also for vertical displaying of characters.