Vertical text in Button

Hey Everyone,
I have got stucked in a problem… I want to make a button having the text in vertical manner…
If anyone can help in this , it could be very appriciated.
it could be in the form like
B
U
T
T
O
N

You can use br tag in per text chacter.

1 Like

Above solution is correct. You could also use CSS with white-space: pre-line;

2 Likes

Hi,

Please read this tutorial, you will get an idea :slight_smile:

2 Likes

Thanks a lot, for the help. :slight_smile: