<?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>dwcourse.com &#187; fonts</title>
	<atom:link href="http://www.dwcourse.com/dreamweaver/tag/fonts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dwcourse.com</link>
	<description>Adobe Dreamweaver Tips, Tricks and Tutorials</description>
	<lastBuildDate>Fri, 23 Jul 2010 09:26:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using the font tag in Dreamweaver CS4</title>
		<link>http://www.dwcourse.com/dreamweaver/font-tag-dreamweaver-cs4.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/font-tag-dreamweaver-cs4.php#comments</comments>
		<pubDate>Mon, 03 Aug 2009 23:26:48 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Dreamweaver Tips]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=390</guid>
		<description><![CDATA[A lot of folks are whining and moaning because Dreamweaver CS4 now enforces the use of CSS styles rather than HTML attributes for formatting. One of the things this means is no more font tag (and its related attributes). That&#8217;s a good thing in my book. No more code like this: &#60;p&#62;&#60;font color=&#8221;#003399&#8243; size=&#8221;5&#8243; face=&#8221;Tahoma, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A lot of folks are whining and moaning because Dreamweaver CS4 now enforces the use of CSS styles rather than HTML attributes for formatting. One of the things this means is no more font tag (and its related attributes).</p>
<p>That&#8217;s a good thing in my book. No more code like this:</p>
<p>&lt;p&gt;&lt;font color=&#8221;#003399&#8243; size=&#8221;5&#8243; face=&#8221;Tahoma, Geneva, sans-serif&#8221;&gt;paragraph 1…&lt;/font&gt;&lt;/p&gt;</p>
<p>&lt;p&gt;&lt;font color=&#8221;#003399&#8243; size=&#8221;5&#8243; face=&#8221;Tahoma, Geneva, sans-serif&#8221;&gt;paragraph 2…&lt;/font&gt;&lt;/p&gt;</p>
<p>&lt;p&gt;&lt;font color=&#8221;#003399&#8243; size=&#8221;5&#8243; face=&#8221;Tahoma, Geneva, sans-serif&#8221;&gt;paragraph 3…&lt;/font&gt;&lt;/p&gt;</p>
<p>Well you get the idea!</p>
<p>But CS4 has a dirty little secret and , against my better judgement, I&#8217;m going to reveal it:</p>
<p><strong> IT&#8217;S STILL POSSIBLE TO USE THE DREADED FONT TAG!<span id="more-390"></span></strong></p>
<p>The secret is CS4&#8242;s Wrap Tag… and Edit Tag… commands, both of which are accessed from a pop-up menu that appears when you right+click on a selection in the Design window. Here&#8217;s how it works:</p>
<ol>
<li>In the Design window select some text.</li>
<li>Right+click on your selection and select Wrap Tag… from the pop-up menu.</li>
<li>In the Tag Editor dialog type in &lt;font&gt; (or choose it from the tag list) and press the Enter key twice (once to &#8220;set&#8221; th tag and once to dismiss the dialog). The text will remain  selected.</li>
<li> Right+click once again on your selection and select Edit Tag &lt;font&gt;… from the pop-up menu</li>
<li>In the Tag Editor &#8211; font dialog, make your selections for Face, Size and Color and click OK.</li>
</ol>
<p>If you look at your code you&#8217;ll see something like this (shudder):</p>
<p>&lt;font color=&#8221;#FF0000&#8243; size=&#8221;+2&#8243; face=&#8221;Tahoma, Geneva, sans-serif&#8221;&gt;content&lt;/font&gt;</p>
<p>That&#8217;s all there is to it.</p>
<p>To edit an existing font (or some other HTML) tag:</p>
<ol>
<li>Select the entire tag by clicking within the tag in the Design window AND then selecting the tag from the tag listing in the status bar at the bottom of the Document window..</li>
<li>Right+click on your selection and select Edit Tag &lt;selected tag&gt;… from the pop-up menu.</li>
<li>Edit the tag attributes in the Tag Editor dialog and click OK.</li>
</ol>
<p>Just don&#8217;t tell anyone I told you how to do it.</p>
<p><em>As always, feel free to comment here or <a href="mailto:%20jcook@DWcourse.com">email me</a> with your questions, comments and suggestions. And please follow me on Twitter (<a href="http://twitter.com/dwcourse">DWcourse</a>) for additional Dreamweaver news and tips.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/font-tag-dreamweaver-cs4.php/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>FireFox and the Webdings font</title>
		<link>http://www.dwcourse.com/dreamweaver/firefox-webdings.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/firefox-webdings.php#comments</comments>
		<pubDate>Mon, 13 Jul 2009 14:50:53 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Tip of the Day]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[Webdings]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=339</guid>
		<description><![CDATA[I recently receved this question from John via email: You stated that Webdings were part of the Microsoft Core set of fonts that are pretty safe to use for web design….Pat had been saying for awhile that her hearts were not working on her website … and I would go and check and they were [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I recently receved this question from John via email:</p>
<blockquote><p>You stated that Webdings were part of the Microsoft Core set of fonts that are pretty safe to use for web design….Pat had been saying for awhile that her hearts were not working on her website … and I would go and check and they were fine. When you mentioned the other day about viewing sites in different browsers,  I opened in FireFox and there was the problem. It turns her webding hearts into Y’s…</p>
<p>I am going to have to remove them … would you agree?</p></blockquote>
<p>John, thanks for pointing this issue out. Since I don&#8217;t normally use Webdings, I hadn&#8217;t been aware of it.</p>
<p>Beginning with version 3, FireFox has made changes to the way it displays font characters that essentially break the Webdings font. There are valid reasons for doing this (there&#8217;s a <a href="You stated that Webdings were part of the Microsoft Core set of fonts that are pretty safe to use for web design….Pat had been saying for awhile that her hearts were not working on her website over and over and I would go and check and they were fine….When you mentioned the other day about viewing sites in different browsers,  I opened in Mozilla and there was the problem. It turns her webding hearts into Y’s…   I am going to have to remove them or make them a unique piece of art similar to the headlines for her site, would you agree?" target="_blank">discussion here…</a>) but so far, those reasons haven&#8217;t convinced any of the other major browser makers (where Webdings continues to work).</p>
<p>The bottom line is this. Webdings is a dozen years old and encoded in a way that doesn&#8217;t play well with emerging web standards. Given that fact it&#8217;s unlikely that FireFox will change its ways and return to supporting WebDings. It&#8217;s also likely that other browsers will also eventually &#8220;break&#8221; Webdings. So, if you&#8217;ve been using the font in your web pages, it&#8217;s probably time to come up with another solution.</p>
<p>Since Webdings is essentially a graphic font the simplest solution is &#8211; as John suggests &#8211; to instances where you&#8217;ve used the font with images (and don&#8217;t forget to include a descriptive alt tag).</p>
<p>It&#8217;s just another case of evolving web technologies and standards rendering our &#8220;old&#8221; ways of doing things obsolete (think replacing HTML attributes with CSS styles and tables with divs) and it won&#8217;t be the last!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/firefox-webdings.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
