Skip to Content

Image_assist: Image has border and html doesn't work?

Categories:

I tired using Image_assist to put inline image onto a page. I clicked the picture icon and choose the image to insert. 2 things happened:

(1) If I choose "filter tag" the image insert correctly but there is a black border around the image, which I don't want.

(2) If I choose "HTML code" it doesn't work at all. When I click Insert, the entire page of the website show up in the image_assist window (with the image with black border). If I navigate (now in the Image_assist window) to edit the page, the code that got put in is not HTML, it's still the filter tag.

I read on one of the post in the Drupal forum that these problems are fixed by the latest version of Image_assist. Will the Bryght sites be updates as well? Or how can I solve this problem?

Thanks.

Comments

front page

Richard Eriksson's picture

I see what you mean, inserting an image, in the Image assist window, the front page of the website shows up instead of inserting the image into the content window. I'll make a note of this bug to our developers.

What about the black border?

Thanks, but what about the black border around the image?

I am more concerned about that, as I don't mind using filter tag if there is no black border around the image. So as long as the image is placed correctly and shown without the border, it's usable.

CSS in a box

Richard Eriksson's picture

You can add the following CSS to your 'custom CSS' (what we call 'CSS in a box'):

html .inline img { border: 0; }

We've written instructions on accessing the Custom CSS box for your theme.

worked for me!

discursives's picture

http://peerproducers.com - Peer Production Praxis

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.