13 replies
  • WEB DESIGN
  • |
Hello Fellow Warriors,

I need some help here...Would be really grateful.


How can I remove that annoying border from every image in this wordpress Blog?


Dienstleistungen | Webdesign Suchmaschinenoptimierung


No matter what image there is always that thin border to it. My graphics don't blend into the site with it.


Thanks in advance for your help


Andy
  • {{ DiscussionBoard.errors[4761163].message }}
    • Profile picture of the author JRUniversity
      Hi Andy,

      I have a quick question for you. Did you create that design from scratch or is that a template you bought or found for free?

      I use thesis and still trying to figure out all the css coding and php stuff.

      The site looks really professional and eyecandy. I would love to have a theme like it.

      Thanks

      Jennifer
      {{ DiscussionBoard.errors[4761576].message }}
  • Profile picture of the author lovenot
    I don't see the problems. Must've been IE? Btw, as the above user has already said, adding css to img will work. If it doesn't, get an IE fix script.
    {{ DiscussionBoard.errors[4761616].message }}
  • Profile picture of the author PPCampaigns
    I'm getting the same as lovenot. Everything seems to be displaying fine. If you're still having a problem, open up your style.css and add
    Code:
    img {
         border:0px;
        }
    {{ DiscussionBoard.errors[4761719].message }}
  • Profile picture of the author JimRiley
    img {
    border:0;
    }
    {{ DiscussionBoard.errors[4763709].message }}
    • Profile picture of the author GCY
      seems like you could fix the problem already.

      Aber mach mal schnell ein impressum auf die seite, bevor es jemand sieht
      {{ DiscussionBoard.errors[4763767].message }}
      • Profile picture of the author yayasvc
        img {border:0;} should fix the problem
        {{ DiscussionBoard.errors[4763793].message }}
      • Profile picture of the author Andreas Quintana
        Originally Posted by GCY View Post

        seems like you could fix the problem already.

        Aber mach mal schnell ein impressum auf die seite, bevor es jemand sieht


        Ja...Das sollte ich wirklich :p


        Thanks everybody for the help. The trick with the border really worked for me.
        {{ DiscussionBoard.errors[4768052].message }}
  • Profile picture of the author marksz
    the border should fix it
    {{ DiscussionBoard.errors[4765242].message }}
  • Profile picture of the author willyyard
    Its simple, just put border="0" or if you have one particular image then use below example code:

    <img src="http://www.yoursitename.com/img/image1.jpg" border="0">
    {{ DiscussionBoard.errors[4768242].message }}
  • Profile picture of the author weaveronline
    it looks like you have got the solution already, please mail me if you need more help on this
    Signature

    Thanks & Regards,
    Reach us at dukeduke600@gmail.com.
    Web Design| Logo Design | Banner Design | Web Development | Mobile Applications [iPhone/iPad/Android/Windows Phone]

    {{ DiscussionBoard.errors[4768511].message }}
  • Profile picture of the author kashif nazeer
    It would be hard to find the exact css for this file if it is wp site. Do you know the code flow of wp sites, if not then better way is to look at the wp developer to remove the borders
    {{ DiscussionBoard.errors[4783460].message }}
  • Profile picture of the author stormyweather
    Please try using my plugin - it may help in general with images, borders and image placement. If you get stuck with it, just leave a comment on the plugin support page. Link to plugin ( CaptionPix ) is in my signature.
    {{ DiscussionBoard.errors[4789483].message }}

Trending Topics