<?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>Emz Design &#187; Design</title>
	<atom:link href="http://www.emzdesign.co.uk/category/web-design/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emzdesign.co.uk</link>
	<description>The ramblings of a web girl</description>
	<lastBuildDate>Mon, 08 Feb 2010 10:50:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dropdown Problem with Firefox</title>
		<link>http://www.emzdesign.co.uk/2008/08/29/dropdown-problem-with-firefox/</link>
		<comments>http://www.emzdesign.co.uk/2008/08/29/dropdown-problem-with-firefox/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 14:05:59 +0000</pubDate>
		<dc:creator>Emma Selley</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.emzdesign.co.uk/?p=62</guid>
		<description><![CDATA[<strong>The Problem</strong>

Yesterday I came accross a slight problem when adding a Dropdown Menu to a site. 

I had 3 divs - one to the left, one to the middle, and one to the right. 

The left and middle div both had <code>float:left</code> in their style, while the right div had <code>float: right</code> to its style.

I tested the site and all looked great... until I added a Dropdown Menu to the middle div and Firefox starts playing up.

Basically, what Firefox did was keep the right div floating to the right, but underneath the middle div. This wasn't what I wanted at all, and after about half an hour of fiddling with the code I managed to fix it.]]></description>
			<content:encoded><![CDATA[<p><strong>The Problem</strong></p>
<p>Yesterday I came accross a slight problem when adding a Dropdown Menu to a site. </p>
<p>I had 3 divs &#8211; one to the left, one to the middle, and one to the right. </p>
<p>The left and middle div both had <code>float:left</code> in their style, while the right div had <code>float: right</code> to its style.</p>
<p>I tested the site and all looked great&#8230; until I added a Dropdown Menu to the middle div and Firefox starts playing up.</p>
<p>Basically, what Firefox did was keep the right div floating to the right, but underneath the middle div. This wasn&#8217;t what I wanted at all, and after about half an hour of fiddling with the code I managed to fix it.</p>
<p><strong>The Solution</strong></p>
<p>All I did was cut the right div out of the code and placed it before the middle div. It still had the same style attributes, all that was needed was a quick swap. And hey presto! It worked!</p>
<p><strong>The CSS</strong><br />
<code><br />
#left {float: left;}<br />
#middle {float: left;}<br />
#right {float: right;}</code></p>
<p><strong>The HTML</strong></p>
<p>Change this: </p>
<p><code>&lt;div id="left"&gt;Left Content&lt;/div&gt;<br />
&lt;div id="middle"&gt;Middle Content&lt;/div&gt;<br />
&lt;div id="right"&gt;Right Content&lt;/div&gt;</code></p>
<p>To this:</p>
<p><code>&lt;div id="left"&gt;Left Content&lt;/div&gt;<br />
&lt;div id="right"&gt;Right Content&lt;/div&gt;<br />
&lt;div id="middle"&gt;Middle Content&lt;/div&gt;</code></p>
 <div class='series_toc' style="font-size: 13px; margin-bottom: 25px;"><h2><a href="#" rel="bookmark">Related Posts</a></h2>

<a href='http://www.emzdesign.co.uk/2008/04/11/how-to-generate-cutomers-from-website/' title='Generating Customers via Your Website'>Generating Customers via Your Website</a> <br /> <a href='http://www.emzdesign.co.uk/2008/04/07/php-contact-form/' title='Create a Simple PHP Contact Form'>Create a Simple PHP Contact Form</a> <br /> <a href='http://www.emzdesign.co.uk/2008/04/08/center-website-css/' title='Centering Your Website Using CSS'>Centering Your Website Using CSS</a> <br /> <a href='http://www.emzdesign.co.uk/2008/06/09/link-building-correctly/' title='How you should be Link Building'>How you should be Link Building</a> <br /> <a href='http://www.emzdesign.co.uk/2008/08/29/dropdown-problem-with-firefox/' title='Dropdown Problem with Firefox'>Dropdown Problem with Firefox</a> <br /><a href='http://www.emzdesign.co.uk/2008/09/04/upgrading-wordpress/' title='Upgrading Wordpress Plugin'>Upgrading Wordpress Plugin</a> <br /> </div> ]]></content:encoded>
			<wfw:commentRss>http://www.emzdesign.co.uk/2008/08/29/dropdown-problem-with-firefox/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Emz Design Is Back</title>
		<link>http://www.emzdesign.co.uk/2008/08/29/emz-design-is-back/</link>
		<comments>http://www.emzdesign.co.uk/2008/08/29/emz-design-is-back/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 09:40:37 +0000</pubDate>
		<dc:creator>Emma Selley</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.emzdesign.co.uk/?p=60</guid>
		<description><![CDATA[Well, it's been almost two months since my last entry. I can say that the break was needed but I feel it's time I start putting my heart into this blog.

I feel it's time for a new start, and with a new start comes a new theme! I downloaded this one from <a href="http://www.smashingmagazine.com/2008/07/16/wordpress-fun-a-free-wordpress-theme/">Smashing Magazine</a>. As you can see, it's slightly different from their version. 

Luckily it came with the PSD so I could change the colour scheme easily and get rid of the things I didn't want. I also had to alter the CSS to make it work properly in 800x600 resolution. I know the majority of users nowadays use 1024x768, but I didn't want to take any chances. 

Also with this new start comes a new service. I'm offering a <a href="http://www.emzdesign.co.uk/design-services/">PSD to HTML service</a> with prices ranging from £20 to £50 ($40 to $100). Feel free to <a href="http://www.emzdesign.co.uk/contact-emz/">contact me</a> if you have any questions about this.]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s been almost two months since my last entry. I can say that the break was needed but I feel it&#8217;s time I start putting my heart into this blog.</p>
<p>I feel it&#8217;s time for a new start, and with a new start comes a new theme! I downloaded this one from <a href="http://www.smashingmagazine.com/2008/07/16/wordpress-fun-a-free-wordpress-theme/">Smashing Magazine</a>. As you can see, it&#8217;s slightly different from their version. </p>
<p>Luckily it came with the PSD so I could change the colour scheme easily and get rid of the things I didn&#8217;t want. I also had to alter the CSS to make it work properly in 800&#215;600 resolution. I know the majority of users nowadays use 1024&#215;768, but I didn&#8217;t want to take any chances. </p>
<p>Also with this new start comes a new service. I&#8217;m offering a <a href="http://www.emzdesign.co.uk/design-services/">PSD to HTML service</a> with prices ranging from £20 to £50 ($40 to $100). Feel free to <a href="http://www.emzdesign.co.uk/contact-emz/">contact me</a> if you have any questions about this.</p>
<p>I guess that&#8217;s all for now. Posts will become more regular from now on so please keep checking back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emzdesign.co.uk/2008/08/29/emz-design-is-back/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Do You Need Help with Web Design?</title>
		<link>http://www.emzdesign.co.uk/2008/05/04/web-design-help/</link>
		<comments>http://www.emzdesign.co.uk/2008/05/04/web-design-help/#comments</comments>
		<pubDate>Sun, 04 May 2008 15:15:47 +0000</pubDate>
		<dc:creator>Emma Selley</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Offers]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[help]]></category>

		<guid isPermaLink="false">http://www.emzdesign.co.uk/2008/05/04/web-design-help/</guid>
		<description><![CDATA[At Emz Design one of my goals is to write informative posts about web design, and web design help in general. I have added a widget to the site that allows you to submit suggestions.]]></description>
			<content:encoded><![CDATA[<p>At Emz Design one of my goals is to write informative posts about web design, and web design help in general. I have added a widget to the site that allows you to submit suggestions of what I should write about.</p>
<p>For example, if you&#8217;re having problems with a certain aspect of HTML you can use this widget to tell me to write an article about it. </p>
<p>The widget is by Skribit which you can see on the right hand side of the site. To submit a suggestion all you need to do is click on the text &#8220;Need Web Design Help? Suggest a topic for me to write about in my next article!&#8221;. This will generate a form for you type in your suggestion.</p>
<p>All you need to do is type in your suggestion and click submit. You don&#8217;t have to have an account with Skribit to do this so there&#8217;s no registration forms for you to fill in. Just type in your suggestion, click submit and it&#8217;s done!</p>
<p>A great thing about this is when a suggestion has been made, a Vote button is added to it so people can Vote for your suggestion as well. Obviously the suggestions with the most Votes I will concentrate on first, but all suggestions will get an article dedicated to it. </p>
<p>It doesn&#8217;t even have to be web design help, you can suggest anything web related for me to write about!</p>
<p>So don&#8217;t be shy! Submit a suggestion for me today! <img src='http://www.emzdesign.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.emzdesign.co.uk/2008/05/04/web-design-help/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Great Web Design Resources Under One Roof</title>
		<link>http://www.emzdesign.co.uk/2008/04/24/web-design-resources/</link>
		<comments>http://www.emzdesign.co.uk/2008/04/24/web-design-resources/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 11:51:57 +0000</pubDate>
		<dc:creator>Emma Selley</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://www.emzdesign.co.uk/2008/04/24/web-design-resources/</guid>
		<description><![CDATA[We've all searched Google for that vital piece of code, scratching our heads as to why something isn't working. This could be a problem of the past.]]></description>
			<content:encoded><![CDATA[<p>I was &#8220;Stumbling&#8221; some sites using the Stumble tool bar when I &#8220;Stumbled&#8221; upon this great website that lists hundreds of Web Design Resources.</p>
<p>This site is a Web Design Bible and I think everyone from beginners to professional web designers should at least have this site saved in their favourites / bookmarks.</p>
<p>Here is a list of categories the site has. Each category has a ton of resources listed.</p>
<ul>
<li>Specifications</li>
<li>Webmasters Reference</li>
<li>Web Authoring</li>
<li>Articles on Web Authoring</li>
<li>HTML Tutorials</li>
<li>HTML Resources</li>
<li>HTML Tags</li>
<li>HTML Colour Codes and Swatches</li>
<li>HTML FAQs</li>
<li>CSS Tutorials</li>
<li>CSS Resources</li>
<li>CSS Compatibility Charts</li>
<li>CSS Layouts &#038; Examples</li>
<li>Perl Resources</li>
<li>PHP Resources</li>
<li>MySQL Resources</li>
<li>Search Engine Optimisation</li>
<li>Site Submission</li>
<li>Browsers</li>
</ul>
<p>This list is about 40% of the categories on this site, you will have to visit the site to check out the rest: <a href="http://www.kayodeok.btinternet.co.uk/favorites/webdesign.htm">Web Design Resources</a>.</p>
<p>I think this is an amazing list of Web Design Resources that shouldn&#8217;t go un-noticed. It&#8217;s definately one for my favourites. What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emzdesign.co.uk/2008/04/24/web-design-resources/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Graphics for Marketing Your Website</title>
		<link>http://www.emzdesign.co.uk/2008/04/21/graphics-for-marketing-your-website/</link>
		<comments>http://www.emzdesign.co.uk/2008/04/21/graphics-for-marketing-your-website/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 11:30:33 +0000</pubDate>
		<dc:creator>Emma Selley</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[graphics]]></category>

		<guid isPermaLink="false">http://www.emzdesign.co.uk/2008/04/21/graphics-for-marketing-your-website/</guid>
		<description><![CDATA[I came accross this site that has a huge selection of Web 2.0 style banners and buttons that are ideal for attracting more sales from your website.]]></description>
			<content:encoded><![CDATA[<blockquote class="blockquote"><p>
It&#8217;s a well-known fact that the use of professional and attractive graphical elements on websites increase the proportion of user generated activity such as sales, newsletter subscription, and the amount of time spent on a particular site. Having appealing graphics on your sales page can make the difference between 100 sales a month and 3 sales a month.
</p></blockquote>
<p>I have to agree with that statement 100%, but if you&#8217;re not graphically inclined you may struggle when it comes to attracting sales via your website. </p>
<p>I came accross a site that has a huge selection of Web 2.0 style banners and buttons that are ideal for attracting more sales. The only downside about this is they&#8217;re not free.</p>
<p>There are alot of sites that offer free banners and buttons but most of them aren&#8217;t customisable and only come in a select few colours. </p>
<p><center><a href="http://emzdesign.04010913.hop.clickbank.net" title='Marketing Graphics for your Website'><img src='http://www.emzdesign.co.uk/wp-content/uploads/2008/04/module7_sample.jpg' alt='Marketing Graphics for your Website' border="0" style="border:1px solid #ffffff;"/></a></center></p>
<p>This site <a href="http://emzdesign.04010913.hop.clickbank.net/">Marketing Graphics Pro</a> offer 6,749 for $29.95, which considering what you get for the price is worth it. </p>
<p>Take a look at their site and decide for yourself. They show alot of previews of what you&#8217;ll receive if you buy them and I think you&#8217;ll agree, they do look pretty snazzy!</p>
<p><!-- adman --></p>
 <div class='series_toc' style="font-size: 13px; margin-bottom: 25px;"><h2><a href="#" rel="bookmark">Related Posts</a></h2>

<a href='http://www.emzdesign.co.uk/2008/04/04/multiple-ie-internet-explorer/' title='A Design Tool You Cannot Live Without'>A Design Tool You Cannot Live Without</a> <br /> <a href='http://www.emzdesign.co.uk/2008/04/21/graphics-for-marketing-your-website/' title='Graphics for Marketing Your Website'>Graphics for Marketing Your Website</a> <br /></div> ]]></content:encoded>
			<wfw:commentRss>http://www.emzdesign.co.uk/2008/04/21/graphics-for-marketing-your-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Generating Customers via Your Website</title>
		<link>http://www.emzdesign.co.uk/2008/04/11/how-to-generate-cutomers-from-website/</link>
		<comments>http://www.emzdesign.co.uk/2008/04/11/how-to-generate-cutomers-from-website/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 14:34:37 +0000</pubDate>
		<dc:creator>Emma Selley</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.emzdesign.co.uk/2008/04/11/how-to-generate-cutomers-from-website/</guid>
		<description><![CDATA[Do you often ask "Why aren't I generating customers from my website?". If this applies to you then this article may be of some interest to you.]]></description>
			<content:encoded><![CDATA[<p>Do you often ask <b>Why aren&#8217;t I generating customers from my website?</b>, or maybe you wonder to yourself <b>I&#8217;m getting tons of hits but no sales</b>. </p>
<p>If this applies to you this article may interest you.</p>
<p>After reading a post at <a href="http://www.webforumz.com">Web Forumz</a> I became inspired to write this article.</p>
<p>The poster in general has their own web design company and their website is getting 2000+ visitors a month, yet no one is biting the bait or even enquiring about their services.</p>
<p>I took a look at their site and I could see the problem straight away. It wasn&#8217;t obvious to the visitor that this site offered web design services. Sure enough, the text in the content specified that, but the site itself didn&#8217;t <b>look</b> like that. </p>
<p>In fact, the first thing I noticed was an image of a woman in a bikini on the right hand side. It looked like an advert to an adult-related site, and without looking at the content closer you&#8217;d think that is what it was. </p>
<p>Sure, a woman in a bikini will please the majority of men <i>searching</i> for a woman in a bikini, but for someone who wants a professional website and is <i>searching</i> for a professional website, the chances are they will be put off by this and go elsewhere.</p>
<p>When you create a website you must project what you do in the layout rather than rely on the content. In some cases this isn&#8217;t a huge problem, but if you&#8217;re a Web Design company you need to project what you do, especially if you want customers to <i>know</i> they&#8217;ll be getting a high quality website.</p>
<p>Let&#8217;s face it, if they see your website as something that doesn&#8217;t immediately project what you do, they&#8217;ll probably think you&#8217;re going to repeat that process with their website. </p>
<p>Do as you would be done by.</p>
 <div class='series_toc' style="font-size: 13px; margin-bottom: 25px;"><h2><a href="#" rel="bookmark">Related Posts</a></h2>

<a href='http://www.emzdesign.co.uk/2008/04/11/how-to-generate-cutomers-from-website/' title='Generating Customers via Your Website'>Generating Customers via Your Website</a> <br /><a href='http://www.emzdesign.co.uk/2008/04/07/php-contact-form/' title='Create a Simple PHP Contact Form'>Create a Simple PHP Contact Form</a> <br /> <a href='http://www.emzdesign.co.uk/2008/04/08/center-website-css/' title='Centering Your Website Using CSS'>Centering Your Website Using CSS</a> <br /> <a href='http://www.emzdesign.co.uk/2008/06/09/link-building-correctly/' title='How you should be Link Building'>How you should be Link Building</a> <br /> <a href='http://www.emzdesign.co.uk/2008/08/29/dropdown-problem-with-firefox/' title='Dropdown Problem with Firefox'>Dropdown Problem with Firefox</a> <br /> <a href='http://www.emzdesign.co.uk/2008/09/04/upgrading-wordpress/' title='Upgrading Wordpress Plugin'>Upgrading Wordpress Plugin</a> <br /> </div> ]]></content:encoded>
			<wfw:commentRss>http://www.emzdesign.co.uk/2008/04/11/how-to-generate-cutomers-from-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Centering Your Website Using CSS</title>
		<link>http://www.emzdesign.co.uk/2008/04/08/center-website-css/</link>
		<comments>http://www.emzdesign.co.uk/2008/04/08/center-website-css/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 14:24:38 +0000</pubDate>
		<dc:creator>Emma Selley</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[layouts]]></category>

		<guid isPermaLink="false">http://www.emzdesign.co.uk/2008/04/08/center-website-css/</guid>
		<description><![CDATA[It may seem like a small problem, but getting your website to be centered in a website using CSS can be hard. This article shows you a quick way of acheiving this.  ]]></description>
			<content:encoded><![CDATA[<p>It may seem like a small problem, but getting your website to be centered in a website using only CSS can sometimes be the cause of many head-against-desk situations, especially when once you&#8217;ve got it to be centered in IE, it is still to the left in FF! </p>
<p>Here is a simple bit of CSS that will center your website in most common browsers (IE6 &#038; IE7, FireFox etc.). </p>
<p>Firstly, add these two classes to your style sheet.</p>
<p><code>.outer {<br />
	width:800px;<br />
	margin:auto;<br />
	display:table;<br />
          }</p>
<p>.inner {<br />
	width:auto;<br />
	margin:0px;<br />
	display: table;<br />
	}</code></p>
<p>The width in the &#8220;outer&#8221; class is the width of the site. You can edit this to how wide you want your site to be, but anything else leave untouched (unless you want to experiment of course!) </p>
<p>Now all we do is add two DIVS to the page, one with the class of &#8220;outer&#8221;, and one with the class of &#8220;inner&#8221;. Here is what it&#8217;ll look like:</p>
<p><code>&lt;div class="outer"&gt;<br />
&lt;div class="inner"&gt;</p>
<p>CONTENT/LAYOUT ETC. TO GO HERE</p>
<p>&lt;/div&gt;<br />
&lt;/div&gt;</code></p>
<p>That&#8217;s it! You will now have a centered website without using those horrid &#8220;center&#8221; tags! </p>
 <div class='series_toc' style="font-size: 13px; margin-bottom: 25px;"><h2><a href="#" rel="bookmark">Related Posts</a></h2>

<a href='http://www.emzdesign.co.uk/2008/04/11/how-to-generate-cutomers-from-website/' title='Generating Customers via Your Website'>Generating Customers via Your Website</a> <br /> <a href='http://www.emzdesign.co.uk/2008/04/07/php-contact-form/' title='Create a Simple PHP Contact Form'>Create a Simple PHP Contact Form</a> <br /> <a href='http://www.emzdesign.co.uk/2008/04/08/center-website-css/' title='Centering Your Website Using CSS'>Centering Your Website Using CSS</a> <br /><a href='http://www.emzdesign.co.uk/2008/06/09/link-building-correctly/' title='How you should be Link Building'>How you should be Link Building</a> <br /> <a href='http://www.emzdesign.co.uk/2008/08/29/dropdown-problem-with-firefox/' title='Dropdown Problem with Firefox'>Dropdown Problem with Firefox</a> <br /> <a href='http://www.emzdesign.co.uk/2008/09/04/upgrading-wordpress/' title='Upgrading Wordpress Plugin'>Upgrading Wordpress Plugin</a> <br /> </div> ]]></content:encoded>
			<wfw:commentRss>http://www.emzdesign.co.uk/2008/04/08/center-website-css/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>A Design Tool You Cannot Live Without</title>
		<link>http://www.emzdesign.co.uk/2008/04/04/multiple-ie-internet-explorer/</link>
		<comments>http://www.emzdesign.co.uk/2008/04/04/multiple-ie-internet-explorer/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 09:14:37 +0000</pubDate>
		<dc:creator>Emma Selley</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[programs]]></category>

		<guid isPermaLink="false">http://www.emzdesign.co.uk/2008/04/04/multiple-ie-internet-explorer/</guid>
		<description><![CDATA[Have you ever created a site in IE7 and assumed it would look ok in IE6 and previous versions, only to find out that it doesn't? This tool allows you to download and install Multiple Versions of Internet Explorer.]]></description>
			<content:encoded><![CDATA[<p>Since Internet Explorer 7 came out I was using this version, along with FireFox, to test all my websites.</p>
<p>I was naive and was under the impression that anything that displayed correctly in IE7, would display correctly in IE6 and other previous versions. Oh, how wrong I was.</p>
<p>I wanted to install IE6 back on my PC but didn&#8217;t want to uninstall IE7, so I was in a pickle as to what to do. I didn&#8217;t just want to assume all my websites look great in IE6 because they did in IE7, and I know that a huge majority of Internet users are still using IE6.</p>
<p>It was then, that I came accross this great program: <a href="http://tredosoft.com/Multiple_IE" target="_blank">MultipleIE</a>. This program is a must have for any web designer as it installs Internet Explorer versions 3 to 6 on your PC, without having to uninstall version 7.</p>
<p><b>Thoughts Aside</b><br />
<a href="http://www.testking-questions.com/exam/PMI-001.htm">PMI-001</a> and <a href="http://www.testking-questions.com/exam/70-293.htm">70-293</a> are advanced exams that do not allow entry unless the <a href="http://www.testking-questions.com/exam/350-018.htm">350-018</a> candidate has done at least <a href="http://www.testking-questions.com/exam/650-393.htm">650-393</a> or <a href="http://www.testking-questions.com/exam/70-284.htm">70-284</a>.</p>
 <div class='series_toc' style="font-size: 13px; margin-bottom: 25px;"><h2><a href="#" rel="bookmark">Related Posts</a></h2>

<a href='http://www.emzdesign.co.uk/2008/04/04/multiple-ie-internet-explorer/' title='A Design Tool You Cannot Live Without'>A Design Tool You Cannot Live Without</a> <br /><a href='http://www.emzdesign.co.uk/2008/04/21/graphics-for-marketing-your-website/' title='Graphics for Marketing Your Website'>Graphics for Marketing Your Website</a> <br /> </div> ]]></content:encoded>
			<wfw:commentRss>http://www.emzdesign.co.uk/2008/04/04/multiple-ie-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
