Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 04:43:16 PM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155544 Posts in 21714 Topics by 7736 Members
Latest Member: chris85
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: How to remove border/frame from inserted image  (Read 597 times)
fishbat

Offline Offline

Posts: 10


« on: January 12, 2011, 11:43:28 AM »

Hi,

I am using WB 2.8.1 and when I insert an image on a page the image shows with a black line/frame around it. This happens with any images I insert.  These images are logos and we are not allowed to frame the logo under the terms of use.  How do I remove the frame or set it to a clear line type.  BTW my knowledge of coding is very limited so if the answer involves code could you provide an example.

Thanks in advance for your help.
Logged
Ruud
WebsiteBaker Org e.V.

Offline Offline

Posts: 2297



WWW
« Reply #1 on: January 12, 2011, 11:56:20 AM »

Somewhere in your template's css file it will say something like:
Code:
img {
  border: 1px solid #000000;
}
maybe with some extra code as well.
This would set a border around every image.
When you remove that your borders should be gone.

If you need more detailed help, you should give a link to the website so we can have a look.
Logged

Professional WebsiteBaker Solutions
fishbat

Offline Offline

Posts: 10


« Reply #2 on: January 12, 2011, 12:18:25 PM »

Hi Ruud,

Well done, borders gone.  Thanks very much for prompt reply and good advice.

Regards Fishbat.
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!