Enhance Your Ecommerce Website Through Quality Web Design

https://www.ecommerce-web-design-seo.com

In our previous blog, we explained Pay Per Click marketing; this time we’re looking at the quality of your website through quality web design and the impact that this can have on your visitors’ decision to buy.

How attractive is your ‘shop window’, and how is this affected by Quality Web Design?

Your website is your shop window. It takes only a few seconds to walk past most shop fronts. We all make judgments based on lots of pieces of information. For instance, imagine you’ve been working hard and you’re starving. In the time it takes to walk past your local sandwich shop, your brain can take in countless pieces of information:

One guy making the sandwiches is sneezing; none of them are wearing hats to protect the food from their hair

One staff member is handling delivery boxes whilst wearing food preparation gloves

Two tables by the window are stained with dried coffee; the window sill is covered in dead flies and wasps

So, how hungry are you? You’ll probably wait until the next food shop. We make decisions like this every day, and most aren’t so obvious.

Window dressing through Quality Web Design

The same principles apply to websites through quality web design. To capture the attention of any visitors, you need:

A visually pleasing, smart and professional design

Content that is well written

Photographs and images that are of a high standard

Quality Web Design

Passing visitors decide within a few seconds whether to stay or move on. Being price competitive is not enough: you need to create a good impression, demonstrate quality and build trust rapidly – via quality web design.

As most visitors are unlikely to know your company or brand, they’ll make a decision about your company based entirely on what they see on your website pages, heavily impacted by quality web design. First impressions are everything.

If your website has been cobbled together by a friend, or someone who ‘knows a bit of HTML’, you may need to think again, because the chances are, you don’t have a quality web design. Your competitors’ websites will have a quality web design by professionals who understand how to portray a powerful image, reliability and above all the trustworthy nature of their business – just through the quality web design.

Their websites are also likely to have been professionally written by a copywriter who understands how to capture people’s attention, nurture an enquiry and sell the benefits of their products and services – all in a few paragraphs.

So, if you want to attract high quality customers, make sure that the look and ‘feel’ of your website pages are also of a high quality and do real justice to your products and services through quality web design.

P.S. Fusionsoft offers a free quality web design review and search engine optimisation review for all Uxbridge, London and UK websites.

Tip: To see your UK government website complience requirements, and this months tip to encourage more customers to buy your products through quality web design and more, to to https://www.ecommerce-web-design-seo.com/blog-tips.

Html Email Design Best Practices

HTML Emails are arguably the most effective of all email marketing designs. Theyre eye catching, engaging and flexible. They provide you with a variety of opportunities to promote your business and achieve email marketing success. However, there are many pitfalls to be aware of when designing HTML Emails. In this article well highlight some of these and give you a few tips to help you design effective email campaigns.

Back to the old school

Theres no point denying it HTML Email design is Old School web design. This means no Stylesheets, JavaScript or Flash, they just wont work consistently across the wide and varied range of email clients.

When it comes to layout its back to a basic table-based structure, which may, to some web designers seem like committing web standards blasphemy. However, when you take into account the number of email clients that either remove or pay no attention to CSS it becomes quite clear going back to basics is the only way to guarantee your email looks the same regardless of which email client is displaying it.
We have found when designing table based layouts using merged cells (indicated by colspan and rowspan in your code), some email clients, especially Lotus Notes will usually distort any layout with merged cells. Instead, using nested tables will work more consistently than merged cells. For example, a two column layout could consist of a base layer of one table with two columns with other tables inserted into each column to give you space to enter your content.
Looking Good

A great deal of formatting can be done using Inline Styles small snippets of CSS code inserted into either a containing table cell (&#60td&#62), in paragraph tags (&#60p&#62) or span tags (&#60span&#62)

Below is an example of an inline style insert into a table cell tag:

&#60td width=”400″ align=”left” valign=”top” style=”color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:11px;”&#62

This style would then apply to the text contents of that table cell. Other standard HTML formatting tags such as &#60strong&#62, &#60em&#62, &#60font&#62 etc can be used as well to vary the formatting on top of this base style.
When deciding on a font for your email its always best to stick to a font that most, if not all, of your readers will have. Common fonts such as Arial, Verdana, Tahoma, Times New Roman and Georgia should be fine. If youre willing to take the risk of a slightly lesser-known font its good practice to specify a set of backup font faces in your inline style eg.
&#60td style=” Lucida Console, Arial, Helvetica, sans-serif; “&#62

If a computer does not have a certain font it will look to the next in the list to see if it has that one.

Time Warp

When we first got our hands on Microsoft Outlook 2007 we were a bit taken aback with what Microsoft had created, not only locking it down to use only the Word HTML rendering engine (Outlook 2003 will let you choose between normal HTML and Word rendering) but also support for background images had been removed, which meant a real step back with what you can and cant do to keep your emails looking good.

To ensure the most consistent display across the majority of email clients, we took the decision to not include background images in our designs (unless otherwise specified by the customer), and weve come up with a few little tricks along the way to help us keep our designs looking top notch. The main thing to remember is HTML text should only appear on a solid background colour (which you can set in a table cell). There should be no gradients or any other fancy effects behind actual text, unless you plan to include that text in an image.

The final few things…

There are hundreds of elements to take into consideration when designing a HTML email. These are just a few of the most important things to consider:

Create a plain text version of your email to send alongside the HTML version for those who prefer it and for mobile devices and email clients that only accept text only email.
Keep the width of your email between 600-650px to ensure readability for the maximum amount of email clients.
Assign an alt tag to each image so if readers have the images turned off they should see some sort of useful information to assure them the email is legitimate.
Always set height and width attributes on images in your HTML design. Some email clients like Outlook 2003 and 2007 will suppress images in the inbox. Failing to put a height and width will result in your deign be distorted by the security message that is inserted by the email client into the image space.
Use images at the size they are meant to be rather than resizing them with HTML some email clients will ignore the HTML resize and just display the image at its original size.

Whatever you choose to do with your email marketing designs, the most important thing is to test, test and test again. You should always proof your email into the major email clients to ensure its rendering correctly and ask a proof group to check for spellings or design issues too. However, just because there are limitations to HTML email design it doesnt mean you cant be creative or push the boundaries to see what impacts on delivery, open and click through rates. Remember the aim of any email is to achieve your goal and sometimes being safe with your design isnt the best option.