Forums

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

Home Forums CSS Seems Simple, But I Couldn’t Fix It Re: Seems Simple, But I Couldn’t Fix It

#139871
CodeGraphics
Participant

Solved. The div with the class of clear was written like this:

clear{clear:left}

Instead of

.clear{clear:left}