Removing border around images
-
When I place an image on my page, an automatic border is applied. In the previous version of WordPress, I could remove the border by inserting the value of “0”. But we don’t have that option anymore. How do I remove that border that’s automatically placed>>
The blog I need help with is: (visible only to logged in users)
-
Hi there!
There were some recent changes to the Visual and Image Editor as explained here:
You are correct; the option to edit the border value has been removed. You can remove or add the border by inserting border=0px in the HTML as shown here:
<img class="alignleft size-large wp-image-15039" src="URL" alt="Featured Image -- 15038" width="584" height="389" border="0px" />Just adjust the number 0 to how thick you want the border to be. To be clear, you will need to adjust the image code in the Text Editor. This is explained here:
Let me know if you have any additional questions!
-
-
-
Still doesn’t work.
Here’s the page:
http://lazarusdodge.wordpress.com/2014/04/04/passing-thru/I’m trying to remove the border around the quote jpg…
– J.
-
I’m sorry about that! Let’s do it this way. Add style=”border:0px” to your HTML like this:
<img class="alignleft size-large wp-image-15039" style="border:0px" src="URL" alt="Featured Image -- 15038" width="584" height="389" />Let me know if you have any more trouble with that!
-
-
-
- The topic ‘Removing border around images’ is closed to new replies.