Hi Dave, I don't know a macro to do this. But there is FND's overflow layout adjustment - which automatically adjusts the width of the MainMenu to the need of it's contents. I use it for example in a TW with MainMenu, where with each switch the menu width changes.
All you have to do is to change the order of these two elements in the PageTemplate: <div id='displayArea'> <div id='messageArea'></div> - into: <div id='messageArea'></div> <div id='displayArea'> - and add the StyleSheet definition from here: http://cleanlayout.tiddlyspot.com/#StyleSheet an additional max-width might become necessary for the MainMenu not to grow too wide. Regards, W. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

