![]() |
Q for any HTML gurus
Simply:
Is there an easy way to put up an alternate image in case the first try fails? Or even make it look as though that happened? EG: Make an "Online"/"Offline" image using HTML, to indicate whether some remote site is reachable? |
Re: Q for any HTML gurus
Not that I know of, use the alt value to tell what it should be. Now you could php to do it, maybe even javascript. But I'm not sure about javascript, I've never try it.
|
Re: Q for any HTML gurus
yea.
You could set up a script to ping the remote site. and just use a simple if statement with the images. just use vb script or javascript or asp or any pearl or any of the other ones. Your looking at less than 10 lines. Or as a seperate page of code and just put the link to it in the include div I should throw XML in there since that is the buzz word of 2002 |
Re: Q for any HTML gurus
After searching widely for samples, and rejecting a number of solutions that were quite restrictive, I settled on a homemade solution.
The "Offline" image is replaced by a simple red line, but the system works in both Netscape & IE, and probably any browser that supports images. I'm a little disappointed that the alternate images didn't pan out, though. |
Re: Q for any HTML gurus
I have an idea. Make a table cell where you want the on/off line images to go. Make the offline image be the background of that cell. Then, have the Online image load there. If the server is Online, the image loads. If not, it doesn't load and you see the offline message.
|
Re: Q for any HTML gurus
That is how John Beech does it and I will also be using that style for my race styles at SE.org
|
Re: Q for any HTML gurus
http://forum.shrapnelgames.com/images/icons/icon6.gif That looks great!
Is there any way to erase the border around the broken image? |
Re: Q for any HTML gurus
<blockquote><font size="1" face="Verdana, Arial">quote:</font><hr>Originally posted by suicide_junkie:
Is there any way to erase the border around the broken image?<hr></blockquote> If the border is around the img, add border=0 as a property of the <img> tag. If it is around the table, do the same with the <table> tag. If it is around a table cell, add a "border-width: 0" style attribute to the <td> tag. Otherwise, post a url so I can see what the problem is. |
Re: Q for any HTML gurus
Homepage/Imagepack
When the "Online" image is broken, I get the box. I have set the Height & width so I don't get the stupid "X" or torn icons, but I still get an image border. |
Re: Q for any HTML gurus
SJ, I looked at your HTML code, you have a <table> within the <table>, the one whose <td> tag has the BACKGROUND property set. Add "BORDER=0" as a property to the inner <table> tag.
|
All times are GMT -4. The time now is 07:20 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.