Forums

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

Home Forums CSS MS Outlook: Image as bullet point for newsletter

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #187113
    Ailsa_C
    Participant

    Hi,
    Just wondering is there a css code that works with MS Outlook to show an image as bullet point?
    The code I’ve used is:

    ul {list-style-type: square;
        list-style-image: url("images/bulletsml.png");
        list-style-position: inside; padding-left: 1px}
        
        li {padding: 0px;
        margin: 0px;}
        li a {color: #2d6693;  text-decoration: none;}

    When I look at it on Outlook the bullet image is enormous! Most other mail clients are fine.
    (Apologies if this has been covered somewhere else – I searched but couldn’t find anything).
    Many thanks.

    #187114
    Paulie_D
    Member

    That’s Outlook…it doesn’t handle HTML emails well…at all.

    Here’s a handy list of CSS properties that are/aren’t supported by various email clients.

    https://www.campaignmonitor.com/css/

    list-style-image, list-style-position and list-style-type are not supported in Outlook 2007 or Outlook 2010.

    #187115
    Ailsa_C
    Participant

    Thanks Paulie_D! I looked at that – I wonder is there a way around css so the images appear in other mail clients (as normal which they do) but don’t appear as massive images in Outlook? Maybe not!
    Thanks
    Ailsa

    #187116
    Paulie_D
    Member

    Not really…AFAIK.

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