topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday April 25, 2024, 9:40 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


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]