I want to use ‘justify’ alignment for text inside the accordian, however the options available are left, center and right. Is this possible?
Thanks
Rohan
http://www.pledgeback.org/trail/
Hi!
You can try to wrap your text into a paragraph or div tag like
<p style="text-align: justify;">
My text......
</p>
Regards,
Peter
Thank you Peter! That solved the problem.
Rohan