Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Bullet points

Featured Replies

Hey all,

 

Really need some help, I have created a HTML newsletter and have some <ul> in there.. I need to be able remove the bullet points, however now matter what I add into the code there not going. They dissapear in every email client apart from outlook 2010!!! It's driving me insane!

 

I have tried:

list-style:none

list-style-type:none

 

I have added these into every inline style and in the style tag at the top of the document.

 

Has anyone else had this problem or can anyone suggest anything?

 

Thanks,

 

Josh

  • Author

Do you know if i can use the '!important' on inline styles?

 

Thanks,

 

Josh

  • Author

Ok well i tried it in dreamweaver but it would not let me allow the Important in on an inline style.

 

This is driving me insane now :o

Ok well i tried it in dreamweaver but it would not let me allow the Important in on an inline style.

 

This is driving me insane now :o

 

Maybe you could try making it display as a block using (shouldn't make a difference but worth a try)..

 

display: block;

 

Then applying.. list-style: none !important; ..to the ul style.

 

So something like..

 

<ul style="list-style:none !important; display:block;">
   <li>item 1</li>
   <li>item 2</li>
   <li>item 3</li>
</ul>

 

If this doesn't work then it may be something to with the Outlook settings.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.