html - Space between <p> elements (not margin? example shown) -


hey writing basic forum software , in each post <p> elements have these huge gaps between them, can reduce size reducing line height. http://www.uk-sf.com/forums.php?view=topic:102 if go link can see 1 of topics in posts have these spaced out <p> elements.

squadron leader butler's post in particular has lot of writing , can see excessive gap between p elements.

if please causing gap , how rid of it.

your problem using <pre> block around post. (the pre element not collapse html whitespace default.)

you should remove pre.

alternatively, can set whitespace normal in .postbody pre, this: .postbody pre { white-space: normal. }.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -