<?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; CSS</title>
	<atom:link href="http://www.digitalfamily.com/dreamweaverblog/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalfamily.com/dreamweaverblog</link>
	<description>Dreamweaver questions worth sharing, by Janine Warner</description>
	<lastBuildDate>Wed, 01 Feb 2012 18:07:23 +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></title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2012/02/539/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2012/02/539/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 18:07:23 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Behaviors]]></category>
		<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[Fireworks]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Web graphics]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=539</guid>
		<description><![CDATA[Hi Janine, I&#8217;m one of your students. Thank you for your very helpful online courses. I am writing to ask your opinion. I am a graphic designer and illustrator. I am putting together my own  website and would like to show samples of my work. My thought is to have a table of 15 thumbnails and a large [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>
<div>
<blockquote><p>Hi Janine,</p></blockquote>
<blockquote><p>
I&#8217;m one of your students. Thank you for your very helpful online courses.</p></blockquote>
<blockquote><p>I am writing to ask your opinion. I am a graphic designer and illustrator. I am putting together my own  website and would like to show samples of my work. My thought is to have a table of 15 thumbnails and a large  mage to the left of the grid. The table would have 2 columns, one with the thumbnail images and one with the big version. Then using the swap image feature in Dreamweaver I would set them up to swap out each image as the viewer rolls over each thumbnail. Does that sound like the most efficient way to do that?</p></blockquote>
<blockquote><p>Otherwise, I thought I would have to create a series of Div tags using margins and padding to arrange them, but that seems like a lot of div tags, if each div tag had to contain an image.</p></blockquote>
<blockquote><p> Thank you for your help. Yours truly,</p></blockquote>
<blockquote><p>Mike</p></blockquote>
<blockquote><p>Hi Mike,</p>
<div> Thank you for your kind words about my training . I understand why you think tables might be a good solution to this design challenge, but trust me, they&#8217;re not. The only time Tables are still recommended in web design, is when you&#8217;re formatting &#8216;tabular data&#8217; &#8212; in your case, I would not recommend a table.</div>
<div>
<div></div>
<div>However, it&#8217;s not as hard as you might think, and you DO NOT need a to create a div for each thumbnail image. Consider this. You can create two divs, one for the big image, and another one for all of the thumbnail images. Then insert all of the thumbnails in that one div, each separated by a single space. Then use a style to add as much space as you want between each image.</div>
<div></div>
<div>A compound style works well here. Ex: Create a class style for the div called <strong>.thumbnails</strong>, then create a compound style called <strong>.thumbnails img</strong> and set the margins to something like 10 pixels on the left and right, or top and bottom (depending on your design). That will put 20 pixels between each image. It&#8217;s like magic how that works instantly to spread the images apart, and it&#8217;s super easy to change if you decide you want more or less space between your thumbnails later.</div>
<div></div>
<div>I hope that helps you find the best solution for your website.</div>
<div></div>
<div>Janine</div>
</div>
</blockquote>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2012/02/539/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>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>How do I change internal styles into an external style sheet?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/10/how-do-i-change-internal-styles-into-an-external-style-sheet/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/10/how-do-i-change-internal-styles-into-an-external-style-sheet/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 16:31:08 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<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[Teacher's Corner]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=506</guid>
		<description><![CDATA[Hello Janine, I have watched all of your Dreamweaver and CSS training videos numerous times and worked all of the projects, and I am getting the hang of css styles and rules, etc. However, I have noticed that the pre-made CSS templates in Dreamweaver have &#60;style&#62; in the CSS panel, which I presume is an [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Janine,</p>
<p>I have watched all of your <a href="/videos/index.html">Dreamweaver and CSS training videos</a> numerous times and worked all of the projects, and I am getting the hang of css styles and rules, etc.</p>
<p>However, I have noticed that the pre-made CSS templates in Dreamweaver have &lt;style&gt; in the CSS panel, which I presume is an &#8220;internal&#8221; style sheet.  You keep saying in your training that adding an &#8220;external&#8221; &lt;style.css&gt; to the html page is better, but where do these &#8220;external&#8221; style sheets come from?</p>
<p>Is there a basic external style sheet you can attach?  Can you change the internal style sheet that came with the template to an external style sheet?</p>
<p>Thanks,</p>
<p>Tom</p>
<p>Hi Tom,</p>
<p>Yes, you can change an internal style sheet into an external style sheet. Here&#8217;s what you do.</p>
<p>1. Create a new CSS file by choose File &gt; New, then in the New dialog, choose Blank Page on the left, and choose CSS, and then choose Create.</p>
<p>2. Save that file by choose File &gt; Save, and name it style.css, or main.css (or something like that)</p>
<p>3. Open the HTML page that has the internal styles (the ones that are in the &lt;styles&gt; tags), and attach the new blank external style sheet to that HTML page. You can do that by choosing Format &gt; CSS Styles &gt; Attach Stylesheet.</p>
<p>Now you should see the blank external style sheet in the CSS Styles panel, just above or below the list of styles in the page.</p>
<p>4. To move the styles into the new blank style sheet, just click and drag them in the styles panel from the internal style sheet to the external one, as you see in this screenshot.</p>
<p>Note, you can Shift+Click, or Cmd + Click, to select multiple styles and drag them all at once.</p>
<p><a href="http://www.digitalfamily.com/dreamweaverblog/wp-content/uploads/2011/10/movine-styles.png"><img title="Moving styles to external style sheet" src="http://www.digitalfamily.com/dreamweaverblog/wp-content/uploads/2011/10/movine-styles.png" alt="Using the CSS Styles Panel to move styles to an external style sheet" width="254" height="260" /></a></p>
<p>After you move all of the styles into the external style sheet, save the CSS file, and you can then attach that new external CSS file to any or all of the other pages in your site to apply the sames styles to every page.</p>
<p>If you already have internal styles on a page that are the same as the styles in the external style sheet, make sure to delete them &#8212; having duplicate styles can cause conflicts.</p>
<p>I hope that helps you finish your site.</p>
<p>Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/10/how-do-i-change-internal-styles-into-an-external-style-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I create better URLs in my website?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/09/how-do-i-create-better-urls-in-my-website/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/09/how-do-i-create-better-urls-in-my-website/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 15:57:52 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[CMS]]></category>
		<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[Links]]></category>
		<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[Teacher's Corner]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[web servers & hosting]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=488</guid>
		<description><![CDATA[Dear Janine, While adding pages to my site, I have been organizing them via subfolders locally on my hard drive. This results in web pages URL&#8217;s appearing long and messy. Is there a way to enter a tag, style, or code to change the display URL on my website? Thank you for your time,   Mike  [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Janine,</p>
<p>While adding pages to my site, I have been organizing them via subfolders locally on my hard drive. This results in web pages URL&#8217;s appearing long and messy. Is there a way to enter a tag, style, or code to change the display URL on my website?</p>
<p>Thank you for your time,<br /><span style="color: #888888;">   Mike </span></p>
<p>&nbsp;</p>
<p>Hi Mike,</p>
<div>Great question, here are few tips to help you create better URLs.</div>
<div>First, remember that browsers will open the index.html file in any folder or subfolder, even if you don&#8217;t type it into the URL. That means you can create shorter URLs by carefully naming folders and saving an index.html file inside each one. You can have as many index files as you want, just keep them in separate folders and make sure that you save all of the folders and subfolders in one main folder on your hard drive so that you can copy the structure to your Web server when your done.</div>
<div>The result is you can create a URL such as: </div>
<div><a href="http://www.digitalfamily.com/videos/index.html">DigitalFamily.com/videos </a></div>
<div> </div>
<div>if enter that URL into a browser,  it actually opens <a href="http://www.digitalfamily.com/videos/index.html">http://www.digitalfamily.com/videos/index.html</a></div>
<div> </div>
<div>Another tip, everything after the .com is case sensitive. Thus, if I had named that folder Videos, you&#8217;d have to type the V uppercase, so pay attention to that detail when you share the URL, and try to be consistent. I make all subfolders lowercase to keep things simple. </div>
<div>That said, everything before the .com is NOT case sensitive. So whether you enter: DigitalFamily.com or digitalfamily.com, you get to the same place, the index.html page at the main, or root level, of my site. I like to use DigitalFamily.com when I write the main URL because it&#8217;s easier to read.</div>
<div>Finally, search engines such as Google are known to use the URL as one of the many criteria for ranking search results. As a result, if you want to optimize for certain keywords, including them in the name of the files and  folders in your site can help.</div>
<div>If you enter, DigitalFamily.com/dreamweaver, you go to my dreamweaver section, and the fact that I used the word Dreamweaver in the URL is probably helping me with search results (at least a little).</div>
<div>I hope that helps you create great URLs and I wish you all the best with your website.</div>
<div>Janine</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/09/how-do-i-create-better-urls-in-my-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why do my web pages look different in Internet Explorer than in other browsers?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2011/08/why-do-my-web-pages-look-different-in-internet-explorer-than-in-other-browsers/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2011/08/why-do-my-web-pages-look-different-in-internet-explorer-than-in-other-browsers/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 17:37:44 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[CMS]]></category>
		<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[expression web]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=460</guid>
		<description><![CDATA[Unfortunately, different web browsers display text and HTML differently, and Internet Explorer is one of the worst, and most notorious, for bad code display. What most web designers do is test their pages in a variety of web browsers and work to make sure their pages look &#8216;good enough&#8217; in all of them. Because the [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, different web browsers display text and HTML differently, and Internet Explorer is one of the worst, and most notorious, for bad code display. What most web designers do is test their pages in a variety of web browsers and work to make sure their pages look &#8216;good enough&#8217; in all of them. Because the text size and spacing can vary from browser to browser, it&#8217;s challenging to get exactly the same display in all browsers. And if your concern is the way text wraps, it&#8217;s almost impossible. That&#8217;s because your users can change the text size in some browsers, and because text size is different between Mac and Windows computers. Here&#8217;s an article I published on my web site addressing this issue. It may help you understand why this is a challenge for all web designers. You&#8217;ll also find links to a few online testing tools that can help you make sure you site looks good, even in web browsers you may not have on your own computer. http://www.digitalfamily.com/dreamweaver/resources/web-browser-test.html I hope that helps and I wish you all the best, Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2011/08/why-do-my-web-pages-look-different-in-internet-explorer-than-in-other-browsers/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>I&#8217;m having trouble with CSS and divs.</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/11/im-having-trouble-with-css-and-divs/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/11/im-having-trouble-with-css-and-divs/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 22:45:26 +0000</pubDate>
		<dc:creator>malinda</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=419</guid>
		<description><![CDATA[Hello Janine, I am working my way through my Dreamweaver CS3 Total Training lessons, and I am stuck on this one issue in Lesson 6, Topic 7. I do great up until I apply the style to float the Story div left. Once I apply that, my Sidebar content jumps out of the Sidebar div [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Janine,</p>
<p>I am working my way through my Dreamweaver CS3 Total Training lessons, and I am stuck on this one issue in Lesson 6, Topic 7. I do great up until I apply the style to float the Story div left. Once I apply that, my Sidebar content jumps out of the Sidebar div and is in the Story div. I&#8217;ve been spinning my wheels on this since yesterday. I&#8217;ll attach a few screen captures for you (not sure if they&#8217;ll help). I also see the empty Sidebar div between the story and sidebar content in the code.</p>
<p>One other problem I am having is that my pages will not open in Firefox. I can preview in Opera and Safari, but the pages are jumbled though they look perfectly fine within the program. I am running CS3 as I said, but with current browsers. Could this be a compatibility issue?</p>
<p>Thank you so much for any help you can send my way!</p>
<p>Kitty</p>
<p>Hi Kitty,</p>
<p>Good questions. I can see you&#8217;re getting into more advanced issues as you combine CSS styles, but that&#8217;s also where you can start running into conflict. As you get more advanced with CSS and Web design, you&#8217;ll quickly learn that there are multiple ways to get into, and out of, style conflicts:</p>
<p>Here are a couple of things to check for:</p>
<p>If you align a div to the left or right (a common way to create a multi-column design), beware that the alignment of one element can affect others. Also note that the positioning of open and close div tags is important. I often change to Split View, as I can see you&#8217;ve done in this screenshot, so I can make sure I have only the content I want in a div tag. Sometimes just copying and pasting the content you don&#8217;t want in one div into another can solve a problem.</p>
<p>Here&#8217;s another scenario I&#8217;ve run into: I often want an image and a caption together, aligned to the left or right so text wraps around both of them. If you&#8217;re just aligning an image with a text wrap, a simple align-left or align-right style is handy, but if you want to include a caption, you may want to create additional styles. In that case, I usually create two class styles named right-caption and left-caption.</p>
<p>There are a few ways to apply these styles and make sure you have all the divs you need in the right place.</p>
<p>You can first insert the div, then assign the right-caption class style, and then insert the image and text within it. The style for the div that positions the image and caption should have a width set to about the width of the image and an alignment to the right or left (set as Float=right or left in the Block Category of the CSS Rules window in Dreamweaver).</p>
<p>One thing to watch out for. If you&#8217;re like me and you start building a page by putting some text in a div and then adding an image and aligning it, and then you realize you want to add a caption&#8230; well, at that point, you can insert a new div and drag the image into it, or you can select the image and choose Insert&gt;div set to Wrap About Selection and even apply the class style as you add the div. That trick works beautifully when it goes well, but sometimes when I do that, Dreamweaver grabs some of the text already on the page &#8212; like it&#8217;s trying to help me out but it didn&#8217;t quite understand what I had in mind. If that happens, I just use code view to copy and paste the text where I want it, making sure the caption is in the div with just the image, and the rest of the text is outside that div so it can wrap about the image and the caption.</p>
<p>Advanced tip: If you&#8217;re aligning an image with a caption and you&#8217;ve already aligned the image to the right before you add a div around the image that is also aligned, sometimes that&#8217;s just too much floating to the right. Remember, you can (and should) remove styles you don&#8217;t need as you add new ones &#8212; that&#8217;s always good practice.</p>
<p>If you align an image and caption with a class style that has a float right, for example, take a moment to remove the float-right style that you already applied to the image (you can select an image and use the Style drop-down in the Properties Inspector at the bottom of the screen to change the class style setting to None). This removes the style and often solves style conflicts.</p>
<p>As for the differences between Firefox, Safari, and Internet Explorer, you&#8217;ve hit on the biggest challenge of Web design. My best advice for that is to write clean code, watch out for conflicts, and test in as many web browsers as possible.</p>
<p>Here&#8217;s a link to an article about testing browser differences:<br />
<a href="../../../../../../dreamweaver/resources/web-browser-test.html">http://www.digitalfamily.com/dreamweaver/resources/web-browser-test.html</a></p>
<p>I hope that helps you with your more advanced questions, but let me know if you want to go another round.</p>
<p>And finally, I&#8217;m thinking about offering an Advanced Class for students like you. Would you be interested in enrolling in a small online class with me and a few other students at your level? Please let me know.</p>
<p>Thanks,<br />
Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2010/11/im-having-trouble-with-css-and-divs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m looking for the Insert Media Flash button.</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/11/im-looking-for-the-insert-media-flash-button/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/11/im-looking-for-the-insert-media-flash-button/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 22:06:29 +0000</pubDate>
		<dc:creator>malinda</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver CS5]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=409</guid>
		<description><![CDATA[Hi Janine I have recently upgraded to CS5 from CS3, and have also upgraded to your CS5 Dummies book. In CS3 I frequently used Insert Media Flash button, but it doesn’t seem to be there in CS5, nor can I find any reference in your book. Has this function been moved, or has it been [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine</p>
<p>I have recently upgraded to CS5 from CS3, and have also upgraded to your CS5 Dummies book.</p>
<p>In CS3 I frequently used Insert Media Flash button, but it doesn’t seem to be there in CS5, nor can I find any reference in your book. Has this function been moved, or has it been removed, which wouldn’t be good for me! If it has gone, do you have any suggestions as to what I can use instead for my link buttons?</p>
<p>Thank you for your time.<br />
Ken</p>
<p>Hi Ken,</p>
<p>Thank you for buying my book. Sorry to confirm your fears, but the Flash button feature was removed in version CS4. Today, most professional Web designers use CSS to create visual effects for links. You&#8217;ll find a tutorial on a common technique for this on my Web site (these CSS features work the same in CS3, CS4, and CS5):</p>
<p><a href="../../../../../../dreamweaver/css-tutorials/css-navbar.html">http://www.digitalfamily.com/dreamweaver/css-tutorials/css-navbar.html</a></p>
<p>I wrote another tutorial for <em>Layers</em> magazine that shows off a few variations on these techniques:</p>
<p><a href="http://layersmagazine.com/use-css-to-style-your-lists-in-dreamweaver-cs34.html">http://layersmagazine.com/use-css-to-style-your-lists-in-dreamweaver-cs34.html</a></p>
<p>I hope that helps you find the best solution for your links and I wish you all the best with your Web site,<br />
Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2010/11/im-looking-for-the-insert-media-flash-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

