Messages - flib [ switch to compact view ]

Pages: [1]
1
Developer's Corner / Re: HTML line break spacing
« on: November 09, 2011, 07:17 AM »
Thanks, float:left; fixed it.

2
Developer's Corner / HTML line break spacing
« on: November 09, 2011, 01:31 AM »
I'm having a really dumb issue and I've just about exhausted my ability to search for an answer.
Here's a basic example of the problem. It really seems like there ought to be some way to fix this with CSS:
<p>Hello w
orld</p>
Outputs
Hello w orld
Rather than
Hello world

This happens because there is a linebreak between 'w' and 'world'. This is mostly an issue because this also happens with images and I would rather that it didn't.

Pages: [1]
Go to full version