By Josh Willmarth on
The best example of what I am talking about is at this test url: https://www.vforvpn.com/main/
Notice on the right block, there is a large space between "Title..." and the test paypal button, then another space and then 5 images that are all close together. How do I reduce those two spaces to be the same as the spaces between the five images at the bottom of the page? Does it have to do with lines and paragraphs breaking automatically?
Thanks!
Comments
Get a little closer
You can get a little closer to what you want by removing the breaks ("<br>"). Of course, this might require a change to the module.
The rest of the way
Also, your other five images are in a paragraph ("<p>"). Get rid of the margin and the remaining space goes away.
Solution!
Here is the solution:
After logging into the admin account go to:
Home › Administer › Site configuration › Input formats
and then configure full html and uncheck "Line break converter"
Thanks!