Title: UL Custom List
Last modified: August 19, 2016

---

# UL Custom List

 *  Resolved [hopest](https://wordpress.org/support/users/hopest/)
 * (@hopest)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/ul-custom-list/)
 * Okey Doke,
 * I have a custom image for my UL list and everytime I edit the HTML in a page 
   with the below:
 * <ul style=”list-style-image:url([http://blogname.co.uk/files/2009/08/BulletPoint1.gif](http://blogname.co.uk/files/2009/08/BulletPoint1.gif));
   padding-left: 1em;”>
 * and press save it reverts back to just the normal
    - After copying the code in I have even selected back to Visual mode and I can
      see the new bullet point image but whenever I press save it always reverts
      back. Whats really annoying is I have used this once before on a page and 
      it worked but it doesn’t work anymore? help?

Viewing 1 replies (of 1 total)

 *  Moderator [cubecolour](https://wordpress.org/support/users/numeeja/)
 * (@numeeja)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/ul-custom-list/#post-1259503)
 * Take out the inline css and instead assign a class to your unordered list
    `<
   ul class='myclass'>`
 * Add rules to target unordered lists with that class in the style sheet (style.
   css) of your theme.
 * It would probably be better to ftp your bullet graphic to the directory where
   graphics are stored in the theme, often ‘/images’, but different themes may call
   it something else.
    `ul.myclass {list-style-image:url(images/BulletPoint1.gif);
   padding-left: 1em;}`

Viewing 1 replies (of 1 total)

The topic ‘UL Custom List’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [cubecolour](https://wordpress.org/support/users/numeeja/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/ul-custom-list/#post-1259503)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
