By jjlowe on
I want to display multiple words in primary links menu item titles on their own lines. Example:
About Us displayed as
About
Us
on the primary links menu.
Thanks fpr any suggestions.
I want to display multiple words in primary links menu item titles on their own lines. Example:
About Us displayed as
About
Us
on the primary links menu.
Thanks fpr any suggestions.
Comments
You could modify your
You could modify your page.tpl.php to replace the spaces with
<br />like this (snippet from my page.tpl.php)Pete.
Replace spaces with <br />
Thanks Pete. That works.
John