Sambodhi Prem opined on Sunday 16-Dec-2012@01:35:04 > Hi, > I have a newbie question about coding html. > I've decided to wean myself off Dreamweaver, but was wondering how to handle > reoccurring items like navigation menus in BBEdit. > Up to now I have been using Dreamweaver's library function (.lbi), but what's > the alternative if I were to use BBEdit exclusively?
Well, there’s several. Clippings, for one. You could also make your menu a separate file and load it via a server side include, but that’s pretty old-school anymore. I think the more common way (for non-dynamicly constructed pages) is to make it a separate file and use an iframe to load it. -- 'When you've been a wizard as long as I have, my boy, you'll learn that as soon as you find anything that offers amazing possibilities for the improvement of the human condition, it's best to put the lid back on and pretend it never happened.' --The Last Continent -- -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. 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/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
