Hi,
I have a navigation menu which uses square buttons on a background img. A couple of my link names are too long for the button, withpout being broken into two or three.
For example: 'Meet the Characters' is too long for the button, and needs to be:
'Meet
the
Characters'
I've tried putting a
between words in header.php as follows:
<li class="page_item page-item-6"><a href="http://www.mysite.com/?page_id=6" title="Meet the Characters">Meet<br />the<br />characters</a></li>
...but i guess that doesn't work: just breaks up the navbar.
How can I do it? I don't really want to shorten the names or use just images instead of links unless it's the only solution.
I can't find anything out there on the subject. Hopefully that means there's a simple answer.
Please help!
Jimmy