Hi all,
I am trying to reduce the space rendered between my modules.
I have created special containers which don't have <BR> tags at the end, but instead an aditional line in the table that has a specific small height.
In "container.css" file I have:
.ts_blue_container_spacer {
height: 15px;
background-color: #ffffff;
}
For the most part of the modules, this solves the problem. But not for "Text/HTML" module. If I have two HTML content modules one above other, I got plenty of empty space (that I don't want) between them. I tried looking inside "Text/HTML" module for something that I can change, but it didn't help me.
Inside my HTML module, the content is defined without additional <BR> tags. I tried inserting only a link tag, but the editor appended a <p> tag. I changed it to a <div> one, and it was accepted, but I still have too much space rendered.
Is there a CSS class that I can overide in my skin/container CSS file?
Thanks a lot