PDA

View Full Version : Is it possible to wrap a long text link?


randy294090
05-06-2009, 01:54 PM
Hi,

I have several long text navigations that I would like to wrap to 2 lines rather than just make the menu very wide just for several menu subsections.

Is there a way to code on the css file to wrap the text?

Thanks,

Randy

Ray Borduin
05-11-2009, 05:48 AM
You can remove the white-space:nowrap: references in the css and that should allow it to wrap.

pbatts383773
07-05-2009, 12:53 PM
Hello,
I am new to MenuWriter and have been looking for an answer to this same question. Is this also the best/only way to do this in MenuWriter2? Can this be done from the interface?

Thanks
Paul

pbatts383773
07-06-2009, 07:49 AM
Change white-space: nowrap; to white-space: normal; in menu.css
Works perfectly. No other adjustments needed. Example: www.deutschconnector.com
There are also five other ways, including nowrap, to handle white space. Perhaps a field could be added to the interface to handle this.

PB