I'm using Theme 'Sirup' by 1000ff and can't seem to figure out how to get a little space around my pictures. Here is an example:
http://www.culturesofsoul.com/2009/12/18/jazzman-records/
I'm using Theme 'Sirup' by 1000ff and can't seem to figure out how to get a little space around my pictures. Here is an example:
http://www.culturesofsoul.com/2009/12/18/jazzman-records/
Try putting this into your style.css
img.alignleft {padding: 0 14px 14px 0}
img.alignright {padding: 0 0 14px 14px}is there anyway to add the space without adding a visible border? also some of the borders are different sizes. And some still didn't add space like this one
The browser is putting in the border on images with a link, so you need to also add in another line remove the border
a img {border: none;}
img.alignleft {padding: 0 14px 14px 0}
img.alignright {padding: 0 0 14px 14px}It worked! Thank you numeeja!
It adds a border to the frontpage. Also how do I make the picture not clickable?
This topic has been closed to new replies.