Forums

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

Home Forums CSS sIFR Whitespace Issue Re: sIFR Whitespace Issue

#79681
noahgelman
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?