Hello,
how can I set / style it right. So that my image (which is inserted by URL) is not overlapping the border of the box. See http://www.ruinerwold.info/2012/01/nieuwjaarsvisite-kringloopwinkel-de-wolden/ for example.
Hello,
how can I set / style it right. So that my image (which is inserted by URL) is not overlapping the border of the box. See http://www.ruinerwold.info/2012/01/nieuwjaarsvisite-kringloopwinkel-de-wolden/ for example.
Try using Firefox with the Firebug add-on for this kind of CSS work.
http://getfirebug.com/
I have firebug. But with that program it wouldn't give the CSS solution?
No. It's a tool that you can use to work out the CSS yourself.
ok, so it's a CSS problem. Thanks.
But you don't give hints? :) (because ofcourse I already tried)
For anybody who has the same problem.
.wp-caption IMG
{
width: auto;
height: auto;
max-width: 100%;
}You must log in to post.