Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2011
    Posts
    16
    Plugin Contributions
    0

    help question added border none, still have border

    I have blue (link) borders around my images, I have added this: a img {border: none;} to my custom stylesheet.css but still have the borders. Site is not ready yet, still working on it. Link to site: www.mardiawebworks dot com I don't understand why I'm still getting the borders? They do not show in Firefox but are there in IE9 which is what I usually use. I have Firebug installed in Firefox but don't understand how to use it and in this situation it won't help if the borders are not showing in Firefox anyways..I'd think. Also......thanks for all the help I've gotten by reading the forums and tutorials! Can anyone help me?

  2. #2
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: added border none, still have border

    The error is in this part of your css fole

    Code:
    body {
    	margin: 0;
    	font-family: arial, verdana, helvetica, sans-serif;
      font-size: 68.00%;
    	color: #000000;
    	background-color: #91b3c7;
    	background-image: url(../images/mwwbkg.jpg);}
    	margin:0 0px;
    	}
    After background-image: url(../images/mwwbkg.jpg);} is a closing bracket to much remove it and you should be ok

    Also in you shoul use a . instead of a , for sizing the font

    Code:
    CODE {
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 1,1em;
    	}
    Last edited by Design75; 28 Sep 2011 at 09:33 AM.

  3. #3
    Join Date
    Aug 2011
    Posts
    16
    Plugin Contributions
    0

    Default Re: added border none, still have border

    Thank you Design 75 I removed the extra "bracket" at the end of that line, that took out the blue borders from around the images!!!! Thanks for your accurate and quick response, I appreciate it!!! Wishing you a great day!

  4. #4
    Join Date
    Aug 2011
    Posts
    16
    Plugin Contributions
    0

    Default Re: added border none, still have border

    Sent reply to soon........also found the comma vs dot in the font size...my typo error. Oops. Thanks again! :)

  5. #5
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: added border none, still have border

    Just glad I could help

 

 

Similar Threads

  1. removing the header and border from an added sidebox
    By sesnut in forum Addon Sideboxes
    Replies: 5
    Last Post: 14 Mar 2010, 08:58 PM
  2. Why do i still have a border around main area?
    By jocezilla in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Oct 2009, 03:14 AM
  3. How do I put border on some images and no border on others?
    By Sawhorse in forum Templates, Stylesheets, Page Layout
    Replies: 20
    Last Post: 6 Apr 2009, 01:18 AM
  4. Border in Firefox & Sidebox border missing
    By helpme in forum Basic Configuration
    Replies: 3
    Last Post: 17 Oct 2007, 04:18 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg