Tagged Questions
5
votes
18answers
4k views
Non-breaking non-space in HTML
I have a bowling web application that allows pretty detailed frame-by-frame information entry. One thing it allows is tracking which pins were knocked down on each ball. To display this information, ...
3
votes
4answers
2k views
Having line breaks between <li>s
I have a horizontal menu consisting of <li> elements with display: inline.
The elements are supposed to be next to each other seamlessly.
In the source code, I would like to have each li on ...
1
vote
2answers
47 views
PHP - Form mail converting line breaks to spaces
I have a <textarea> in a form for user comments, and when the contents are passed to form mail, the line breaks are being converted to spaces. How can I preserve the line breaks that the form's ...