How the heck to i get rid of default img borders?! Using Twenty Eleven template?
-
I don’t want every image to have a border. I have spent hours trying to fix this.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
If you have the Custom Design upgrade, they can be removed from all images with CSS.
Otherwise you will have to edit each image from within the post or page editor and add the following to the image code in the HTML editor.
style="border: none; background: none;"To where the opening part of the image code looks like this
<img style="border: none; background: none;" [REST OF IMAGE CODE HERE]
- The topic ‘How the heck to i get rid of default img borders?! Using Twenty Eleven template?’ is closed to new replies.