Home › Forums › CSS › sIFR Whitespace Issue › Re: sIFR Whitespace Issue
July 12, 2010 at 7:33 pm
#79681
Participant
Dealing with whitespace with sIFR is a pretty specific problem. I can’t tell you the answer, but I can tell you how to get rid of those bullets when you use an unordered list. You said you tried an ordered list ( <ol>). Try an unordered list ( <ul> ). Then apply list-style:none; to it. That will get rid of all the bullets. Does that help?