Is It Possible to Encode a Webpage to HTML

Discussion in 'HTML & Website Design' started by gerdywerdy, Feb 16, 2009.

  1. #1
    I have a slaes page I have done for a friend.

    He wants to send the details of it out to a lot of email addresses. It has a few images and stuff on it.

    When I tyr and send it to sample email address for example gmail, yahoo, outlook express the information does not look the same.

    I have recieved emails from stores and they are nicely laid out with pictures etc.

    Is there an easy way to make a template for an email thats easy to use

    thanks

    Gerard
     
    gerdywerdy, Feb 16, 2009 IP
  2. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What code is the sales page in at the moment?
     
    wd_2k6, Feb 16, 2009 IP
  3. gerdywerdy

    gerdywerdy Member

    Messages:
    381
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    35
    #3
    I am sorry I made a mistake

    the sales page is in html

    i am trying to make it so its readable in email clients
     
    gerdywerdy, Feb 16, 2009 IP
  4. gnp

    gnp Peon

    Messages:
    137
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    gnp, Feb 16, 2009 IP
  5. gerdywerdy

    gerdywerdy Member

    Messages:
    381
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    35
    #5
    ok i think my problem might have been using an externall css stylesheet

    I think I need to make some changes

    hmmmmmmmmmmm

    where to start?

    Thanks GNP
     
    gerdywerdy, Feb 16, 2009 IP
  6. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I've never done e-mails but to do inline CSS:

    <style type="text/css" media="screen">
    //Styles goes here
    </style>
    Rest of HTML Code
     
    wd_2k6, Feb 16, 2009 IP
  7. gnp

    gnp Peon

    Messages:
    137
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #7
    as wd_2k6 said,

    but note that you have to put this code in the body and not in the head tag (as it gets discarded by most email clients)
     
    gnp, Feb 16, 2009 IP