Home › Forums › Other › P Element — in Code why does it Display w/o breaks but with spaces? › Re: P Element — in Code why does it Display w/o breaks but with spaces?
December 13, 2011 at 12:03 pm
#92603
Member
When the code is rendered, white space is ignored. To actually create a line break you need to manually do it with < br >.