by lisab » Fri Jul 16, 2010 6:02 am
After lots of searching and trial and error, I fixed this!
by the way,I have no idea about CSS, just tried changing stuff one by one.
Change the CSS from:
.ckCSSclear {
margin: 10px;
padding: 10px;
clear: both;
}
.ckCSSclear {
margin: 0px;
padding: 0px;
clear: both;
}
Those who have more knowledge could probably elaborate, perhaps you could lose those lines altogether, I don't know.
Cheerio.