<?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>Thu, 24 Jun 2010 07:30:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Can I include an image as a background in Dreamweaver MX 2004?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/06/369/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/06/369/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 19:19:24 +0000</pubDate>
		<dc:creator>malinda</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[Images]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=369</guid>
		<description><![CDATA[Hi Janine,
Hope you can answer this question. I am using Dreamweaver MX2004 and want to include an image as a background in page properties. I don&#8217;t want the image tiled and I think there is a way to do that by using CSS, but I sure can’t find it in the Help section.
Can you point [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine,</p>
<p>Hope you can answer this question. I am using Dreamweaver MX2004 and want to include an image as a background in page properties. I don&#8217;t want the image tiled and I think there is a way to do that by using CSS, but I sure can’t find it in the Help section.</p>
<p>Can you point me in the right direction? By the way, I think CS4 and CS5 are far more difficult to use for those of us who only occasionally build a web page.</p>
<p>Thanks in advance,<br />
Pete</p>
<p>Hi Pete,</p>
<p>I understand your reluctance to upgrade to a more complex version of Dreamweaver, but you won&#8217;t find the options you&#8217;re looking for in MX2004. To add a background image that does not tile, you&#8217;ll need to use Cascading Style Sheets, and those features were not included in the Page Properties in MX2004.</p>
<p>You can create your own style sheets in that version if you learn CSS and can write the code yourself, but believe me, that&#8217;s a lot more complicated. If you upgrade, you&#8217;ll find that the Page Properties features in later versions of Dreamweaver make it easy to control how a background tiles and the program generates the necessary CSS code for you.</p>
<p>You&#8217;ll find many free tutorials on the CSS features in later versions of Dreamweaver on my site at <a href="http://">www.DigitalFamily.com</a>.</p>
<p>Hope that helps,<br />
Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2010/06/369/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I fix link colors?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/03/having-a-problem-with-link-colors/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/03/having-a-problem-with-link-colors/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 08:15:20 +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 MX]]></category>
		<category><![CDATA[Dreamweaver MX 2004]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=263</guid>
		<description><![CDATA[Hi Janine,
I wonder if you could help me with the following: I&#8217;m new to building Web sites (I started 3 days ago!) and the problem I have is small but annoying. When defining rules for links, I am able to change the &#8220;hover&#8221; color but not the link color. When previewed in IExplorer, the link [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine,</p>
<p>I wonder if you could help me with the following: I&#8217;m new to building Web sites (I started 3 days ago!) and the problem I have is small but annoying. When defining rules for links, I am able to change the &#8220;hover&#8221; color but not the link color. When previewed in IExplorer, the link color insists on being purple when I&#8217;ve defined it as blue. Can you tell me what I&#8217;m doing wrong?</p>
<p>Hope to hear from you.<br />
Regards,<br />
Justin</p>
<p>Hi, Justin,</p>
<p>I&#8217;m guessing you&#8217;re seeing the visited link color in IE because you&#8217;ve already &#8220;visited&#8221; those links.</p>
<p>There are four color settings for links and you need to change all four. And keep in mind that you can use the same color for both active and visited links if you don&#8217;t want the color to appear to change after someone has visited the page.</p>
<p>On my website, you&#8217;ll find a tutorial on how to use CSS to create styles for links formatted in an Unordered List, which is a popular way to create navigation bars. <a href="/dreamweaver/css-tutorials/css-navbar.html">Follow this link to the tutorial, where you&#8217;ll find more details about how to define styles for each of the four link states.</a></p>
<p>Best regards,<br />
Janine</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2010/03/having-a-problem-with-link-colors/feed/</wfw:commentRss>
		<slash:comments>0</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[Teacher's Corner]]></category>
		<category><![CDATA[Web design]]></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 differences in IE are a frustration for [...]]]></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>If you really want to learn the best and latest, advanced CSS, I recommend <a href="AListApart.com" target="_blank">AListApart.com</a> for high-level CSS tips, but you won’t find much help with Dreamweaver there.</p>
<p>You may also appreciate my article about <a href="/dreamweaver/resources/web-browser-test.html">online browser emulators, which can help you compare your site on different browsers and even different versions of the same web browser</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>How can I adjust the height of the banner area?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/01/how-can-i-adjust-the-height-of-the-banner-area/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/01/how-can-i-adjust-the-height-of-the-banner-area/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 21:29:49 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=253</guid>
		<description><![CDATA[Hi Janine:
First of all I would like to say that your books Dreamweaver CS3 For Dummies and Web Sites For Dummies are excellent and have provided me with very useful information.
I am new at using Dreamweaver CS3 and on my first time creating a Web site. I’m attempting to build a Web site for my [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine:</p>
<p>First of all I would like to say that your books <em>Dreamweaver CS3 For Dummies</em> and <em>Web Sites For Dummies</em> are excellent and have provided me with very useful information.</p>
<p>I am new at using Dreamweaver CS3 and on my first time creating a Web site. I’m attempting to build a Web site for my church and have some initial design questions. I’m using the fixed two-column/header/footer predesigned sample in DW and my question is how do you adjust the height of the banner area? I’m finding that the space is too small and most Web sites seem to have a larger space.</p>
<p>What height do you recommend and how do I adjust the predesigned sample to accomplish this?</p>
<p>I’m doing this task on a volunteer basis and would like to get the Web site up and running soon. I’ve followed your planning instructions and I’m ready to go.</p>
<p>Thank you so much,<br />
Margie</p>
<p>Hi Margie,</p>
<p>Thanks for the note. This tutorial on my site should walk you through the process of customizing many aspects of a CSS layout: <a href="http://digitalfamily.com/dreamweaver/css-tutorials/editing-CSS-layouts.html">http://digitalfamily.com/dreamweaver/css-tutorials/editing-CSS-layouts.html</a></p>
<p>Hope that helps and I wish you all the best with your site,<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/how-can-i-adjust-the-height-of-the-banner-area/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My links look different today than they did yesterday; why?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/01/my-links-look-different-today-than-they-did-yesterday-why/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/01/my-links-look-different-today-than-they-did-yesterday-why/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 20:58:18 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=242</guid>
		<description><![CDATA[Hi
My links now seem to have a broken-lined rectangular box around them when you select a link. The line is the same colour as the link itself, but this was not there yesterday. Do you think I have a fault with the Dreamweaver application or is there another explanation?
Regards
John
PS It takes a bit of time [...]]]></description>
			<content:encoded><![CDATA[<p>Hi</p>
<p>My links now seem to have a broken-lined rectangular box around them when you select a link. The line is the same colour as the link itself, but this was not there yesterday. Do you think I have a fault with the Dreamweaver application or is there another explanation?</p>
<p>Regards<br />
John</p>
<p>PS It takes a bit of time to get your head around Dreamweaver CS3 Advanced but Janine is getting me there!!!</p>
<p>Hi John,</p>
<p>If the links are actually broken, you need to reset them in Dreamweaver to fix them and should check to make sure you&#8217;ve completed the Site Set Up process first.</p>
<p>If it&#8217;s just that they look different, you probably have a style for the &#8216;visited link&#8217; that is different from the main link style. In HTML you can have up to four different styles for the four different states of links. The visited link style appears after you&#8217;ve clicked on a link, so your links will look one way the first time you view a page in a web browser, and then they will change to the visited-link style after you&#8217;ve clicked on them. That would explain why they look different today than yesterday.</p>
<p>To fix this, look for a style in the CSS Styles panel with the name a:visited. You can also choose Modify Page Properties and then click on the Links category to change the style. You can use the same color for all four settings or a different color for each, depending on whether or not you want your links to look different once a visitor has clicked on them.</p>
<p>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/my-links-look-different-today-than-they-did-yesterday-why/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My menu and links have an outline (a dotted line) only when clicked; can I remove it?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2010/01/my-menu-and-links-have-an-outline-a-dotted-line-only-when-clicked-can-i-remove-it/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2010/01/my-menu-and-links-have-an-outline-a-dotted-line-only-when-clicked-can-i-remove-it/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 20:30:12 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=226</guid>
		<description><![CDATA[Hi Janine,
I’ve found your Dreamweaver CS3 tutorial extremely helpful and easy to understand, I highly recommend them to everyone.
I have one question: My menu and links have an outline (a dotted line) only when clicked. . . not the kind that’s fixed by using Property Inspector. After checking the digital family Web site I noticed [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine,</p>
<p>I’ve found your Dreamweaver CS3 tutorial extremely helpful and easy to understand, I highly recommend them to everyone.</p>
<p>I have one question: My menu and links have an outline (a dotted line) only when clicked. . . not the kind that’s fixed by using Property Inspector. After checking the digital family Web site I noticed it also happens with all your links and buttons. Is there any way I can remove it? It’s not that noticeable on the digital family Web site, but my Web site has a black background and the outlines that appear are white. I would greatly appreciate any insight you could offer.</p>
<p>Thank you,</p>
<p>Sandra</p>
<p>Hi Sandra,</p>
<p>Thanks for the kind words about my videos.</p>
<p>If your menu and links have an outline only when clicked, you may be able to adjust the corresponding CSS style. You can edit most of the link styles by choosing Modify &#8211;Page Properties and then changing the styles for the links, but if you have an outline around a link, that you&#8217;d have to edit in the CSS Styles Panel.</p>
<p>First, choose Window CSS Styles (to open the panel).</p>
<p>In the CSS Styles panel, select the All tab at the top and then look for the link styles, which should be named as follows:</p>
<p style="padding-left: 30px;">a:link &#8211; controls how the link looks when the page first loads</p>
<p style="padding-left: 30px;">a:visited &#8211; controls how the link looks after someone has clicked on the link</p>
<p style="padding-left: 30px;">a:hover &#8211; controls how the link looks when someone rolls a cursor over it</p>
<p style="padding-left: 30px;">a:active &#8211; controls how the link looks when someone is actively clicking on the link</p>
<p>Double-click the name of any style in the CSS Styles panel to open it in the CSS Rule Definition dialog. There you can click on the Border category and add or remove a border by adjusting the settings.</p>
<p>I hope that helps you solve your problem and I truly appreciate that you recommend my videos.</p>
<p>All my 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/my-menu-and-links-have-an-outline-a-dotted-line-only-when-clicked-can-i-remove-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I center images and text all at once?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2009/05/how-can-i-center-images-and-text-all-at-once/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2009/05/how-can-i-center-images-and-text-all-at-once/#comments</comments>
		<pubDate>Sat, 23 May 2009 19:42:21 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver CS3]]></category>
		<category><![CDATA[Dreamweaver CS4]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=195</guid>
		<description><![CDATA[Hi Janine!
I just finished your Total Training DVD and I have really enjoyed it. I do have two questions.
I&#8217;m new to Dreamweaver and CSS, and after going through the training, I returned and worked a design for a web site I&#8217;m working on for a client. I&#8217;ve gone through it step by step as you [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Janine!</p>
<p>I just finished your Total Training DVD and I have really enjoyed it. I do have two questions.</p>
<p>I&#8217;m new to Dreamweaver and CSS, and after going through the training, I returned and worked a design for a web site I&#8217;m working on for a client. I&#8217;ve gone through it step by step as you described, and everything turned out great except for the alignment of the images. They all want to stay to the left of the page unless I set the left margin to around 100. Is that the only way to center images on the page? I&#8217;ve attached an example. I&#8217;d appreciate any suggestions you might have.</p>
<p>Also, can you recommend a good resource book for Dreamweaver?</p>
<p>Thanks for your help (both on the DVD and via this email),<br />
Mike</p>
<p>Hi, Mike,</p>
<p>Thanks for the kind words about my video.</p>
<p>Like most things in Web design, there are many ways to handle this, but if you want to center all of the images at once and all of the text as well, as you have them in the design you included, you can simply add an alignment setting to the style for the div that contains the content. To vary the alignment, use different divs for different sections of the page and adjust the alignment as desired in the corresponding style.</p>
<p>Here&#8217;s how to align the contents of a div: I assume you already have a style associated with the div if you&#8217;ve been following my most recent trainings. So, for example, you might have an ID style called #mainContent that already surrounds the content you want to center.</p>
<p>You want to edit that style by double-clicking on it in the CSS Styles panel to open the CSS Rule definition dialog.</p>
<p>In the CSS Rule dialog, click on the Block category on the left, and then choose Center from the drop-down menu next to Text-align.</p>
<p>Click Apply to view the results in the design window. Click OK to close the dialog and save the change.</p>
<p>As for a book, you&#8217;ll find my Dreamweaver books along with many free tutorials in the Dreamweaver section on my site at www.DigitalFamily.com.</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/05/how-can-i-center-images-and-text-all-at-once/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How can I avoid having Active X warnings?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2009/04/how-can-i-avoid-having-active-x-warnings/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2009/04/how-can-i-avoid-having-active-x-warnings/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 10:50:03 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=174</guid>
		<description><![CDATA[Are you able to point me in the right direction to have a menu bar that changes colour (or does something) without having an Active X warning come up every time-as I don&#8217;t think users will like this?
Thank you,
Jonathan W.
Hi, Jonathan,
The Active X warning appears in Internet Explorer anytime users check a site that uses [...]]]></description>
			<content:encoded><![CDATA[<p>Are you able to point me in the right direction to have a menu bar that changes colour (or does something) without having an Active X warning come up every time-as I don&#8217;t think users will like this?</p>
<p>Thank you,<br />
Jonathan W.</p>
<p>Hi, Jonathan,</p>
<p>The Active X warning appears in Internet Explorer anytime users check a site that uses a scripting language, such as JavaScript, on their local computer. That&#8217;s a security feature in IE designed to help warn users about potentially malicious programs. Once they have uploaded the page to the server and viewed it online, that message should disappear (unless they are using the most protective settings in IE).</p>
<p>In designing your site, you can, however, avoid this completely now and create rollover link effects by using CSS (instead of using rollover images with JavaScript). This approach has many benefits, including being more search-engine friendly and more accessible. You&#8217;ll find a free tutorial on how to create links like this on my site at:</p>
<p><a href="http://digitalfamily.com/dreamweaver/css-tutorials/css-navbar.html" target="_blank">http://digitalfamily.com/dreamweaver/css-tutorials/css-navbar.html</a></p>
<p>All my 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/2009/04/how-can-i-avoid-having-active-x-warnings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I learn more about CSS, SEO, and templates?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2009/03/how-can-i-learn-more-about-css-seo-and-templates/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2009/03/how-can-i-learn-more-about-css-seo-and-templates/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 00:10:03 +0000</pubDate>
		<dc:creator>janinewarner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[Templates]]></category>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=162</guid>
		<description><![CDATA[Dear Janine,
I picked up your training video for EW2 after playing through the introductory version that came bundled with EW2.
I&#8217;ve diligently worked my way through the first 6 chapters thus far and am totally blown away by the quality and depth you&#8217;ve covered. You&#8217; really done a fantastic and amazing job. I find myself &#8220;grieving&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Janine,</p>
<p>I picked up your training video for EW2 after playing through the introductory version that came bundled with EW2.</p>
<p>I&#8217;ve diligently worked my way through the first 6 chapters thus far and am totally blown away by the quality and depth you&#8217;ve covered. You&#8217; really done a fantastic and amazing job. I find myself &#8220;grieving&#8221; that the information is rapidly coming to an end.</p>
<p>My background: I was a software designer for some 25 years, including the final 11.5 of those at Microsoft (working in the Complex Scripts part of the International part of Office). I happily left about 4.5 years ago to pick up a camera full-time instead. My wife and I are both shooters, a two-person team, and having an awesome time. We&#8217;re both huge animal lovers as well, so using your wildlife templates for the learning has been great.</p>
<p>I picked up EW2, as we&#8217;re expanding to offer simple, limited-scope websites for small businesses. The need is clearly out there, especially in the current economy. From a design point of view, we&#8217;re talking about very static sites, 4 or 5 web pages, and no information capture from website viewers. We may expand that role at a future date, but not with our initial efforts.</p>
<p>One of the things I&#8217;ve been particularly impressed with &#8212; I&#8217;m no stranger to HTML, at least how it was typically used 5+ years ago (lots of tables ? ghaaaa!). At that time, CSS was becoming more popular but I had no exposure to it; most of my work was with enabling the Office apps to support complex languages such as Hebrew, Thai, Arabic, Mongolian, the Indic family, and so on for client-side apps (lots of C++, C#, etc.).</p>
<p>So the design tips you pass along are all received under the scrutinizing eye of an old dev, and you&#8217;ve truly done a great job. I was constantly amazed at how perfectly your video examples exactly matched what I was seeing in EW2. That just doesn&#8217;t happen with most training I&#8217;ve seen or worked with. I did have to be very careful in many places to just click on the right portions of a given lesson (e.g., tags vs. content, ensuring the right context menu was showing), but being careful made everything work exactly as you explained. How many times have we encountered tutorials that miss a step, and then everything just falls apart?</p>
<p>Again: fantastic and so very well done!</p>
<p>Questions for you:</p>
<p>1. What would you recommend to continue my CSS education? I&#8217;m assuming there&#8217;s lots more to be learned, but I have very little time as a business owner to try a lot more varieties of training &#8212; if there&#8217;s anything more even out there. I&#8217;m very much a hands-on learner, so I prefer video tutorials.</p>
<p>2. Similarly, is there any training or learning resource you&#8217;d recommend to get up to speed for SEO?</p>
<p>3. I may be needing to purchase templates to correspond to some of our future clients. Can you recommend any providers? In particular, we&#8217;ll likely need certain medical/dental &#8220;looks.&#8221;</p>
<p>4. I need to ensure that sites we create will look good on mobile devices (PDAs, phones, etc.). I&#8217;d greatly appreciate any design best practices you could recommend.</p>
<p>Again, thank you for creating such a great product, and I&#8217;m hoping you can guide me with the questions I have posed.</p>
<p>Best wishes,<br />
Jerry</p>
<p>Hi Jerry,</p>
<p>First, let me thank you for your kind, kind words about my videos.</p>
<p>Here are some of my favorite places to become more advanced with CSS:</p>
<p><a href="http://digitalfamily.com/dreamweaver/css-tutorials/css-resources.html">http://digitalfamily.com/dreamweaver/css-tutorials/css-resources.html</a></p>
<p>SEO is a huge topic. Although I work at it, it&#8217;s not my specialty, but one popular site on the topic is <a href="http://www.searchenginewatch.com/">www.SearchEngineWatch.com</a></p>
<p>You can also learn a lot just by exploring what Google says on its site.</p>
<p>As far as templates are concerned, there are many, many template sites out there and I don&#8217;t endorse any one over another. I generally create my own designs.</p>
<p>I&#8217;m also working on creating sites that will look good on mobile devices. I hope to add more resources to my site in the future about designing for mobile.</p>
<p>Hope that helps and I wish you all the best with your sites and your wonderful photography,</p>
<p>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/03/how-can-i-learn-more-about-css-seo-and-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I make layers expand in length with text while retaining my design?</title>
		<link>http://www.digitalfamily.com/dreamweaverblog/2008/12/how-can-i-make-layers-expand-in-length-with-text-while-retaining-my-design/</link>
		<comments>http://www.digitalfamily.com/dreamweaverblog/2008/12/how-can-i-make-layers-expand-in-length-with-text-while-retaining-my-design/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 23:12:08 +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>

		<guid isPermaLink="false">http://www.digitalfamily.com/dreamweaverblog/?p=97</guid>
		<description><![CDATA[Your Total Training for Dreamweaver has been a great help! Don&#8217;t ever stop teaching web designing!!
My question: I designed a page in Dreamweaver 8, using layers, which I will convert into a template for the rest of my website. I used three layers: a header, a middle section (with two inserted layers for nav bar [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Your Total Training for Dreamweaver has been a great help! Don&#8217;t ever stop teaching web designing!!</p>
<p class="MsoNormal">My question: I designed a page in Dreamweaver 8, using layers, which I will convert into a template for the rest of my website. I used three layers: a header, a middle section (with two inserted layers for nav bar and text content section), and a footer. How do I keep the layers together so when I add more text to a page, the nav bar and content section expand in length and still stay attached to the footer? Right now the text section expands, but not the footer and the nav bar.</p>
<p class="MsoNormal">Thank you,<br />
Shirley from Maine</p>
<p class="MsoNormal">Hi, Shirley,</p>
<p class="MsoNormal">Thank you for your kind words about my training. I haven’t stopped teaching Web design, but things have changed quite a bit since I created that Dreamweaver 8 video.</p>
<p class="MsoNormal">You ask a good question and you’ve clearly discovered some of the limits of designing sites with layers. Today most Web designers no longer use layers to create site designs because they lack the flexibility of other approaches to CSS. Indeed, in the latest versions of Dreamweaver, the Layer button was removed because of this trend.</p>
<p class="MsoNormal">My best advice is to upgrade at least to Dreamweaver CS3 (version CS4 just came out so version 8 is now two versions old – that’s a lot of dog years on the Web).</p>
<p class="MsoNormal">If you want to test the new version of the program, you can download it for a free 30-day trial by visiting <a href="http://www.adobe.com/dreamweaver">www.Adobe.com/dreamweaver</a>.</p>
<p class="MsoNormal">You’ll also find several free, written tutorials on using CSS with Dreamweaver CS3 and CS4 on my site at <a href="../../dreamweaver">www.DigitalFamily.com/dreamweaver</a>.</p>
<p class="MsoNormal">I hope that helps you to create the kind of design you want for your Web site and I wish you all the best,<br />
Janine</p>
<p class="MsoNormal">I&#8217;m even more impressed with you for answering my email! Thank you for the information. (No need to reply.)</p>
<p class="MsoNormal">Shirley</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">
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfamily.com/dreamweaverblog/2008/12/how-can-i-make-layers-expand-in-length-with-text-while-retaining-my-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
