<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dreamweaver FAQ &#187; Spry</title>
	<atom:link href="http://www.digitalfamily.com/dreamweaverblog/category/spry/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalfamily.com/dreamweaverblog</link>
	<description>Dreamweaver questions worth sharing, by Janine Warner</description>
	<lastBuildDate>Mon, 06 Feb 2012 22:43:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>I created a drop-down menu in Dreamweaver, but when I upload it to the server, it doesn&#8217;t work.</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/12/i-created-a-drop-down-menu-in-dreamweaver-but-when-i-upload-it-to-the-server-it-doesnt-work/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/12/i-created-a-drop-down-menu-in-dreamweaver-but-when-i-upload-it-to-the-server-it-doesnt-work/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 20:23:25 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Behaviors]]></category>
		<category><![CDATA[Browser Testing]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[Random things you should know]]></category>
		<category><![CDATA[Spry]]></category>
		<category><![CDATA[Teacher's Corner]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[web servers & hosting]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=533</guid>
		<description><![CDATA[Hi Janine, I created a drop down menu with Dreamweaver CS3 ( I am waiting to upgrade soon. ) Your directions were great. When I F12 the page to preview it, it looks awesome! However, when I upload the page, does not look the way it should or function at all. I have searched the [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine,</p>
<p>I created a drop down menu with Dreamweaver CS3 ( I am waiting to upgrade soon. )</p>
<p>Your directions were great. When I F12 the page to preview it, it looks awesome!</p>
<p>However, when I upload the page, does not look the way it should or function at all.</p>
<p>I have searched the internet high and low for answers to no avail.</p>
<p>Do you have any suggestions, or a quick fix?</p>
<p>Thank you so much for you help.</p>
<p>Shari</p>
<p>Hi Shari,</p>
<p>When you create a drop-down menu with the Spry features in Dreamweaver, Dreamweaver generates the HTML and CSS code, as well as the scripts that make it all work.</p>
<p>Those scripts are usually saved in a folder with a name like SpryAssets and you need to upload the scripts for your drop-down menu to work.</p>
<p>Look in the Files panel for a new folder created by Dreamweaver that has .js files in it (these are JavaScript files). Upload the entire folder to your server with the HTML page that has your drop-down menu and everything should work on the server, just like it does on your hard drive.</p>
<p>You can learn more on my site about <a href="http://www.digitalfamily.com/dreamweaver/Spry-Tutorials/spry-drop-down-menu.html">creating a drop-down menu in Dreamweaver</a>, as well as <a href="http://www.digitalfamily.com/dreamweaver/Spry-Tutorials/Edit-Spry-Menu.html">editing a drop-down menu in Dreamweaver</a>.</p>
<p>Hope that helps you solve the problem,</p>
<p>Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/12/i-created-a-drop-down-menu-in-dreamweaver-but-when-i-upload-it-to-the-server-it-doesnt-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I add submenus to a standards-based vertical navigation bar?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/11/how-can-i-add-submenus-to-a-standards-based-vertical-navigation-bar/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/11/how-can-i-add-submenus-to-a-standards-based-vertical-navigation-bar/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 22:47:04 +0000</pubDate>
		<dc:creator>malinda</dc:creator>
				<category><![CDATA[Spry]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=421</guid>
		<description><![CDATA[Hi Janine, Could you please show me how to change a standards-based vertical navigation bar into a Spry menu bar? In other words, how to add submenus to a standards-based vertical navigation bar? Regards, Coddie PS: I&#8217;m working on a template. HTML Code: &#60;ul&#62; &#60;li&#62;&#60;a href=&#8221;#&#8221;&#62;Item 1&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#8221;#&#8221;&#62;Item 2&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#8221;#&#8221;&#62;Item 3&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#8221;#&#8221;&#62;Item [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine,</p>
<p>Could you please show me how to change a standards-based vertical navigation bar into a Spry menu bar? In other words, how to add submenus to a standards-based vertical navigation bar?</p>
<p>Regards,<br />
Coddie</p>
<p>PS: I&#8217;m working on a template.</p>
<p>HTML Code:<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item 1&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item 2&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item 3&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item 4&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;</p>
<p>Change to</p>
<p>&lt;ul id=&#8221;MenuBar1&#8243;&gt;<br />
&lt;li&gt;&lt;a class=&#8221;MenuBarItemSubmenu&#8221; href=&#8221;#&#8221;&gt;Item 1&lt;/a&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item 1.1&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item 1.2&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item 1.3&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item 2&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a class=&#8221;MenuBarItemSubmenu&#8221; href=&#8221;#&#8221;&gt;Item 3&lt;/a&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a class=&#8221;MenuBarItemSubmenu&#8221; href=&#8221;#&#8221;&gt;Item 3.1&lt;/a&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item 3.1.1&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item 3.1.2&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item 3.2&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item 3.3&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item 4&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;</p>
<p>Hi Coddie,</p>
<p>Unless you know JavaScript, HTML, and CSS very well, doing your own editing of a menu like the one you show in the email will be very challenging.</p>
<p>If you don&#8217;t wish to learn how to write all of that code, I suggest you consider using the Spry navigation options in Dreamweaver. Here&#8217;s an article on how to create a drop-down menu in Dreamweaver:<br />
<a href="../../../../../../dreamweaver/Spry-Tutorials/spry-drop-down-menu.html">http://www.digitalfamily.com/dreamweaver/Spry-Tutorials/spry-drop-down-menu.html</a></p>
<p>Hope that helps and I wish you all the best,<br />
Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2010/11/how-can-i-add-submenus-to-a-standards-based-vertical-navigation-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you create fly-out menus or drop-down menus with Spry in Dreameaver?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/08/how-do-you-create-fly-out-menus-or-drop-down-menus-with-spry-in-dreameaver/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/08/how-do-you-create-fly-out-menus-or-drop-down-menus-with-spry-in-dreameaver/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 20:25:19 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Behaviors]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Spry]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Adobe Dreamweaver]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[drop-down menu]]></category>
		<category><![CDATA[fly-out menu]]></category>
		<category><![CDATA[spry menu]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=386</guid>
		<description><![CDATA[Hello Janine, I am almost all the way through your Dreamweaver videos on Kelby Training, and they are great. Thanks. One thing I have not seen yet (and don&#8217;t see in the lesson titles I have left) is how to create a drop-down or fly-out menu in Dreamweaver. I have searched online and found a [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Janine,</p>
<p>I am almost all the way through your Dreamweaver videos on Kelby Training, and they are great. Thanks.</p>
<p>One thing I have not seen yet (and don&#8217;t see in the lesson titles I have left) is how to create a drop-down or fly-out menu in Dreamweaver.</p>
<p>I have searched online and found a lot of conflicting information on how to do it. Since you are such a good instructor, I thought it would be great if you presented that technique somehow/somewhere. Thanks for any help you could give to the rest of us on that topic!</p>
<p>Thanks,<br />
Doug</p>
<p>&#8212;&#8211;</p>
<p>Hi Doug,</p>
<p>Thank you so much for your kind words about my videos at KelbyTraining.com.</p>
<p>How to create and edit drop-down menus with Dreamweaver&#8217;s Spry feature is a topic I want to address, but I haven&#8217;t had a chance to get into those advanced features yet in my videos. There is a lot to cover when it comes to Web design, but I do hope to add some video lessons on these features in the future.</p>
<p>I do have a couple of written tutorials on the topic that may help you; the following URLs will take you right to them.</p>
<p><a href=" http://www.digitalfamily.com/dreamweaver/Spry-Tutorials/spry-drop-down-menu.html"> How to create drop-down menus (or fly-out menus)  in Adobe Dreamweaver</a></p>
<p><a href="http://www.digitalfamily.com/dreamweaver/Spry-Tutorials/Edit-Spry-Menu.html">Tips for editing a drop-down or fly-out menu in Dreamweaver</a></p>
<p>Two things to keep in mind.</p>
<p>First, these tutorials were done with Dreamweaver CS4, but the features did not change in version CS5, so they should work with either program.</p>
<p>Second, drop-down menus combine XHTML, CSS, and Javascript, which makes them considerably more complex to work with than many of the other features in Dreamweaver, especially when it comes to making sure your pages look and work well in many different Web browsers.</p>
<p>The Spry features in Dreamweaver offer a great shortcut to creating Javascript, but they&#8217;re not perfect, and if you run into problems, they can be complex to troubleshoot (I tell you that not to scare you off, just to warn you). In general, if you keep the drop-downs at the top of the page, they seem to work better than if you try to integrate them in the middle of a page design. Also make sure you don&#8217;t have any Flash files that may overlap with the drop-downs, or the menus will get lost behind the Flash file.</p>
<p>Finally, <a href="http://www.digitalfamily.com/dreamweaver/resources/web-browser-test.html">to make sure you drop-down menus work well across different computers and browsers, consider using the services in this tutorial on my site.</a></p>
<p>I sincerely hope that helps you and I wish you all the best with your Web designs,<br />
Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2010/08/how-do-you-create-fly-out-menus-or-drop-down-menus-with-spry-in-dreameaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why am I getting an error because of Active X controls or scripts?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/03/what-can-i-do-to-have-my-page-appear-without-an-active-x-restriction/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/03/what-can-i-do-to-have-my-page-appear-without-an-active-x-restriction/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 22:29:31 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Behaviors]]></category>
		<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver MX]]></category>
		<category><![CDATA[Spry]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=64</guid>
		<description><![CDATA[Why am I getting the error message: &#8220;To help protect your security, Internet Explorer has  restricted this webpage from running scripts or ActiveX controls that could access your computer.&#8221; I created a tabbed panel on one of my pages. When I preview it in a browser, the page has this restriction message about scripts and [...]]]></description>
			<content:encoded><![CDATA[<p>Why am I getting the error message: &#8220;To help protect your security, Internet Explorer has  restricted this webpage from running scripts or ActiveX controls that could access your computer.&#8221;</p>
<p>I created a tabbed panel on one of my pages. When I preview it in a browser, the page has this restriction message about scripts and ActiveX controls at the top, and a pop-up window asking if I&#8217;m sure I want to run this active content.</p>
<p>What can I do to have the page appear without the ActiveX restriction?</p>
<p>Andrew</p>
<p>Hi Andrew,</p>
<p>That “error” is designed to protect you from the fact that when you execute a script or ActiveX control on your computer, you run the risk of getting a bad virus or unleashing some malicious program.</p>
<p>All that is to say that Internet Explorer is trying to protect you &#8212; in this case, from your own script.</p>
<p>The good news is you don&#8217;t have to change anything and most people who visits your site on the Web won&#8217;t see the error.</p>
<p>This error message only appears when you preview pages on your computer that have active content (drop-down menus, panels, and other interactive features that require scripts).</p>
<p>Beware that IE offers many security settings and there are many reasons users do sometimes see this error message on live web pages, especially if you&#8217;re using scripts to download active content to a user&#8217;s machine.</p>
<p>You can test it yourself by publishing the page and viewing it in the same browser on the server that you used to view it on your hard drive. If you only see the error when you view the page on your computer, you can assume your visitors will not have a problem with your content.</p>
<p>I hope that helps you as you build your site and I wish you all the best,<br />
Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2010/03/what-can-i-do-to-have-my-page-appear-without-an-active-x-restriction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m having a problem using using the vertical Spry menu.</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2009/08/im-having-a-problem-using-using-the-vertical-spry-menu/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2009/08/im-having-a-problem-using-using-the-vertical-spry-menu/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 19:49:08 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Spry]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=212</guid>
		<description><![CDATA[Hi Janine, I went through your Total Training video series to get a basic understanding of Dreamweaver. A friend was taking DW classes at a local college (very expensive) at the same time I was working through your tutorials and I feel I know the program better than he does. Thanks for your excellent instruction. [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine,</p>
<p>I went through your Total Training video series to get a basic understanding of Dreamweaver. A friend was taking DW classes at a local college (very expensive) at the same time I was working through your tutorials and I feel I know the program better than he does. Thanks for your excellent instruction.</p>
<p>I have since created a site using the vertical Spry menu in CS3. I had a couple of issues with the way content displayed in IE7 and was able to figure out workarounds on all of my pages except where I had SWF movies. For some reason the movies play very low on the page. It is almost as if there is a placeholder above the movie that is the same dimension as the movie, pushing it to the bottom of the page. I have researched on the Web for a solution and have come to realize there are many issues with Spry and IE, but I have not been able to find an example or fix for my particular problem. I would greatly appreciate any light you could shed on this.</p>
<p>Thanks for taking time to answer questions. This is my first site and I am sure I could have done many things better, but I have learned, and continue to learn, a great deal from you and your resources.</p>
<p>Thanks,<br />
Todd</p>
<p>Hi Todd,</p>
<p>Thank you for your kind words about my videos. I checked out your site and I see you&#8217;ve run into a common problem because the Spry menu you created is conflicting with the video files on some of your pages.</p>
<p>I wish there were an easy solution. Since I created my Dreamweaver video, I&#8217;ve spoken with several other web designers about the problem of Spry menu conflicts when they overlap any kind of Flash files (and other video formats as well). Unfortunately, the solution most people are using these days is to try to avoid the problem by making design choices that don&#8217;t require these types of features to bump into each other.</p>
<p>For example, on the pages where you have video just to the right of your vertical Spry menu, you could add some text or a still image (GIF, JPEG, PNG) above the video so the menu is overlapping text or an image and the video is pushed down the page below the menu. That way it should play without conflict. It&#8217;s always nice to give a little explanation about a video anyway, because not everyone can play videos on the web and some people like to read about a video before they play it.</p>
<p>Hope that helps you find a solution for your site about your work in Panama.</p>
<p>Thanks,<br />
Janine</p>
<p>Still want more? Visit the Dreamweaver Help Center at <a href="../../../../../../dreamweaver" target="_blank">www.DigitalFamily.com/dreamweaver</a> to find Dreamweaver tips, tricks, and tutorials.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2009/08/im-having-a-problem-using-using-the-vertical-spry-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please help with menus and submenus</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2008/08/please-help-with-menus-and-submenus/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2008/08/please-help-with-menus-and-submenus/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 15:20:09 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Spry]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=50</guid>
		<description><![CDATA[Hi Janine, Well, I guess the more you suffer and make mistakes, the more you learn. . . I&#8217;ve had a fun 4th holiday getting introduced to Spry. On the good side, my site looks lightyears better than before. I can actually look at the code and understand it. &#8220;Please&#8221; let me run one question [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><a name="_MailEndCompose"></a>Hi Janine,</p>
<p class="MsoNormal">Well, I guess the more you suffer and make mistakes, the more you learn. . . I&#8217;ve had a fun 4th holiday getting introduced to Spry. On the good side, my site looks lightyears better than before. I can actually look at the code and understand it.</p>
<p class="MsoNormal">&#8220;Please&#8221; let me run one question by you regarding the Spry horizontal menu bars. Touchtunes uses a placed image for its menu bar items and a separate hover-state image. The submenus are a solid light-grey box and the hover state is an orange bar. My problem is that any top-row item that has a submenu below it also gets assigned the submenu class. That only allows me (3) states: 1. for the HorizontalItemBar, 2. HorizontalItemBar hover, and 3. Submenu. I can&#8217;t do a hover for the submenu if I can&#8217;t reassign some of the top-row items as HorizontalItemBars.</p>
<p class="MsoNormal">All I&#8217;m looking for from you is to let me know that it should work and that I&#8217;m doing something wrong with the CSS styles. If I&#8217;m doing something wrong, I&#8217;ll kill myself to eventually figure it out.</p>
<p class="MsoNormal">Thank you,<br /> Chris B.</p>
<p class="MsoNormal">Hi Chris,</p>
<p class="MsoNormal">If you want to have more control over these kinds of menus, consider getting one of the Dreamweaver extensions for creating menus. You’ll find instructions for <a href="http://www.digitalfamily.com/dreamweaver/advanced-tutorials/tutorial-add-extensions.html">how to search, download, and install extensions to add new features to Dreawmeaver in this tutorial .</a></p>
<p class="MsoNormal">If you search the Adobe Exchange site I referred to in the tutorial, you’ll find more menu-creation tools that may help you with more options.</p>
<p class="MsoNormal">The other option is to learn to write CSS and JavaScript yourself, but that’s definitely the long road home. . .</p>
<p class="MsoNormal">All my best,<br /> Janine</p>
<p class="MsoNormal">Still want more? Visit the Dreamweaver Help Center at <a href="../../dreamweaver" target="_blank">www.DigitalFamily.com/dreamweaver</a> to find Dreamweaver tips, tricks, and tutorials.</p>
<p class="MsoNormal"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2008/08/please-help-with-menus-and-submenus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

