I'm building a webpage. it's HTML 4.01 with some CSS.
The lady I'm working on it with is on a MAC using Safari browser.
She pinted out that one perticular list should not have bullets and should be left-justified.
so I used <ul style="list-style:none;"> on the list and it looks fine to me (IE) but she does not see it?
What's up? Is Safari not able to render this or is there a workaround?