Hello,
Is it possible to have some text positioned on the same line as a wayfinder menu?
I have a very simple horizontal menu which I would like to prefix with some text, for example (with MENU being the prefixed text) -
MENU page1 page2 page 3
however the menu automatically goes to a new line. I have tried setting the css to display inline but I can’t seem to get it all sitting on one line. Have also tried setting &removeNewLines to true but that doesn’t seem to make a difference either.
Anyone know if this is possible?
Many thanks,
Sian
-
☆ A M B ☆
- 24,524 Posts
Try two <div> containers, one for your text and one for your wayfinder menu. Size and float the containers as appropriate.
Carlosma;
Thanks for the url of the float tutorial! A much needed tut.
Cheers,
HalD
"Today’s headlines are nothing more than whispers of history"
Many thanks for your help!
Sian