<?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; Templates</title>
	<atom:link href="http://www.digitalfamily.com/dreamweaverblog/category/templates/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>What is the difference between using Appearance (HTML) or Appearance (CSS) in the Page Properties Dialog Box? They both seem to have most of the same options.</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/11/what-is-the-difference-between-using-appearance-html-or-appearance-css-in-the-page-properties-dialog-box-they-both-seem-to-have-most-of-the-same-options/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/11/what-is-the-difference-between-using-appearance-html-or-appearance-css-in-the-page-properties-dialog-box-they-both-seem-to-have-most-of-the-same-options/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 01:30:42 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver 8]]></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[Teacher's Corner]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=526</guid>
		<description><![CDATA[I strongly recommend Appearance (CSS). That option will cause Dreamweaver to create CSS styles that correspond to the Page Properties settings, which is the recommended way to define page properties today. To see how this works, create a new blank page, set the page properties with the CSS option selected, and then you can study [...]]]></description>
			<content:encoded><![CDATA[<p>I strongly recommend Appearance (CSS). That option will cause Dreamweaver to create CSS styles that correspond to the Page Properties settings, which is the recommended way to define page properties today. To see how this works, create a new blank page, set the page properties with the CSS option selected, and then you can study the styles DW automatically creates by looking for them in the CSS Styles Panel. </p>
<p>If you choose Appearance (HTML) DW uses the HTML attributes, which are no longer recommended.</p>
<p>Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/11/what-is-the-difference-between-using-appearance-html-or-appearance-css-in-the-page-properties-dialog-box-they-both-seem-to-have-most-of-the-same-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is the CSS in templates from ThemeForest and Woo Themes so complicated and hard to understand?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/10/why-is-the-css-in-templates-from-themeforest-and-woo-themes-so-complicated-and-hard-to-understand/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/10/why-is-the-css-in-templates-from-themeforest-and-woo-themes-so-complicated-and-hard-to-understand/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 17:27:21 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Teacher's Corner]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=517</guid>
		<description><![CDATA[One of the things that makes it hard to &#8216;get&#8217; the hierarchy or specificity of CSS that was written by someone else is that there are so many different ways to write CSS. I sometimes compare it to the art of writing prose. Not everyone who has learned to spell and understands the basics of grammar, can [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things that makes it hard to &#8216;get&#8217; the hierarchy or specificity of CSS that was written by someone else is that there are so many different ways to write CSS. I sometimes compare it to the art of writing prose. Not everyone who has learned to spell and understands the basics of grammar, can write like Stephen King or Gabriel Garcia Marquez or William Shakespeare.</p>
<p>Even if you haven&#8217;t read those authors, you can quickly appreciate that Marquez was a master at magic realism, which is quite different from the science fiction and horror that Stephen King is famous for in books like Carrie and The Shining. To further complicate matters, the way many of us write CSS has changed over time. William Shakespeare is still considered a master, but few teachers would recommend you write the way he did anymore. Similarly, even well-written CSS, if it&#8217;s a few years old, may read like Old English today.</p>
<p>ThemeForest and Woo Themes are considered some of the better sources for templates and WordPress themes, but as soon as you find yourself reviewing someone else&#8217;s CSS, you have to take into consideration that every author has their own style, that there are many ways to create the same design effects with CSS, and that if you really want to write the cleanest, best code possible, you&#8217;ll spend hours on the details &#8212; in much the way a great writer can spend an afternoon looking for just the write word.</p>
<p>The more you learn about CSS, the better you&#8217;ll get at writing (and reading) it, but at the end of the day, some of the differences in style sheets come down to, well, style.</p>
<p>You can learn more about the basics from my <a href="http://www.digitalfamily.com/videos">CSS training videos</a>.</p>
<p>Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/10/why-is-the-css-in-templates-from-themeforest-and-woo-themes-so-complicated-and-hard-to-understand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where do I insert the Google Checkout shopping cart code?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/09/where-do-i-insert-the-google-checkout-shopping-cart-code/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/09/where-do-i-insert-the-google-checkout-shopping-cart-code/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 18:44:18 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Contribute]]></category>
		<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[Dreamweaver MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Teacher's Corner]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=494</guid>
		<description><![CDATA[Janine, I just watched your class on E-Commerce on Kelby Training.  It was an excellent class for someone like me, but  I am experiencing a little difficulty in adding the Google checkout to my site. I have no problems adding the code for the items, but that 2nd piece of code that you said to [...]]]></description>
			<content:encoded><![CDATA[<p>Janine,</p>
<p>I just watched your class on E-Commerce on Kelby Training.  It was an excellent class for someone like me, but  I am experiencing a little difficulty in adding the Google checkout to my site. I have no problems adding the code for the items, but that 2nd piece of code that you said to put at the bottom of every page is causing me problems. I am using iWeb and I am not quite sure where to insert that code, or if it is even possible.</p>
<p>Thank you in advance,</p>
<p>Joe </p>
<p>Hi Joe,</p>
<p>Thanks for the kinds words about my training videos. I don&#8217;t know much about iweb specifically, but some web services &#8212; especially those that over simply web design and limit you to templates &#8212; make it difficult, or even impossible, to get to the right place in the code to use Google Checkout.</p>
<p>If that&#8217;s your situation, you may need to use PayPal instead. Unlike Google, which gives you a small piece of code for each button, and another small piece of code to put at the bottom of each page, when you use the shopping cart service from PayPal, you get all of that code in one big chunk. I still prefer the interface of Google Checkout, but in your case, PayPal may be your best (or only) choice.</p>
<p>I know many people prefer to learn with training videos, but I also have a written tutorial on <a href="http://www.digitalfamily.com/dreamweaver/ecommerce/google-checkout.html">how to use Google Checkout</a> that may help you find the place you&#8217;re having trouble.</p>
<p>I hope that helps you find the right solution for your website and I wish you all the best with your online sales,</p>
<p>Janine<br />
DigitalFamily.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/09/where-do-i-insert-the-google-checkout-shopping-cart-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you create photo galleries in Dreamweaver CS5?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/07/how-do-you-create-photo-galleries-in-dreamweaver-cs5/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/07/how-do-you-create-photo-galleries-in-dreamweaver-cs5/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 23:50:21 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[cgi scripts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Web graphics]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=454</guid>
		<description><![CDATA[The answer to how to create a gallery in a web page in Dreamweaver isn&#8217;t as simple as you might expect. There were some automated tools for creating galleries in previous versions of Dreamweaver, but they had limited options and used an old version of Flash. Those features were cut from the program a couple of [...]]]></description>
			<content:encoded><![CDATA[<p>The answer to how to create a gallery in a web page in Dreamweaver isn&#8217;t as simple as you might expect. There were some automated tools for creating galleries in previous versions of Dreamweaver, but they had limited options and used an old version of Flash. Those features were cut from the program a couple of versions before the current CS5.5.</p>
<p><strong>If you want to create a photo gallery in Dreamweaver today, here are a few options&#8230;</strong></p>
<p>You can still create galleries using Flash and then insert them into Dreamweaver, but you need have Flash, and know how to use it, to do that yourself. (You&#8217;ll find an article about <a href="http://www.digitalfamily.com/dreamweaver/flash-tutorials/insert-flash.html">how to use Dreamweaver to  insert a flash file once you&#8217;ve created a gallery in Flash here.</a>)</p>
<p>You can download gallery tools from Adobe. Many people use the extensions to Dreamweaver from the Adobe Exchange site. You can add gallery extensions to enhance the features in Dreamweaver and create a variety of different kinds of galleries.</p>
<p><a href="http://www.adobe.com/cfusion/exchange/index.cfm?searchfield=photo+gallery&amp;search_exchange=3&amp;search_category=-1&amp;search_license=&amp;search_rating=&amp;search_platform=0&amp;search_pubdate=&amp;num=25&amp;startnum=1&amp;event=search&amp;sticky=true&amp;sort=0&amp;rnav_dummy_tmpfield=&amp;Submit=" target="_blank">This link will take you to the search results for Dreamweaver gallery extensions.</a></p>
<p>You can, of course, create custom galleries in Dreamweaver yourself with the page creation tools, and you can create templates, to make adding and updating pages more automated in Dreamweaver. In that case, you have to decide if the gallery want to create will have two pages or twenty or more, and how much control you want over the design. (You can get started learning <a href="http://www.digitalfamily.com/dreamweaver/index.html" target="_blank">Dreamweaver in the Dreamweaver Training Center</a>.)</p>
<p>As a general rule, the more automated the system, the more the design needs to be consistent from page to page. If you learn how to use Dreamweaver to create, link, and optimize pages, you can use the template features in Dreamweaver to creating custom designs more effiiently, but that does require some experience with Dreamweaver.</p>
<p>If you want to see an example of a custom photo gallery created with Dreamweaver templates (using the .dwt file type), you can check out a site I created for Photographer Jasper Johal. That site is featured in my book, Web Sites DIY For Dummies, and you can download the templates that come with the book to create the same design yourself if you like that site. (Warning: this link goes to Jasper&#8217;s live site, which does include some nude art photos. <a href="http://jasperphoto.com/" target="_blank">http://jasperphoto.<wbr>com/</wbr></a> I used a simplified version in my book.</p>
<p>Here&#8217;s another custom gallery site created with Dreamweaver&#8217;s template features for an artist to showcase her work: <a href="http://www.inplainsightart.com/" target="_blank">http://www.<wbr>inplainsightart.com/</wbr></a>. I&#8217;m planning to use that site in a new book and video soon.</p>
<p>Another approach to creating photo galleries is to use an online photo hosting service. Because photographers are such a big market, there are several sites that specialize in photo galleries and even selling prints with templates and plugins and everything you need for a monthly fee. Among those options, I believe <a href="http://www.zenfolio.com/" target="_blank">http://www.zenfolio.<wbr>com/</wbr></a> is especially popular for professionals and, of course, you can use <a href="http://www.flickr.com" target="_blank">www.flickr.com</a> for free.</p>
<p>I hope that helps you find the best solution for your gallery,</p>
<p>Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/07/how-do-you-create-photo-galleries-in-dreamweaver-cs5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why can&#8217;t I insert Flash into a template page?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/03/cant-add-flash-to-a-template-page/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/03/cant-add-flash-to-a-template-page/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 21:12:02 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Templates]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=111</guid>
		<description><![CDATA[Hey there Janine, I’m trying to add a Flash file to a template page, but I keep getting the error message “Making this change would alter a region that is locked by a template or translator. The change will be discarded.” Do you know what I’m doing wrong? Thanks, Kate, You&#8217;re not doing anything wrong. [...]]]></description>
			<content:encoded><![CDATA[<p>Hey there Janine,</p>
<p>I’m trying to add a Flash file to a template page, but I keep getting the error message “Making this change would alter a region that is locked by a template or translator. The change will be discarded.”</p>
<p>Do you know what I’m doing wrong?</p>
<p>Thanks,</p>
<p>Kate,</p>
<p>You&#8217;re not doing anything wrong. This is a common error in templates, and there is a fix that will take care of your problem.</p>
<p>Here&#8217;s a somewhat technical explanation of the problem with your template pages, followed by detailed instructions for correcting it. In addition to making it possible to add Flash files to pages created with templates, this fix will enable you to edit the title of your pages and to add AJAX, CSS, and Behaviors to pages created from templates.</p>
<p>The errors for all of these problems are caused because of a missing editable region in the header tag area at the top of the page (more on what that means below).</p>
<p>There are two ways to create templates in Dreamweaver. You can create a new template (.dwt file) directly, or you can create an HTML page and then later save the page as a template. When you create a new .dwt file from scratch in Dreamweaver, the head area of the template is automatically set up as an editable region.</p>
<p>Here&#8217;s what caused your problem and why it doesn&#8217;t always happen in Dreamweaver. When you turn an existing HTML page into a template (using Save As to change the file to the .dwt format instead of .html), Dreamweaver should make the head area editable &#8212; it does that when you create a new template, but not when you save an existing page as a template. This problem can be hard to find because the head region of a page is not visible in the design area, but it&#8217;s very important.</p>
<p>If you&#8217;re using Dreamweaver CS3, 8, or a previous version, you&#8217;ll need to make the head area of the template an editable region manually, and you&#8217;ll have to do a little code work to fix it. (Don&#8217;t worry, I&#8217;ve included the code below so you can just copy and paste it.)</p>
<p>Note: If you are using Dreamweaver CS4 (the newest version), this problem was fixed in most versions. That said, if you&#8217;re having this problem and you&#8217;re using CS4, the following solution will work for you, too.</p>
<p><strong>To manually add an editable region to the head section of a template so you can insert Flash and other files into your pages, follow these steps:</strong></p>
<p>1. Open the .dwt file and choose Split or Code View so you can see the code behind the page.</p>
<p>2. Find the Head section of the page — it should be toward the top of the page in the HTML code and should look something like this:</p>
<p>&lt;head&gt;<br />
&lt;meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ /&gt;<br />
&lt;title&gt;Untitled Document&lt;/title&gt;<br />
&lt;/head&gt;</p>
<p>Note: Your code may be longer and include other details, such as a real document title instead of Untitled Document, but you want to identify everything between the &lt;head&gt; and &lt;/head&gt; tags before you fix it.</p>
<p>3. Dreamweaver creates editable regions in pages by adding a little code that looks like this: &lt;!&#8211; TemplateBeginEditable name=&#8221;head&#8221; &#8211;&gt; around whatever area you want to be able to edit. That code is not inserted when you create a template from an existing page, but you can copy and paste the following code into the top of your page to fix it.</p>
<p>4. The easiest thing to do is to replace the entire head area in the HTML code of the original .dwt template file. (Note: You can&#8217;t do this in an HTML page created from the template; you need to do it in the original .dwt file. The bonus is that if you&#8217;ve already created multiple pages from the template, this should fix all of the pages you created from the template at once.)</p>
<p>Here&#8217;s what you need to do:</p>
<p>First, select all the code at the top of your template contained between the &lt;head&gt; tag and the close &lt;/head&gt; tag and Delete it.</p>
<p>Then copy the following code and paste it into your .dwt file in place of what you deleted (be very careful to paste this in exactly the same place where you cut the old &lt;head&gt; content. Note that you may want to preserve your title tag or other custom code by saving it and pasting it back into place very carefully. HTML is for the detail-oriented; one missing quote mark and it won&#8217;t work. . .</p>
<p>&lt;head&gt;<br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243; /&gt;<br />
&lt;!&#8211; TemplateBeginEditable name=&#8221;doctitle&#8221; &#8211;&gt;<br />
&lt;title&gt;Untitled Document&lt;/title&gt;<br />
&lt;!&#8211; TemplateEndEditable &#8211;&gt;<br />
&lt;!&#8211; TemplateBeginEditable name=&#8221;head&#8221; &#8211;&gt;<br />
&lt;!&#8211; TemplateEndEditable &#8211;&gt;<br />
&lt;/head&gt;</p>
<p>5. Save the page to complete the changes. If you are prompted to apply those changes to pages created from the template, make sure to approve the changes.</p>
<p>6. Although you shouldn&#8217;t see any change in the main design area of the page (unless you made a mistake such as deleting the &lt;body&gt; tag), you should now be able to add Flash files and other elements to any page you&#8217;ve created from your template, because Dreamweaver will not have an editable region at the top of the code where it needs to save the scripts that make your Flash files, behaviors, and other interactive features work.</p>
<p>7. Once you’ve changed the head code area in the template, you should be able to open any of the pages created from the template and edit the title, insert Flash files, and anything else just as you would any other page . This will also make it possible to add Behaviors that use Javascript, Spry features, such as drop-down menus, and other elements that require adding code to the head region.</p>
<p>Hope that solves your problem, and I wish you all the best with your Web site!</p>
<p>&#8211; Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2010/03/cant-add-flash-to-a-template-page/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How can I get my site to look good in IE on the PC?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/03/how-can-i-get-my-site-to-look-proper-in-ie-on-the-pc/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/03/how-can-i-get-my-site-to-look-proper-in-ie-on-the-pc/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 22:18:04 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[Dreamweaver MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[Dynamic web site]]></category>
		<category><![CDATA[Teacher's Corner]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web graphics]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=123</guid>
		<description><![CDATA[Janine, I have tried everything under the sun to get my site to look proper in IE on the PC. Every other browser looks fine, but in IE there is always a &#8220;gap&#8221; between the top div and the middle. The bottom looks fine. Any suggestions? Thanks in advance! Sincerely, Ronnie Hi Ronnie, Unfortunately, CSS [...]]]></description>
			<content:encoded><![CDATA[<p>Janine,</p>
<p>I have tried everything under the sun to get my site to look proper in IE on the PC. Every other browser looks fine, but in IE there is always a &#8220;gap&#8221; between the top div and the middle. The bottom looks fine.</p>
<p>Any suggestions?</p>
<p>Thanks in advance!</p>
<p>Sincerely,</p>
<p>Ronnie</p>
<p>Hi Ronnie,</p>
<p>Unfortunately, CSS differences in IE are a frustration for most Web designers. Microsoft just hasn’t followed the rules the way other browser makers have. As a result, to get your designs to look exactly the same in most Web browsers, you’ll have to move on to some advanced CSS techniques.</p>
<p>On my site, you’ll find links to a few places where you can continue your training. You&#8217;ll find instructions there to get you started with CSS and how to edit a CSS layout in Dreamweaver &#8212; they are designed to look good in many browsers from the start and can help you avoid problems.</p>
<p>You may also appreciate my article about <a href="http://www.digitalfamily.com/dreamweaver/resources/web-browser-test.html">how to test your web pages in many different web browsers at once, including Internet Explorer, Firefox, Safari, Chrome, Opera, and more.</a></p>
<p>I wish you all the best with your CSS,<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/2010/03/how-can-i-get-my-site-to-look-proper-in-ie-on-the-pc/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>What&#8217;s the simplest way to create a sitewide search engine?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/01/simplest-way-to-develop-a-sitewide-search-engine/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/01/simplest-way-to-develop-a-sitewide-search-engine/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 20:23:17 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Templates]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=222</guid>
		<description><![CDATA[Hi Janine, Thanks for all your great work teaching Dreamweaver! I&#8217;m looking for the simplest way to develop a sitewide search engine in which the user types into a blank field and sitewide search results appear. Can this be done through any Spry widgets inside Dreamweaver? Thanks, Kendra Hi Kendra, One of the easiest ways [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine,</p>
<p>Thanks for all your great work teaching Dreamweaver! I&#8217;m looking for the simplest way to develop a sitewide search engine in which the user types into a blank field and sitewide search results appear. Can this be done through any Spry widgets inside Dreamweaver?</p>
<p>Thanks,</p>
<p>Kendra</p>
<p>Hi Kendra,</p>
<p>One of the easiest ways to add a search feature to a web site is to use Google&#8217;s search tools. You can learn about their service at this URL: <a href="http://www.google.com/sitesearch/" target="_blank">http://www.google.com/sitesearch/</a></p>
<p>I hope that helps and I wish you all the best,<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/2010/01/simplest-way-to-develop-a-sitewide-search-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you have any recommendations on sources for Dreamweaver templates?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/01/220/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/01/220/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 20:21:52 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Dreamweaver 8]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>
		<category><![CDATA[Dreamweaver MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[Templates]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=220</guid>
		<description><![CDATA[Hi Janine, I&#8217;m writing in part to tell you how much I&#8217;m enjoying your book, although I&#8217;m still very new to the concepts, the Dreamweaver program, and web-design in general. I&#8217;m also asking if you might have any recommendations on sources for Dreamweaver templates. I&#8217;ve downloaded a some from various Web sites, and I&#8217;ve found [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine,</p>
<p>I&#8217;m writing in part to tell you how much I&#8217;m enjoying your book, although I&#8217;m still very new to the concepts, the Dreamweaver program, and web-design in general.</p>
<p>I&#8217;m also asking if you might have any recommendations on sources for Dreamweaver templates. I&#8217;ve downloaded a some from various Web sites, and I&#8217;ve found that they are often not developed with the neophyte user in mind. Trying to modify them involves a fair amount of trying to figure out what the original designer/developer was doing.</p>
<p>Any help would be appreciated.</p>
<p>Thanks,<br />
Brian</p>
<p>Hi Brian,</p>
<p>One of the most confusing things about templates is that there are so many different kinds. For example, if you download a template designed for Flash, it won&#8217;t work in Dreamweaver. Similarly, many templates that are designed for blogs use PHP and require advanced programming knowledge and a web server.</p>
<p>Even if you do get a template designed using Dreamweaver&#8217;s template features, it can be difficult to know what and how to change things such as colors and fonts if you want to alter the template design.</p>
<p>Most good pages are designed with CSS these days, and if you learn CSS, you can probably edit most of the well-designed templates you can find on the web.</p>
<p>If you&#8217;re still new to design, you may appreciate a book I wrote called <a href="/books/index.html"><em>Web Sites  For Dummies</em></a> &#8212; it&#8217;s part of the new <em>Do It Yourself series it </em>combines templates I created in Dreamweaver complete with instructions for how you can edit them in Dreamweaver.</p>
<p>When you buy the book, you get access to a special part of my Web site where you can download the templates.</p>
<p>You can find the book in the <a href="/books/index.html">The Digital Family Bookstore</a>.</p>
<p>I hope that helps and I wish you all the best,<br />
Janine</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} --> <!--[endif]--></p>
<p class="MsoNormal">Hi Janine,</p>
<p class="MsoNormal">
<p class="MsoNormal">I&#8217;m writing in part to tell you how much I&#8217;m enjoying your book, although I&#8217;m still very new to the concepts, the Dreamweaver program, and web-design in general.<span> </span></p>
<p class="MsoNormal">
<p class="MsoNormal">I&#8217;m also asking if you might have any recommendations on sources for Dreamweaver templates. I&#8217;ve downloaded a some from various Web sites, and I&#8217;ve found that they are often not developed with the neophyte user in mind. Trying to modify them involves a fair amount of trying to figure out what the original designer/developer was doing.</p>
<p class="MsoNormal">
<p class="MsoNormal">Any help would be appreciated.</p>
<p class="MsoNormal">
<p class="MsoNormal">Thanks,<br />
Brian</p>
<p class="MsoNormal">
<p class="MsoNormal">Hi Brian,</p>
<p class="MsoNormal">
<p class="MsoNormal">One of the most confusing things about templates is that there are so many different kinds. For example, if you download a template designed for Flash, it won&#8217;t work well in Dreamweaver. Similarly, many templates that are designed for blogs use PHP and require advanced programming knowledge and a web server.</p>
<p class="MsoNormal">
<p class="MsoNormal">Even if you do get a template designed for Dreamweaver, it can be difficult to know what and how to change things such as colors and fonts if you want to alter the template design. For all these reasons I created a book called Web Sites Do It Yourself For Dummies that combines specially created templates with instructions for how to edit them in Dreamweaver. When you buy the book, you get access to a special part of my Web site where you can download the templates.</p>
<p class="MsoNormal">
<p class="MsoNormal">You can order the book from Amazon by following this link: <span> </span>&lt;http://www.amazon.com/gp/product/0470169036?ie=UTF8&amp;tag=digitalfamily-20&amp;li nkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0470169036&gt;</p>
<p class="MsoNormal">
<p class="MsoNormal">I hope that helps and I wish you all the best,<br />
Janine</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2010/01/220/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Footer isn&#8217;t working correctly. What should I do?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2009/04/my-footer-isnt-working-correctly-what-should-i-do/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2009/04/my-footer-isnt-working-correctly-what-should-i-do/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 14:59:33 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Templates]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=183</guid>
		<description><![CDATA[Hello I&#8217;m hoping you might be able to help me again. I&#8217;m working on a dynamic Web Template and everything is going well. Everything on the page is static. I have several editable regions either in a layer or a div. There is a footer at the bottom of the page in another div. I [...]]]></description>
			<content:encoded><![CDATA[<p>Hello</p>
<p>I&#8217;m hoping you might be able to help me again. I&#8217;m working on a dynamic Web Template and everything is going well. Everything on the page is static. I have several editable regions either in a layer or a div. There is a footer at the bottom of the page in another div. I want it set up so that every page will look the same, meaning that as I fill the editable region more and more, the footer will just keep pushing down and sitting at the bottom of the page. When I&#8217;m working on a page, it works and looks exactly as I want it to. But when I view it on the web, the footer jumps up, overlapping the editable region as if it can&#8217;t read that there is something in its path.</p>
<p>Hopefully you&#8217;re able to understand what I mean. Do you know what I&#8217;m doing wrong?</p>
<p>Thanks for your help,<br />
Megan</p>
<p>Hi Megan,</p>
<p>I believe I do know what you mean. Try this: Open the style you&#8217;re using on the Footer div by double-clicking on it in the Styles panel to edit it in the CSS Rules dialog box. From the category list, choose Box and then look for the field labeled Clear. In the Clear field, use the drop-down menu and select Both.</p>
<p>What this does is add a rule to the style that requires the browser to clear anything above the footer so that it always stays at the bottom. This is necessary when you use floats in your other styles.</p>
<p>Hope that helps,<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/04/my-footer-isnt-working-correctly-what-should-i-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

