DISQUS

Marketing Begins At Home: Feed Demon

  • Pat · 3 years ago
    Hey Burma :)

    Charli told me that you had a CSS problem.

    Get rid of that pesky blue border like this:



    Or, if you open up your stylesheet, you can rid yourself of all blue borders on all images by inserting:

    IMG {
    border: 0;
    }

    Either way should do the trick :)

    Pat
  • Pat · 3 years ago
    Hmmm, took away the tag I had put in there.

    My first comment was to just add: style="border: 0;" to the inside of your image tag, like after alt="ksadfjasldkjf" and before the />.

    There you go.

    Pat
  • Jeremy Pepper · 3 years ago
    Bandwagon jumper-onner :-P
  • Constantin · 3 years ago
    Try to replace with and it should work; there's no need to modify your CSS file, because it already includes

    img.noborder {
    border: none;
    }