|
-
Sep 5th, 2002, 11:07 PM
#1
Thread Starter
Hyperactive Member
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???
-
Sep 6th, 2002, 05:36 AM
#2
Frenzied Member
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.
-
Sep 6th, 2002, 08:33 PM
#3
Thread Starter
Hyperactive Member
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.
???
-
Sep 7th, 2002, 05:08 AM
#4
-
Sep 7th, 2002, 02:42 PM
#5
Thread Starter
Hyperactive Member
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!
-
Sep 8th, 2002, 05:21 AM
#6
Frenzied Member
Have you checked the MS site? Maybe they'll have something there.
-
Sep 8th, 2002, 07:34 AM
#7
Good Ol' Platypus
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|