Currently from the Tabs Page macro (Tabs are going vertical), the text is aligned to the right.
Is there a way to align the text to the left?
+
• Using CSS Style sheet and text-align is not changing the alignment.
.retleft { text-align: center; background-color: blue; }
• Align macro seems to only move the tabs, but not the text in the tab.
in CSS style sheet, using text-align-last: left; instead of just text-algin moves text in the tabs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.