WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Images with borders - can't remove?

(1/2) > >>

TeamT:
Hi,
I am trying to remove the black border around an image - this defaultly sets around all our images, I've included an example of the code I am trying (I'm an amateur coder so be gentle please!)

href="https://twitter.com/teamtutsham1" target="_blank"><img alt="" border="0" src="http://www.teamtutsham.co.uk//media/Social%20Media/Twit.jpg" width="110" height="29" href="#" /></a></p>

I would also like to remove the "border on all images" as our default but can't find a template to do this on, if anyone can give any tips on that too that's great but I am happy to post in the templates section.

Many thanks for your help

dbs:
Hi, look into your template-folder > screen-logobanner.css line 156
original

--- Code: ---#content img {
    border: 1px solid #000;
}
--- End code ---

Delete or comment out like that

--- Code: ---#content img {
    /*border: 1px solid #000;*/
}
--- End code ---

Maybe it's enough.

TeamT:
For want of sounding really stupid, I can't find the template folder - I've recently taken over supporting this website and havent used WebsiteBaker before.

jacobi22:
its very easy for everybody, if you post a link to your page

TeamT:
www.teamtutsham.co. uk

Many thanks for any further help.

Navigation

[0] Message Index

[#] Next page

Go to full version