Forums

Photoshop HTML to Article problem. [SOLVED] My fault :(

GreyHead 17 Oct, 2010
Hi Andrew,

Your template puts a 1em margin around <img> elements.
.art-article img, img.art-article {
border:1px solid #C7C7C7;
margin:1em;
}


Bob
ascwash 17 Oct, 2010
Thank you Bob. I'm still learning css.

I removed;

.art-article img, img.art-article
{	
border: solid 1px #C7C7C7;	
margin: 1em;
}

To see how drastically it would affect the template. The template appears to be operating just fine without it.

Problem solved.

Thank you so much Bob. I need to learn to rely on Firebug more awesome tool.
This topic is locked and no more replies can be posted.