Email Newsletter with html and graphics

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Email Newsletter with html and graphics

    I am wanting to email a newsletter to our scustomers with embedded graphics whihc I have created in dreamweaver.

    Can anyone tell me how to do this?

    Angus
    anguscharlton Guest

  2. Similar Questions and Discussions

    1. InDesign to HTML for email newsletter
      Hi, We use InDesign to develop a range of printed merchandising items including a print newsletter. We want to take this same newsletter and email...
    2. Newsletter via Email
      I am looking for information on creating email newsletters using HTML. This would include any links, tutorials, books, and software. I am assuming...
    3. ASP Email Newsletter App?
      Does anyone know of a good asp mass email application that I could put on my clients server. Once set up they will design, manage and send the...
    4. Email Marketing tool/newsletter
      I am wondering how I could go about checking to see if an e-newsletter that was sent out using the cfmail function was opened, and how many times...
    5. Web-based email newsletter - Publisher or FrontPage
      Hi I am trying to develop a commonly used "Web-based email newsletter" and I don't know which of Publisher 2003 or FrontPage 2003 is the best and...
  3. #2

    Default Re: Email Newsletter with html and graphics

    do you mean manually or with some kind of server-side script reading
    email addresses from a database?

    anguscharlton wrote:
    > I am wanting to email a newsletter to our scustomers with embedded graphics whihc I have created in dreamweaver.
    >
    > Can anyone tell me how to do this?
    >
    > Angus
    John Doe Guest

  4. #3

    Default Re: Email Newsletter with html and graphics

    Use either inline CSS, or a stylesheet that is embedded within the BODY of
    the page, not in the head. Make all your links to images that you have
    uploaded to some webspace, i.e., absolute links, e.g.,

    <img src="http://www.example.com/images/whatever.gif''

    That should do the trick.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "anguscharlton" <webforumsuser@macromedia.com> wrote in message
    news:dsftv5$crl$1@forums.macromedia.com...
    >I am wanting to email a newsletter to our scustomers with embedded graphics
    >whihc I have created in dreamweaver.
    >
    > Can anyone tell me how to do this?
    >
    > Angus

    Murray *TMM* Guest

  5. #4

    Default Re: Email Newsletter with html and graphics

    I was wanting to do it server side preferably, but manually would do.

    angus
    anguscharlton Guest

  6. #5

    Default Re: Email Newsletter with html and graphics

    You don't have to do it manually. There is nothing that would prevent you
    from sending this server side.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "anguscharlton" <webforumsuser@macromedia.com> wrote in message
    news:dsho3j$rbu$1@forums.macromedia.com...
    >I was wanting to do it server side preferably, but manually would do.
    >
    > angus

    Murray *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139