Changing the border colour around images in Bueno?
-
Is it possible to do this, or even to get rid of the border around images completely/change the width of the border?
At the moment each image I insert into a post displays with a pale red border – and I don’t like it!
Any help with this would be much appreciated.
The blog I need help with is: (visible only to logged in users)
-
For no border at all, change the image code (in the HTML editor) from this:
<img [etc.]
to this:
<img style="border:none;" [etc.]For a different border, you need to specify width, type and color in place of “none” – see here:
-
- The topic ‘Changing the border colour around images in Bueno?’ is closed to new replies.