topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday May 22, 2025, 6:54 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: [1]
1
Developer's Corner / Re: HTML line break spacing
« Last post by flib on November 09, 2011, 07:17 AM »
Thanks, float:left; fixed it.
2
Developer's Corner / HTML line break spacing
« Last post by flib 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]