White lines appear in between vertically stacked pictures in one block

Permalink
Hi,

I'm working on a site in Concrete5 for my illustrations.
The layout is mainly a 3x3 design containing nine pictures.
In my Theme I've made three columns one row all containing one block
In the block I've placed three pictures.
The adjourning columns are not showing a white gutter between each other, which is what I want.
The blocks however are showing this white line, which in edit mode they don't, although then they are not vertical but horizontal.
They are forced vertical by the with of the column and there the interline appears.
In the attachments you can see this or visitwww.www.studiomartare.nl/studio...
Anybody know of a, or the solution?

Kind regards,

Niels Tieland

3 Attachments

NLS61
 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Add a class in those images and in your css file put that css class and add display: block.

Something like :
<img width="175" height="175" class="small_img" alt="Zero_StudioMartare_Illustratoren_NielsTieland.jpg" src="/studio/files/7614/0498/2705/Zero_StudioMartare_Illustratoren_NielsTieland.jpg" />

In CSS
.small_img{display:block;}


Do the same for all images. i hope it will fix the issue. Also I've noticed that a css file isn't pointed to right file. /studio/themes/Studio2Martare/css/oneColFixCtrHdr.css.css

It has extra .css as an extension, remove one.

Rony
NLS61 replied on at Permalink Reply 1 Attachment
NLS61
Thanks Rony,

This is the first time i'm working with css I've always made full flash sites.
So I think I did what you suggested ?
The site looks exactly the same as before …. so I think I've boggeld up.
Now looking at all kind of css I'm tuts not there jet.

Kind regards,

Niels Tieland