Your error is "error on line 25 at column 7: opening and ending tag mismatch :dl line 14 div"
So there's probably either not a matching opening <div>, or there's supposed to be a </dl> to match an opening <dl> above.
Honestly, if you don't know what you're doing with HTML and CSS, maybe customizing it isn't a great idea?
|