Hi
I created the following with photoshop CS5.
http://ascwash.com/test/test.html
However when I put the html into an article it is all distorted...
http://ascwash.com/test.html
Tags are kept, no conflicting css, as no class is assigned in any element.
Help please
I created the following with photoshop CS5.
http://ascwash.com/test/test.html
However when I put the html into an article it is all distorted...
http://ascwash.com/test.html
Tags are kept, no conflicting css, as no class is assigned in any element.
Help please
Hi Andrew,
Your template puts a 1em margin around <img> elements.
Bob
Your template puts a 1em margin around <img> elements.
.art-article img, img.art-article {
border:1px solid #C7C7C7;
margin:1em;
}
Bob
Thank you Bob. I'm still learning css.
I removed;
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.
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.