• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Reply to: HTML Designer

Collapse

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "HTML Designer"

Collapse

  • cykophysh39
    replied
    Don't you just love development work, for every two steps you make forward you have to take 3 back to get things to work :-)

    The previous developer of the email has used div tags and embedded style sheets to do the mail.

    I am going to convert it to tables an inline styles. To see if it resolves my issue. Thanks for the tips guys.
    Last edited by cykophysh39; 4 June 2007, 08:15.

    Leave a comment:


  • Sysman
    replied
    Spare a thought for folks like me who disable HTML display in emails.

    1. Provide users with a plain text email option.

    2. If you must send out HTML email, make sure that it starts with a sensible message (summary of content, plus link if you insist) in plain text before the HTML stuff. That way, email clients with HTML disabled can see the plain text, but not the rest.

    Leave a comment:


  • chicane
    replied
    Email clients tend to be an (inconsistent) law unto themselves when it comes to rendering HTML emails correctly. Your best bet, bizarre as it sounds, is to use font tags, or alternatively CSS inline styles where you can't express what you're trying to do using font tags. Don't even try using a stylesheet - it'll only end in tears.

    In terms of web development mindset, forget everything you've learned in the last 7 years about semantics and CSS, and go back to using tables, pixel spacers, exact widths/heights etc.

    This should solve the vast majority of issues - if all else fails get back to me with specific problems and I'll see what I can do to help.

    Leave a comment:


  • cykophysh39
    started a topic HTML Designer

    HTML Designer

    I need a bit of help, from a HTML designer in regards to designing an HTML email template.
    I have spent the last couple of days trying to design a template for a client that can be used to send a bulk email out to registered users of the website, i.e Newsletter.

    However, I am coming across stuf that just seem to be beyond my Skills Set, it seems different web based email clients (i.e Yahoo, Hotmail, Google mail, Squirrel mail) do some wierd things to mail as it comes through. Although I have some advanced HTML, CSS skills etc this is not really my forte.
    I was wondering if any of you guys knew of any decent websites where I could get up to speed with designing HTML email templates ?

Working...
X