<?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>Web Style Press, Best Practices from all the Web, Build Better Websites &#187; HTML</title>
	<atom:link href="http://www.webstylepress.com/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webstylepress.com</link>
	<description>Web VS Style</description>
	<lastBuildDate>Mon, 26 Dec 2011 10:35:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to Control Font Size in Percentage</title>
		<link>http://www.webstylepress.com/how-to-control-font-size-in-percentage/</link>
		<comments>http://www.webstylepress.com/how-to-control-font-size-in-percentage/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 21:17:45 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[fonts]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Control]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=526</guid>
		<description><![CDATA[To control fonts in percentage is the easiest method which we can choose while playing with the fluid layouts, or perhaps while working with widgets and web 2.0 elements. It is recommended while working with layouts that we define a standard font size for html and body. In the beginning there were loose style for [...]<p><a href="http://www.webstylepress.com/how-to-control-font-size-in-percentage/">How to Control Font Size in Percentage</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webstylepress.com/wp-content/uploads/2009/04/font-percentages.jpg" alt="font-percentages" title="font-percentages" width="200" height="283" class="alignright size-full wp-image-527" />To control fonts in percentage is the easiest method which we can choose while playing with the fluid layouts, or perhaps while working with widgets and web 2.0 elements. </p>
<p>It is recommended while working with layouts that we define a standard font size for html and body. In the beginning there were loose style for fonts. Nobody used to care about styling fonts. Then in the design era of computer age, designers developed and adopted techniques to control different design aspects of websites and usually most popular standard was to choose 11px to 12 px font for HTML. Many years this technique prevailed until web 2.0 arrived and some web architects decides that fonts must be clear and bold. So now designers and developers adopt a technique to display large font sizes. Font size, color, face are also a part of the design. Here is how we can control font by percentage as a unit for font size. </p>
<p><span id="more-526"></span></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div style=&quot;font-size: 100%;&quot;&gt;100 %&lt;/div&gt;
&lt;div style=&quot;font-size: 150%;&quot;&gt;150 %&lt;/div&gt;
&lt;div style=&quot;font-size: 300%;&quot;&gt;300 %&lt;/div&gt;
&lt;div style=&quot;font-size: 400%;&quot;&gt;400 %&lt;/div&gt;
&lt;div style=&quot;font-size: 500%;&quot;&gt;500 %&lt;/div&gt;
&lt;div style=&quot;font-size: 600%;&quot;&gt;600 %&lt;/div&gt;</pre></div></div>

<p>There are other font size units too e.g. pixels, points, inches, cm, mm etc. Percentage is one of these. Widely used as a standard is em unit for font size, which is considered to be the same for all browsers if browser compatibility is in mind.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div style=&quot;font-size: 12px;&quot;&gt;12 px&lt;/div&gt;
&lt;div style=&quot;font-size: 12pt;&quot;&gt;12 pt&lt;/div&gt;
&lt;div style=&quot;font-size: 0.5in;&quot;&gt;0.5 in&lt;/div&gt;
&lt;div style=&quot;font-size: 1cm;&quot;&gt;1 cm&lt;/div&gt;
&lt;div style=&quot;font-size: 12mm;&quot;&gt;12 mm&lt;/div&gt;
&lt;div style=&quot;font-size: 2pc;&quot;&gt;2 pc&lt;/div&gt;
&lt;div style=&quot;font-size: 2em;&quot;&gt;2 em&lt;/div&gt;
&lt;div style=&quot;font-size: 6ex;&quot;&gt;12 ex&lt;/div&gt;</pre></div></div>

<p><a href="http://www.webstylepress.com/how-to-control-font-size-in-percentage/">How to Control Font Size in Percentage</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/use-any-font-in-webpages-as-text/" title="Use Any Font in Webpages As Text">Use Any Font in Webpages As Text</a></li><li><a href="http://www.webstylepress.com/modern-font-styles-for-websites/" title="Modern Font Styles For Websites">Modern Font Styles For Websites</a></li><li><a href="http://www.webstylepress.com/sound-control-in-flash/" title="Sound Control In Flash &#8211; Tutorial and Downloads">Sound Control In Flash &#8211; Tutorial and Downloads</a></li><li><a href="http://www.webstylepress.com/transition-between-sections-of-a-flash-movie/" title="Transition Between Sections of a Flash Movie">Transition Between Sections of a Flash Movie</a></li><li><a href="http://www.webstylepress.com/load-external-swfs-with-smooth-transition/" title="Load External SWFs With Smooth Transition">Load External SWFs With Smooth Transition</a></li><li><a href="http://www.webstylepress.com/buttons-control-in-flash/" title="Buttons Control In Flash">Buttons Control In Flash</a></li><li><a href="http://www.webstylepress.com/fonts-for-web-using-nice-and-clean-fonts-in-web-page/" title="Fonts For Web &#8211; Using Nice and Clean Fonts in Web Page">Fonts For Web &#8211; Using Nice and Clean Fonts in Web Page</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/how-to-control-font-size-in-percentage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Standard and Non-Standard Links</title>
		<link>http://www.webstylepress.com/standard-and-non-standard-links/</link>
		<comments>http://www.webstylepress.com/standard-and-non-standard-links/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 20:22:11 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[Web Guidelines]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=522</guid>
		<description><![CDATA[Links are the Web&#8217;s number one interaction element. Violating common expectations for how links work is a sure way to confuse and delay users, and might prevent them from being able to use your site. Lets see what Markup Gurus say about links, and when links meet the standard or non-standard criteria. The usability guideline [...]<p><a href="http://www.webstylepress.com/standard-and-non-standard-links/">Standard and Non-Standard Links</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Links are the Web&#8217;s number one interaction element. Violating common expectations for how links work is a sure way to confuse and delay users, and might prevent them from being able to use your site. Lets see what Markup Gurus say about links, and when links meet the standard or non-standard criteria. The usability guideline for any type of navigational design is to help users understand three major points:</p>
<ul>
<li>Where they&#8217;ve been?</li>
<li>Where they are?</li>
<li>Where they can go (past, present, and future)?</li>
</ul>
<p>These three are interrelated: If we consider browsing a site, a journey; then knowing your past and present locations makes it easier to decide where to go next. </p>
<p><span id="more-522"></span></p>
<p><strong>Standard Guidelines for Links</strong></p>
<ul>
<li>Make obvious what&#8217;s clickable.<br />
For text links, use colored or underlined text.</li>
<li>Don&#8217;t underline non-link text.</li>
<li>Differentiate visited and unvisited links.</li>
<li>Explain what users will find at the other end of the link via &#8216;alt&#8217; and &#8216;title&#8217; tags to enhance scannability and search engine optimization (SEO).</li>
<li>Don&#8217;t use &#8220;click here&#8221; or other non-descriptive link text.</li>
<li>Avoid JavaScript or other fancy techniques (flash) that break standard interaction techniques for dealing with links.</li>
<li>Don&#8217;t open pages in new windows (except for different files i.e. PDF files).</li>
</ul>
<p><a href="http://www.webstylepress.com/standard-and-non-standard-links/">Standard and Non-Standard Links</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/redesign-brainstorming-keep-in-mind-before-you-redesign/" title="Redesign Brainstorming &#8211; Keep in Mind Before you Redesign">Redesign Brainstorming &#8211; Keep in Mind Before you Redesign</a></li><li><a href="http://www.webstylepress.com/website-standards-2/" title="Website Standards">Website Standards</a></li><li><a href="http://www.webstylepress.com/seo-resources/" title="SEO Tips, Search Engines and Directories Links to Submit Website &#8211; Website Promotion">SEO Tips, Search Engines and Directories Links to Submit Website &#8211; Website Promotion</a></li><li><a href="http://www.webstylepress.com/website-standards/" title="Website Standards and Check-Lists">Website Standards and Check-Lists</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/standard-and-non-standard-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Images Not Displaying in IE, Displaying in Firefox</title>
		<link>http://www.webstylepress.com/images-not-displaying-in-ie-displaying-in-firefox/</link>
		<comments>http://www.webstylepress.com/images-not-displaying-in-ie-displaying-in-firefox/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 19:46:24 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=518</guid>
		<description><![CDATA[Ever experienced a problem when regular image HTML code is displaying images in firefox but not displaying in internet explorer? If you are facing the same problem then consider taking care of following points: Do not name images as &#8216;banner&#8217;. This can cause problems with some antivirus software or browser add-on. validate the html document [...]<p><a href="http://www.webstylepress.com/images-not-displaying-in-ie-displaying-in-firefox/">Images Not Displaying in IE, Displaying in Firefox</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Ever experienced a problem when regular image HTML code is displaying images in firefox but not displaying in internet explorer? If you are facing the same problem then consider taking care of following points:</p>
<p><span id="more-518"></span></p>
<ul>
<li>Do not name images as &#8216;banner&#8217;. This can cause problems with some antivirus software or browser add-on.</li>
<li>validate the html document and css file. You can lose a lot of time trying to fix something when there are errors in your code.<br />
<a rel="nofollow" target="_blank" href="http://validator.w3.org/">W3C Validator &#8211; HTML</a><br />
<a rel="nofollow" target="_blank" href="http://jigsaw.w3.org/css-validator/">W3C Validator &#8211; CSS </a></li>
<li>Check for valid code &#8211; make sure all tags are closed.<br />
You may have neglected to close an element, or perhaps you meant to &#8220;self-close&#8221; an element, that is, ending it with &#8220;/>&#8221; instead of &#8220;>&#8221; in case of XHTML</li>
<li>Check that &#8216;show pictures&#8217; option is enabled in IE.<br />
Go to tools > Internet Options > Multimedia > Show Pictures</li>
</ul>
<p><a href="http://www.webstylepress.com/images-not-displaying-in-ie-displaying-in-firefox/">Images Not Displaying in IE, Displaying in Firefox</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/use-any-font-in-webpages-as-text/" title="Use Any Font in Webpages As Text">Use Any Font in Webpages As Text</a></li><li><a href="http://www.webstylepress.com/designing-elements-bullets-icons-download/" title="Designing Elements &#8211; Bullets and Icons Downloads">Designing Elements &#8211; Bullets and Icons Downloads</a></li><li><a href="http://www.webstylepress.com/correct-way-to-use-robotstxt-file/" title="Correct Way To Use Robots.txt File">Correct Way To Use Robots.txt File</a></li><li><a href="http://www.webstylepress.com/javascript-essentials-part-3/" title="Javascript Essentials Part 3">Javascript Essentials Part 3</a></li><li><a href="http://www.webstylepress.com/call-wordpress-record-voice/" title="Post Audio to Your Blog Using Any Phone &#8211; Call You WordPress Blog">Post Audio to Your Blog Using Any Phone &#8211; Call You WordPress Blog</a></li><li><a href="http://www.webstylepress.com/javascript-essentials-part-6/" title="Javascript Essentials Part 6">Javascript Essentials Part 6</a></li><li><a href="http://www.webstylepress.com/flash-and-php-form-submission-send-email-via-flash-and-php/" title="Flash and PHP &#8211; Form Submission &#8211; Send Email Via Flash and PHP">Flash and PHP &#8211; Form Submission &#8211; Send Email Via Flash and PHP</a></li><li><a href="http://www.webstylepress.com/jcarousel-lite-scroll/" title="jCarousel Lite Scroll &#8211; Fancy Scroll">jCarousel Lite Scroll &#8211; Fancy Scroll</a></li><li><a href="http://www.webstylepress.com/change-image-opacity-easily-using-css-js/" title="Change Image Opacity Easily Using CSS or JS">Change Image Opacity Easily Using CSS or JS</a></li><li><a href="http://www.webstylepress.com/remove-single-post-title-self-link-wordpress/" title="Remove Single Post Title Self Link in WordPress Themes">Remove Single Post Title Self Link in WordPress Themes</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/images-not-displaying-in-ie-displaying-in-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Code Hider Tool &#8211; Lock Webpage Code</title>
		<link>http://www.webstylepress.com/code-hider-tool-lock-webpage-code/</link>
		<comments>http://www.webstylepress.com/code-hider-tool-lock-webpage-code/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 08:52:45 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=455</guid>
		<description><![CDATA[This code is property of http://www.cgiscript.net and original updated code can be found from there. Purpose of this tool is to lock the HTML code. If you want to secure your HTML code or any part of web page then this tool is very useful for that. Download Code Locker Tool Code Hider Tool &#8211; [...]<p><a href="http://www.webstylepress.com/code-hider-tool-lock-webpage-code/">Code Hider Tool &#8211; Lock Webpage Code</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This code is property of <a rel="nofollow" target="_blank" href="http://www.cgiscript.net" target="_blank">http://www.cgiscript.net</a> and original updated code can be found from there.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/11/lock-code.gif" alt="" title="lock-code" width="300" height="134" class="alignnone size-full wp-image-456" /></p>
<p>Purpose of this tool is to lock the HTML code. If you want to secure your HTML code or any part of web page then this tool is very useful for that.</p>
<p><a href='http://www.webstylepress.com/wp-content/uploads/2008/11/lock-html-code.rar'>Download Code Locker Tool</a></p>
<p><a href="http://www.webstylepress.com/code-hider-tool-lock-webpage-code/">Code Hider Tool &#8211; Lock Webpage Code</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/email-riddler-secure-email-link/" title="Email Riddler &#8211; Secure Email Link">Email Riddler &#8211; Secure Email Link</a></li><li><a href="http://www.webstylepress.com/lorem-ipsum-ready/" title="Lorem ipsum Ready to Use">Lorem ipsum Ready to Use</a></li><li><a href="http://www.webstylepress.com/chatbox-for-websites-blogs-forums/" title="Chatbox For Websites and Blogs">Chatbox For Websites and Blogs</a></li><li><a href="http://www.webstylepress.com/add-media-player-with-playlist-to-any-website/" title="Add Media Player With Playlist to Any Website">Add Media Player With Playlist to Any Website</a></li><li><a href="http://www.webstylepress.com/protect-your-wordpress-blog-from-hotlinking/" title="Protect Your WordPress Blog From Hotlinking">Protect Your WordPress Blog From Hotlinking</a></li><li><a href="http://www.webstylepress.com/javascript-essentials-part-1/" title="Javascript Essentials Part 1">Javascript Essentials Part 1</a></li><li><a href="http://www.webstylepress.com/680-adobe-photoshop-shapes-download-free/" title="680 Adobe Photoshop Shapes &#8211; Download Free">680 Adobe Photoshop Shapes &#8211; Download Free</a></li><li><a href="http://www.webstylepress.com/designing-elements-bullets-icons-download/" title="Designing Elements &#8211; Bullets and Icons Downloads">Designing Elements &#8211; Bullets and Icons Downloads</a></li><li><a href="http://www.webstylepress.com/visually-inspect-edit-css-html/" title="Visually Inspect and Edit CSS and HTML To Perfection">Visually Inspect and Edit CSS and HTML To Perfection</a></li><li><a href="http://www.webstylepress.com/full-free-xml-sitemap-generator/" title="Online Full Free XML Sitemap Generator">Online Full Free XML Sitemap Generator</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/code-hider-tool-lock-webpage-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DIV Issues, Problems and Solutions</title>
		<link>http://www.webstylepress.com/div-issues-problems-and-solution/</link>
		<comments>http://www.webstylepress.com/div-issues-problems-and-solution/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 20:48:04 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[Web Tips]]></category>
		<category><![CDATA[cross browser]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=323</guid>
		<description><![CDATA[DIV based table less websites are common (essential, precisely speaking) now a days. Web 2.0 Web style is also about DIV based Validated websites. DIV is a little bit tricky to handle than simple tables. Here are few very essential known issues which I have been facing and their solutions. Blank Line Spaces Problem Sometimes [...]<p><a href="http://www.webstylepress.com/div-issues-problems-and-solution/">DIV Issues, Problems and Solutions</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>DIV based table less websites are common (essential, precisely speaking) now a days. Web 2.0 Web style is also about DIV based Validated websites. DIV is a little bit tricky to handle than simple tables. Here are few very essential known issues which I have been facing and their solutions.</p>
<p><span id="more-323"></span></p>
<h4>Blank Line Spaces Problem</h4>
<p>Sometimes we use blank DIV. Suppose we use a DIV of 1px height. But its empty. Its behavior in IE and Firefox will be different. To avoid that use [ &#038; n b s p ; ] or place blank gif image of 1px height in that.</p>
<h4>Top-Padding Issue</h4>
<p>Do not give top-padding to any element which is in div containing id as in example beneath:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div id=&quot;some-id&quot;&gt;
 &lt;div class=&quot;some-class&quot;&gt;
  text
 &lt;/div&gt;
&lt;/div&gt;</pre></div></div>

<p>In above case top padding will be applied at class named as <em>some-class</em> and not at id named <em>some-id</em>.</p>
<h4>Content Overlaps In spite of Not Using BR (line breaks)</h4>
<p>Well, consider header, content and footer. These are three parts of website and in some cases if they just overlaps then you are missing clear both property of CSS.</p>
<p>Use clear:both; in css for every different part of website, for line break.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">~~ Header ~~
&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;
~~ Body ~~
&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;
~~ Footer ~~</pre></div></div>

<h4>Vertical Alignment of Content In DIV</h4>
<p>Things will be always top aligned in case of DIV.<br />
So when placing images in the center of box then you will have to use top padding for that image via CSS.</p>
<h4>UL LI List Padding Margin Problem In DIV</h4>
<p>UL, LI have default spacings (padding and margin). Whether you define these 0 in CSS or whatever, the spacing between li will be different in IE and Firefox which is not ok when you are placing two lists besides each other and you require same height for both Lists.</p>
<p>Use line-height for li distances and not padding or margin and define max-height property in CSS for UL tag.</p>
<h4>Naming Classes</h4>
<p>Start class or id names with text and not with numbers.</p>
<p>i.e.<br />
class=&#8221;<strong>nav</strong>&#8221; is ok<br />
class=&#8221;<strong>2-nav</strong>&#8221; is not ok</p>
<h4>Blocked Elements and Inline Elements</h4>
<p>Tags with default line breaks are blocked elements while tags with no default line break are inline elements. You can write inline elements in the same line but not blocked elements.<br />
i.e.<br />
DIV, p are blocked elements.<br />
strong, a, span are inline elements.</p>
<h4>Difference Between ID and Class</h4>
<p>Id is unique throughout the website. Id can not be used more than once in a web page. While you can use the same class for many tags in html.<br />
id is unique and is not repeated throughout site but class can be applied at multiple tags.</p>
<h4>Div With Blank Bottom Padding</h4>
<p>Sometimes even when we define div height and there are no breaks after that but it takes some space or bottom padding and pushes next content a little more down.</p>
<p>Use overflow hidden property at that div via CSS, containing image, data or whatever which is causing bottom blank space (this problem occurs usually in i.e.6).</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span><span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span></pre></div></div>

<h4>Float and Align</h4>
<p>mozilla firefox looks for float for alignment and not the text-align. Floating for DIV is shifting Whole DIV to right or left while aligning left or right for DIV is left or right alignment of data or content containing that DIV.</p>
<p><a href="http://www.webstylepress.com/div-issues-problems-and-solution/">DIV Issues, Problems and Solutions</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/redesign-brainstorming-keep-in-mind-before-you-redesign/" title="Redesign Brainstorming &#8211; Keep in Mind Before you Redesign">Redesign Brainstorming &#8211; Keep in Mind Before you Redesign</a></li><li><a href="http://www.webstylepress.com/protect-your-wordpress-blog-from-hotlinking/" title="Protect Your WordPress Blog From Hotlinking">Protect Your WordPress Blog From Hotlinking</a></li><li><a href="http://www.webstylepress.com/fav-icon-tutorial/" title="Fav Icon Tutorial">Fav Icon Tutorial</a></li><li><a href="http://www.webstylepress.com/robots-txt-file/" title="Robots File &#8211; Usage and Best Practices">Robots File &#8211; Usage and Best Practices</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/div-issues-problems-and-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modern Font Styles For Websites</title>
		<link>http://www.webstylepress.com/modern-font-styles-for-websites/</link>
		<comments>http://www.webstylepress.com/modern-font-styles-for-websites/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 17:45:27 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Guidelines]]></category>
		<category><![CDATA[Web Tips]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=304</guid>
		<description><![CDATA[I have described about using nice and clean fonts in web page. Now lets see some more details about using fonts in web pages. As we know Verdana, Arial and Tahoma are being used from the beginning. In Web 2.0 Style, and many open source softwares such as WordPress, now-a-days some other fonts are being [...]<p><a href="http://www.webstylepress.com/modern-font-styles-for-websites/">Modern Font Styles For Websites</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I have described <a href="http://www.webstylepress.com/fonts-for-web-using-nice-and-clean-fonts-in-web-page/">about using nice and clean fonts in web page</a>. Now lets see some more details about using fonts in web pages.</p>
<p>As we know <strong>Verdana</strong>, <strong>Arial</strong> and <strong>Tahoma</strong> are being used from the beginning. In Web 2.0 Style, and many open source softwares such as WordPress, now-a-days some other fonts are being used which are neat and clean and stylish too. Best part is, to use these, no installation of fonts is needed. In Windows XP these are present by default. I have selected some examples of look and feel of some chosen fonts over here.</p>
<p><span id="more-304"></span></p>
<h5>Font Styles Comparison</h5>
<p style="font-family:arial;"><strong>Arial</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<p style="font-family:Verdana;"><strong>Verdana</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<p style="font-family:Tahoma;"><strong>Tahoma</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<p style="font-family:Trebuchet MS;"><strong>Trebuchet MS</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<p style="font-family:Georgia;"><strong>Georgia</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<p style="font-family:Lucida Grande;"><strong>Lucida Grande</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<p style="font-family:Lucida Sans Unicode;"><strong>Lucida Sans Unicode</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<p style="font-family:sans-serif;"><strong>sans-serif</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<h5>Font Families</h5>
<p>It happens so that we can define a family of fonts while creating web page. If one font is not available in user&#8217;s machine; then next font style will be displayed. i.e</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">&lt;style type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span><span style="color: #00AA00;">&gt;</span>
<span style="color: #6666ff;">.myfont</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> Geneva<span style="color: #00AA00;">,</span> Arial<span style="color: #00AA00;">,</span> Helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
&lt;/style<span style="color: #00AA00;">&gt;</span></pre></div></div>

<p>Suppose Geneva is not present in user&#8217;s machine, then system will pick next font Arial for style. So it is recommended to use font-families.</p>
<p>The font-family property is a prioritized list of font family names and/or generic family names for an element. The browser will use the first value it recognizes.</p>
<p>There are two types of font-family values:<br />
<strong>* family-name:</strong> The name of a font-family, like &#8220;times&#8221;, &#8220;courier&#8221;, &#8220;arial&#8221;, etc.<br />
<strong>* generic-family:</strong> The name of a generic-family, like &#8220;serif&#8221;, &#8220;sans-serif&#8221;, &#8220;cursive&#8221;, &#8220;fantasy&#8221;, &#8220;monospace&#8221;.</p>
<p>Separate each value with a comma, and always offer a generic-family name as the last alternative.</p>
<p>If a family-name contains white-space, it should be quoted. Single quotes must be used when using the &#8220;style&#8221; attribute in HTML.</p>
<p>Here is the list of font families commonly available on all systems.</p>
<p>Arial, Helvetica, sans-serif<br />
&#8216;Times New Roman&#8217;, Times, serif<br />
&#8216;Courier New&#8217;, Courier, monospace<br />
Georgia, &#8216;Times New Roman&#8217;, Times, serif<br />
Verdana, Arial, Helvetica, sans-serif<br />
Geneva, Arial, Helvetica, sans-serif</p>
<p><a href="http://www.webstylepress.com/modern-font-styles-for-websites/">Modern Font Styles For Websites</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/use-any-font-in-webpages-as-text/" title="Use Any Font in Webpages As Text">Use Any Font in Webpages As Text</a></li><li><a href="http://www.webstylepress.com/wrapping-text/" title="Wrapping Text &#8211; Breaking Text with No Spaces into New Line">Wrapping Text &#8211; Breaking Text with No Spaces into New Line</a></li><li><a href="http://www.webstylepress.com/w3c-validation-tips/" title="W3C Validation Tips and Best Practices">W3C Validation Tips and Best Practices</a></li><li><a href="http://www.webstylepress.com/lorem-ipsum-ready/" title="Lorem ipsum Ready to Use">Lorem ipsum Ready to Use</a></li><li><a href="http://www.webstylepress.com/how-to-control-font-size-in-percentage/" title="How to Control Font Size in Percentage">How to Control Font Size in Percentage</a></li><li><a href="http://www.webstylepress.com/change-image-opacity-easily-using-css-js/" title="Change Image Opacity Easily Using CSS or JS">Change Image Opacity Easily Using CSS or JS</a></li><li><a href="http://www.webstylepress.com/css-maximum-benefits/" title="How to Gain Maximum from CSS">How to Gain Maximum from CSS</a></li><li><a href="http://www.webstylepress.com/rounded-div-without-images/" title="Create Rounded Flexible Div Without Images">Create Rounded Flexible Div Without Images</a></li><li><a href="http://www.webstylepress.com/astyle-visual-css-editor/" title="Astyle Visual CSS Editor">Astyle Visual CSS Editor</a></li><li><a href="http://www.webstylepress.com/superscript-and-subscript/" title="What is Superscript and Subscript in HTML">What is Superscript and Subscript in HTML</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/modern-font-styles-for-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embed SWF Files Via Javascript &#8211; Active Content Script</title>
		<link>http://www.webstylepress.com/embed-swf-files-javascript-run-active-content/</link>
		<comments>http://www.webstylepress.com/embed-swf-files-javascript-run-active-content/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 17:54:25 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Guidelines]]></category>
		<category><![CDATA[Web Tips]]></category>
		<category><![CDATA[active content]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash tips]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=156</guid>
		<description><![CDATA[Previously We used to embed flash files in web pages via simple embed method which pops up flash settings alert or Flash Settings Manager. Following way is to embed Flash movie (swf file) in web page using Javascript which will play for all browsers and will not alert you for flash settings. Old Way Of [...]<p><a href="http://www.webstylepress.com/embed-swf-files-javascript-run-active-content/">Embed SWF Files Via Javascript &#8211; Active Content Script</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Previously We used to embed flash files in web pages via simple embed method which pops up flash settings alert or <a rel="nofollow" target="_blank" href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager.html">Flash Settings Manager</a>. Following way is to embed Flash movie (swf file) in web page using Javascript which will play for all browsers and will not alert you for flash settings.</p>
<p><span id="more-156"></span></p>
<h5>Old Way Of Embeding SWF In Web Pages</h5>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; width=&quot;200&quot; height=&quot;100&quot;&gt;
&lt;param name=&quot;movie&quot; value=&quot;mymovie.swf&quot;&gt;
&lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;
&lt;param name=&quot;menu&quot; value=&quot;false&quot;&gt;
&lt;embed src=&quot;mymovie.swf&quot; width=&quot;200&quot; height=&quot;100&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; menu=&quot;false&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;</pre></div></div>

<p>We had to go to <a rel="nofollow" target="_blank" href="http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager02.html" target="_blank">Flash Global Settings Manager</a> to set settings to stop that pop up window.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/flash-settings-panel.gif" alt="" title="flash-settings-panel" width="397" height="272" class="alignnone size-full wp-image-158" /></p>
<p><strong>New Adobe Dreamweaver CS3</strong> provides a way to embed flash files in web pages via javascript by using <strong>AC_RunActiveContent.js</strong> file.</p>
<p>Suppose I have swf movie named as <strong>mymovie.swf</strong>. I will embed it in web page by using following method. You will need <strong>AC_RunActiveContent.js</strong> file which Adobe Dreamweaver provides while you embed swf in web pages.</p>
<h5>For Head Section Of Page</h5>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script src<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;AC_RunActiveContent.js&quot;</span> type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></div></div>

<h5>Embeding SWF Via Javascript</h5>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;script type=&quot;text/javascript&quot;&gt;
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','200','height','100','src','mymovie','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','mymovie' ); //end AC code
&lt;/script&gt;&lt;noscript&gt;&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0&quot; width=&quot;200&quot; height=&quot;100&quot;&gt;
  &lt;param name=&quot;movie&quot; value=&quot;mymovie.swf&quot;&gt;
  &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;
  &lt;embed src=&quot;mymovie.swf&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;200&quot; height=&quot;100&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;&lt;/noscript&gt;</pre></div></div>

<p>* For above example, you will have to change the movie name at four places. Two times it appears as <strong>mymovie.swf</strong> and two times as <strong>mymovie</strong> in code above and movie&#8217;s height and width three times too.</p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/embed-flash-via-new-script.rar'>Download Full Script</a></span></p>
<p><a href="http://www.webstylepress.com/embed-swf-files-javascript-run-active-content/">Embed SWF Files Via Javascript &#8211; Active Content Script</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/browser-control-from-flash/" title="Browser Control From Flash">Browser Control From Flash</a></li><li><a href="http://www.webstylepress.com/random-bubble-animation-in-flash/" title="Create Random Bubble Animation In Flash">Create Random Bubble Animation In Flash</a></li><li><a href="http://www.webstylepress.com/flash-random-text-animation/" title="Create Flash Random 3D Text Animation">Create Flash Random 3D Text Animation</a></li><li><a href="http://www.webstylepress.com/flash-resources-and-tutorials/" title="Flash Resources and Tutorials">Flash Resources and Tutorials</a></li><li><a href="http://www.webstylepress.com/scrollbars-in-flash-flash-content-scroll/" title="Scrollbars In flash &#8211; Flash Content Scroll">Scrollbars In flash &#8211; Flash Content Scroll</a></li><li><a href="http://www.webstylepress.com/flash-mouse-effects/" title="Flash Mouse Effects">Flash Mouse Effects</a></li><li><a href="http://www.webstylepress.com/google-search-from-flash/" title="Google Search From Flash Using ActionScript">Google Search From Flash Using ActionScript</a></li><li><a href="http://www.webstylepress.com/flash-hit-counter/" title="Flash Hit Counter Using ActionScript and PHP">Flash Hit Counter Using ActionScript and PHP</a></li><li><a href="http://www.webstylepress.com/swap-depth-in-flash/" title="Swap Depth In Flash">Swap Depth In Flash</a></li><li><a href="http://www.webstylepress.com/flash-slide-shows/" title="Create Flash Slide Shows Using ActionScript &#8211; Example Downloads">Create Flash Slide Shows Using ActionScript &#8211; Example Downloads</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/embed-swf-files-javascript-run-active-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Quick Reference &#8211; Complete Guide</title>
		<link>http://www.webstylepress.com/html-quick-reference/</link>
		<comments>http://www.webstylepress.com/html-quick-reference/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 18:04:15 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Guidelines]]></category>
		<category><![CDATA[appendix]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=67</guid>
		<description><![CDATA[Here is resource of Complete HTML tags, reference, Appendix, complete list of tags and more. Appendix Contents Basic Document Tags Style/Formatting Tags Block Elements Form Elements Hypertext Link Elements Image and Sound Tags List Elements Table Elements Character Entities Latin 1 Character Set (Named Character Entities) Numbered Character Entities Visit Appendix A Appendix B (HTML [...]<p><a href="http://www.webstylepress.com/html-quick-reference/">HTML Quick Reference &#8211; Complete Guide</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Here is resource of Complete HTML tags, reference, Appendix, complete list of tags and more.</p>
<p><span id="more-51"></span></p>
<p><strong>Appendix Contents</strong></p>
<p>Basic Document Tags<br />
Style/Formatting Tags<br />
Block Elements<br />
Form Elements<br />
Hypertext Link Elements<br />
Image and Sound Tags<br />
List Elements<br />
Table Elements<br />
Character Entities<br />
Latin 1 Character Set (Named Character Entities)<br />
Numbered Character Entities</p>
<p><a rel="nofollow" target="_blank" href="http://www.techmynd.com/blogFiles/HTML_Quick_Reference.htm">Visit Appendix A</a></p>
<p><strong>Appendix B (HTML Quick Reference)</strong></p>
<p>Contents:</p>
<p>HTML Tags<br />
Structure Tags<br />
Headings and Title<br />
Paragraphs and Regions<br />
Links<br />
Lists<br />
Character Formatting<br />
Other Elements<br />
Images, Sounds, and Embedded Media<br />
Forms<br />
Tables<br />
Frames<br />
Character Entities</p>
<p><a rel="nofollow" target="_blank" href="http://www.techmynd.com/blogFiles/html_tags.htm">Visit Appendix B</a></p>
<p><a href="http://www.webstylepress.com/html-quick-reference/">HTML Quick Reference &#8211; Complete Guide</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/javascript-essentials-part-2/" title="Javascript Essentials Part 2">Javascript Essentials Part 2</a></li><li><a href="http://www.webstylepress.com/jquery-cheats-sheet/" title="jQuery Cheats Sheet">jQuery Cheats Sheet</a></li><li><a href="http://www.webstylepress.com/list-style-types/" title="List Style Types Examples and Best Practices">List Style Types Examples and Best Practices</a></li><li><a href="http://www.webstylepress.com/seo-resources/" title="SEO Tips, Search Engines and Directories Links to Submit Website &#8211; Website Promotion">SEO Tips, Search Engines and Directories Links to Submit Website &#8211; Website Promotion</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/html-quick-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Riddler &#8211; Secure Email Link</title>
		<link>http://www.webstylepress.com/email-riddler-secure-email-link/</link>
		<comments>http://www.webstylepress.com/email-riddler-secure-email-link/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 17:47:46 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Tips]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email link]]></category>
		<category><![CDATA[secure]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=65</guid>
		<description><![CDATA[Email Riddler is an online tool that encrypts and transform your email address into a series of numbers when displaying it, making it virtually impossible for spam harvesters to crawl and add your email to their list. Generate Secure Email Link Email Riddler &#8211; Secure Email Link is a post from: Web Style Press, Best [...]<p><a href="http://www.webstylepress.com/email-riddler-secure-email-link/">Email Riddler &#8211; Secure Email Link</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Email Riddler is an online tool that encrypts and transform your email address into a series of numbers when displaying it, making it virtually impossible for spam harvesters to crawl and add your email to their list.</p>
<p><span id="more-49"></span></p>
<p><a rel="nofollow" target="_blank" href="http://dynamicdrive.com/emailriddler/">Generate Secure Email Link</a></p>
<p><a href="http://www.webstylepress.com/email-riddler-secure-email-link/">Email Riddler &#8211; Secure Email Link</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/code-hider-tool-lock-webpage-code/" title="Code Hider Tool &#8211; Lock Webpage Code">Code Hider Tool &#8211; Lock Webpage Code</a></li><li><a href="http://www.webstylepress.com/mail-to-friend-gmail-compose-email-link-safe-recommend/" title="Mail To Friend &#8211; Gmail Compose Email link &#8211; Safe Recommend">Mail To Friend &#8211; Gmail Compose Email link &#8211; Safe Recommend</a></li><li><a href="http://www.webstylepress.com/flash-and-php-form-submission-send-email-via-flash-and-php/" title="Flash and PHP &#8211; Form Submission &#8211; Send Email Via Flash and PHP">Flash and PHP &#8211; Form Submission &#8211; Send Email Via Flash and PHP</a></li><li><a href="http://www.webstylepress.com/email-link-customization/" title="Email Link Customization">Email Link Customization</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/email-riddler-secure-email-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Link Customization</title>
		<link>http://www.webstylepress.com/email-link-customization/</link>
		<comments>http://www.webstylepress.com/email-link-customization/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 17:39:03 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Tips]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=61</guid>
		<description><![CDATA[Following is a standard way of adding an email link to a web page. &#60;a href=&#34;mailto:name@gmail.com&#34;&#62;Mail Me&#60;/a&#62; Lets customize its details. Email Link Customization This is how we customize it in detail. &#60;a href=&#34;mailto:name@gmail.com ?Subject=feedback &#38;Cc=someone@somewhere.com &#38;Bcc=jadi@msn.com &#38;amp;Body=Please contact me about some web services&#34;&#62; Mail Me&#60;/a&#62; Email Link Customization is a post from: Web Style [...]<p><a href="http://www.webstylepress.com/email-link-customization/">Email Link Customization</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/09/simple-link.gif" alt="simple email link" title="simple-link" width="399" height="420" class="size-full wp-image-62" /></p>
<p>Following is a standard way of adding an email link to a web page.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;mailto:name@gmail.com&quot;&gt;Mail Me&lt;/a&gt;</pre></div></div>

<p>Lets customize its details.</p>
<p><span id="more-47"></span></p>
<p><strong>Email Link Customization</strong></p>
<p>This is how we customize it in detail.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;mailto:name@gmail.com
?Subject=feedback
&amp;Cc=someone@somewhere.com
&amp;Bcc=jadi@msn.com
&amp;amp;Body=Please contact me about some web services&quot;&gt;
Mail Me&lt;/a&gt;</pre></div></div>

<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/09/customized-link.gif" alt="Email customization" title="customized-link" width="400" height="419" class="size-full wp-image-63" /></p>
<p><a href="http://www.webstylepress.com/email-link-customization/">Email Link Customization</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/flash-and-php-form-submission-send-email-via-flash-and-php/" title="Flash and PHP &#8211; Form Submission &#8211; Send Email Via Flash and PHP">Flash and PHP &#8211; Form Submission &#8211; Send Email Via Flash and PHP</a></li><li><a href="http://www.webstylepress.com/mail-to-friend-gmail-compose-email-link-safe-recommend/" title="Mail To Friend &#8211; Gmail Compose Email link &#8211; Safe Recommend">Mail To Friend &#8211; Gmail Compose Email link &#8211; Safe Recommend</a></li><li><a href="http://www.webstylepress.com/email-riddler-secure-email-link/" title="Email Riddler &#8211; Secure Email Link">Email Riddler &#8211; Secure Email Link</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/email-link-customization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 2.511 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-01-31 02:41:12 -->
<!-- Compression = gzip -->
