Hello,

I am currently in the process of building a website but have come up against a problem that I haven't been able to fix. When I create a piece of content and insert an image a border comes up around it.

Border only shows up when viewing the node. Border not seen when previewing the node.

This is the html code I used within the "body" part
<img src="http://realbiggaming.com/home/images/scores/border.gif" />

I also tried making it a link with border set at "0" and same border came up (but with image made as a link of course)

Thanks in advance!

Here is an example...

CommentFileSizeAuthor
originalimage.gif8.02 KBgomezsal
imagewithborder.PNG11.99 KBgomezsal
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gomezsal’s picture

Title: Image border (is it BlueMasters?) » Image border
Status: Active » Fixed

Never mind. I did find what was causing the border issues on content pages.

For future reference it is under:

.node .content img

gomezsal’s picture

Priority: Normal » Minor
Status: Fixed » Closed (fixed)
Jongetje’s picture

Assigned: Unassigned » Jongetje
Priority: Minor » Major
Status: Closed (fixed) » Active

Hi there I've the same problem could you please tell me. How did you fix this problem thank you

Deepika.chavan’s picture

Hi Jongetje,
Create custom css file say 'local.css' in 'bluemasters/.' directory.
Add following css code in local.css file to remove the border:

.node .content img {
  background:transparent none repeat scroll 0 0;
  border:medium none;
  margin:20px 0;
  padding:4px;
}

Add following code in bluemasters.info file after stylesheets[all][] = style.css.
stylesheets[all][] = local.css

Please clear cached data.

HTH!!

Rgrds,
Deepika.

gtsopour’s picture

Status: Active » Fixed
Issue tags: +Bluemasters theme, +bluemasters

I think that Deepika.chavan's comment answers to this support request. So I changed the issue status to "fixed". Thanks Jongetje and Deepika

Status: Fixed » Closed (fixed)
Issue tags: -Bluemasters theme, -bluemasters

Automatically closed -- issue fixed for 2 weeks with no activity.