digital and email marketing manchester call extravision on +44 (0)161 817 2929   call extravision on +44 (0)161 817 2929  

    
home space products space solutions space service levels space partners space support space clients space articles space news space about us space faq space client login

frequently asked questions
frequently asked questions

These are some of the most common questions our clients ask us about using the system and email marketing in general.
If your question is not answered below please contact us and we will be happy to help.

  • Basics
  • Looking at the HTML code. What are tags?
  • Advanced - Optimising HTML for an email/newsletter
  • Strange characters are appearing in my copy
  • When building a HTML email or web page, most special characters will need a special code putting into the HTML for them to work.

    If you are seeing strange characters instead of the desired character make sure that you have the correct code in the HTML.

    For example if in the HTML code we had -

    <p>“Email marketing & Web Design”</p>

    This could appear as ?Email marketing ? Web Design?, For this to appear correctly the following code would need to be used -

    <p>&lt;p&gt;&ldquo;Email marketing &amp; Web Design&rdquo;&lt;/p&gt;</p>

    Below are examples of commonly used special characters and their HTML Codes.

    Symbol HTML Code Description
    " &quot; Double quotes
    &ldquo; Left quote
    &rdquo; Right quote
    & &amp; Ampersand
    &bull; Bullet
    &hellip; Ellipsis
    < &lt; Less than
    > &gt; Greater than
      &nbsp; Non breaking space
    £ &pound; Pound
    &euro; Euro
    © &copy; Copyright
    ® &reg; Registered trademark
    &trade; Trademark
    &mdash; em dash
  • Using styles sheets in HTML emails