Results 1 to 7 of 7

Thread: Changing the broken link image

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2002
    Posts
    352

    Changing the broken link image

    When you are surfing the internet in Interent Explorer and a picture link is broken, is displays a white box with a red X in it showing you that the link is broken.

    Is there anyway that the image it show (the red X) can be changed to something else???

  2. #2
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    The only thing I can think of is to set image's background to something else via style:

    Code:
    img {
      background:transparent url("file:///C:\Windows\Desktop\Error.gif") no-repeat center center;
    }
    Then I think you can combine your own stylesheets with the page's own somewhere in IE's options. But that's not really a good solution as any transparent images won't be properly transparent anymore, and it won't get rid of the red cross, just add an image behind it I think.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2002
    Posts
    352
    Yeah thats sounds about right.

    Only problem is I didn't tell you that I want to do this to the dll's of IE. In others words... all web pages not just mine.

    ???

  4. #4
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    Oh, then sorry I don't have a clue The only thing I could say is switch to Mozilla and modify the source code (it's open source). But you'd have to know C++ and be good at it probably

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2002
    Posts
    352
    I was thinking that maybe there was an image list or file that was referenced somewhere in the registry fir IE. I am almost sure that there is a fairly easy method, maybe not PC or obvious, but a simple method.

    I just want the blank space to display 'blocked' or something!

  6. #6
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    Have you checked the MS site? Maybe they'll have something there.

  7. #7
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    MS has nothing for you. I tried for something that will change the default downloader, and it tells you nothing. I even emailed them and nothing, no response. I doubt they're going to tell you how to change their DLLs

    Try Resource Hacker on the DLL.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

Posting Permissions

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



Click Here to Expand Forum to Full Width