Okay, but i'm having trouble pasting the code in the article.
I'm opening my theme foler: "/K2/style.css", and i see all this. But where should i paste the lines mentioned!? Ex:
p img { padding: 0; max-width: 100%; }
OR
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
If tried adding the code from the page (Without border code) Added it below the whole style.css:
p img { padding: 0; max-width: 100%; }
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.right { float: right; }
.left { float: left; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
Hmm, but it don't seem to work?
My style.css:
-------------------------------------------------------
[moderated: Wow, that was sure a lot of code to dump into a post! Let's just offer a link to the style.css on your site -or- consider putting it in a pastebin service such as http://wordpress.pastebin.ca/ instead]