Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS HTML EMAIL

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #32493
    chanman
    Member

    I need some help with this, in html email you can set background image. but I hear it wont show up in gmail is there a way set a fallback background color for any email service that wont take the image.

    #49135
    ChrisBull
    Member

    I have never made email templates but I imagine its still created using css?
    If thats the case can’t you just use,


    body { background: url(images/background.jpg) repeat #37c3f0; }
    #49171
    TT_Mark
    Member

    Unfortunately not Chris! HTML Email is horrible!

    However your idea is correct, but must be placed inline, as per the rest of the CSS

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.