The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> crazy problem, html missing .. kinda
deathgod
post Jan 26 2008, 10:42 PM
Post #1





Group: Members
Posts: 3
Joined: 26-January 08
Member No.: 4,811



heya
was wondering if anyone can help me ..

http://www.krock.com.au/krock%20website/index.html

check out the page ..
now in DW and on PCs at work i can see all the images in the table. ( 6 images in all )

anyways ..when i view the webpage from here at home.. i cannot see 2 of the images.

also, in the code i can see the images, but when i am looking online i cant ..
here is the source from the page as it appears on my PC online


<table width="420" border="1">
<tr>
<td width="50%"></td>
<td width="50%"><a href="http://www.sonypictures.com.au/movies/walkhard/index.html" target="_blank"><img src="images/front/walkhard.jpg" alt="cox rox" width="205" height="75" border="0" /></a></td>
</tr>
<tr>
<td><a href="http://www.gfc.com.au" target="_blank"><img src="images/front/clinic.jpg" alt="register here" width="205" height="75" border="0" /></a></td>

<td><a href="http://www.outwiththenew.com/ProductDetails.aspx?acc=95&id=452" target="_blank"><img src="images/front/modernlegion.jpg" alt="get ya tix now - launch show will rock" width="205" height="75" border="0" /></a></td>
</tr>
<tr>
<td><a href="http://www.woolexchange.com.au/" target="_blank"><img src="images/front/noiseworks.jpg" alt="Noiseworks and Choirboys" width="205" height="75" border="0" /></a></td>
<td></td>
</tr>
</table>
</div>
<!-- InstanceEndEditable --></div>

</div>


here is how it appears in DW on my PC, and how it appears on other PCs..


<table width="420" border="1">
<tr>
<td width="50%"><a href="promos/valentine.html"><img src="images/front/comp.jpg" alt="enter now" width="205" height="75" border="0" /></a></td>
<td width="50%"><a href="http://www.sonypictures.com.au/movies/walkhard/index.html" target="_blank"><img src="images/front/walkhard.jpg" alt="cox rox" width="205" height="75" border="0" /></a></td>
</tr>
<tr>
<td><a href="http://www.gfc.com.au" target="_blank"><img src="images/front/clinic.jpg" alt="register here" width="205" height="75" border="0" /></a></td>
<td><a href="http://www.outwiththenew.com/ProductDetails.aspx?acc=95&id=452" target="_blank"><img src="images/front/modernlegion.jpg" alt="get ya tix now - launch show will rock" width="205" height="75" border="0" /></a></td>
</tr>
<tr>
<td><a href="http://www.woolexchange.com.au/" target="_blank"><img src="images/front/noiseworks.jpg" alt="Noiseworks and Choirboys" width="205" height="75" border="0" /></a></td>
<td><a href="promos/soundwave.html"><img src="images/front/promo.jpg" alt="get the 411" width="205" height="75" border="0" /></a></td>
</tr>
</table>
</div>
<!-- InstanceEndEditable --></div>

very wierd ?
hope this all makes sense ... anyone have any ideas or thoughts ?

Attached Image
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Dr Z
post Jan 26 2008, 11:49 PM
Post #2


Advanced Member
****

Group: Members
Posts: 221
Joined: 23-August 06
Member No.: 11



I looked at your site with Firefox, Opera & IE7, I can see all six images. I do not know what Browser you are using, but perhaps it is a cache problem. Try to clear the cache of your browsr, and see if it helps.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deathgod
post Jan 27 2008, 12:17 AM
Post #3





Group: Members
Posts: 3
Joined: 26-January 08
Member No.: 4,811



thanks for the reply Dr Z
I have checked the site with http://browsershots.org/ and it seems to work in all browsers

i have also cleared cache and all temp files etc..
dang, damn thing has me beat ...

when i log onto the site on my pc the images are missing, even the source says they are missing, but the site sitting on my pc has the images and correct source..

this is the source from the site as i see it online.. with the images missing ..

<table width="420" border="1">
<tr>
<td width="50%"></td>
<td width="50%"><a href="http://www.sonypictures.com.au/movies/walkhard/index.html" target="_blank"><img src="images/front/walkhard.jpg" alt="cox rox" width="205" height="75" border="0" /></a></td>
</tr>
<tr>
<td><a href="http://www.gfc.com.au" target="_blank"><img src="images/front/clinic.jpg" alt="register here" width="205" height="75" border="0" /></a></td>

<td><a href="http://www.outwiththenew.com/ProductDetails.aspx?acc=95&id=452" target="_blank"><img src="images/front/modernlegion.jpg" alt="get ya tix now - launch show will rock" width="205" height="75" border="0" /></a></td>
</tr>
<tr>
<td><a href="http://www.woolexchange.com.au/" target="_blank"><img src="images/front/noiseworks.jpg" alt="Noiseworks and Choirboys" width="205" height="75" border="0" /></a></td>
<td></td>
</tr>
</table>
</div>
<!-- InstanceEndEditable --></div>

</div>


also .. on a couple of other pages images are missing when i view the site online, but other PCs (even using the same service provider) can see it all

damn html stuff

: P

another thing, the 2 pages that are linked to the missing images also look wierd

heres one of them..
url is www.krock.com.au/krock%20website/promos/valentine.html



what i see on my PC is attached


Attached Image

thanks in advance !

btw i use IE7 and Firefox 2

This post has been edited by deathgod: Jan 27 2008, 12:20 AM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jan 27 2008, 08:03 PM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Do you use a firewall with web-washing features or other ad-blocking software? Some of those things use a list with forbidden filenames and even typical image sizes to block advertising. Since this only happens on one computer, I'd guess it's something like this.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Dr Z
post Jan 27 2008, 08:10 PM
Post #5


Advanced Member
****

Group: Members
Posts: 221
Joined: 23-August 06
Member No.: 11



QUOTE(pandy @ Jan 27 2008, 05:03 PM) *

Do you use a firewall with web-washing features or other ad-blocking software? Some of those things use a list with forbidden filenames and even typical image sizes to block advertising. Since this only happens on one computer, I'd guess it's something like this.


I whole heartedly agree with Pandy. Since it is an isolated case, the cause must be in that specific computer.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Dr Z
post Jan 27 2008, 09:20 PM
Post #6


Advanced Member
****

Group: Members
Posts: 221
Joined: 23-August 06
Member No.: 11



After thought... From the PC you are having problems with:

Are you looking at your site with different Browsers - and not seeing the pictures? If so follow, Pandy's line of thought in trouble shooting.

If you are looking using only one Browser, then I would start looking at the settings of that Browser. For example IE - under "Internet Options > Advanced Settings", has a box "Show Pictures".

Good Luck.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
deathgod
post Jan 28 2008, 12:41 AM
Post #7





Group: Members
Posts: 3
Joined: 26-January 08
Member No.: 4,811



hey guys
tx so much for ya help

what i ended up doing was moving the troubled images from a folder called ..promos/images to the folder just called images

this seemed to fix everything !

tx again
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jan 28 2008, 12:57 AM
Post #8


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



"Promos" is definitely on the list.

I have an old list, maybe 4 years old. This was what Norton blocked then. BTW you can check if this's happening by viewing source. The URLs will be rewritten.

Sizes;
125x125
160x600
180x150
234x60
240x400
250x250
300x250
336x280
468x60
88x31
120x90
120x60
120x240

Names:
ads.go2net.com
.atdmt.com
&ad=
&merchant_
.tribalfusion.com
?banner=
ar.atwola.com
.ad.
.ads/
.ads.
.net-on.com
.webconnect.net
1-2-free.com
199.172.144.25/2
/199.78.52.
%23CLink
%2Fads%2E
%3Fad%2E
a32.g.a.yimg.com/7
?acb=acb
/accipiter/adserver
actionsplash.com/
&ad_
/ad-
/ad/
_ad.
/ad.
?ad.
?ad.cgi
-ad.cgi
ad.doubleclick.net/
/ad.html
?ad=
adbanner
adbot.
/adbot.
adbot.com
adbucks.com/
adcenter.in2.com
AdClick
/adclient.
/adcontent.
/ad_control
/adcouncil/
adcount.hollywood.com
/addhit.cfm
ad-flow.com
/adforce/
/adgifs/
/adgraph/
AdID=
AI=
/ad_image
/adimage
/adimg/
/adinfo
/adjuggler
?adlink
adlink.de/
adlink.htm
adlink.preferences.com
/adlog.
/adman.
adman.medius.net
admaximize.com/
/adnet/
/adnet.
adoptimizer
/adpics/
/adpopup
/adproof/
adredir.asp
/adredirect
_ads/
-ads/
/ads-
/ads/
/ads.
ads.adsmart.net
ads.clickagents.com
ads.imagine-inc.com
ads.imdb.com
ads.infospace.com
ads.lycosasia.com.sg/RealMedia/ads/
ads.narrowline.com
ads.realmedia.com
ads.softbank.net
ads.usatoday.com
ads.washingtonpost.com
ads.web21.com
/adsales
/adsamples/
?adserv
/adserv
/adserve
/adserver/
adserver.
adserver.
/Ads/Media/
/adspace
/adsrc
/AdsRotator.asp
/AdSwap.dll
ads0
ads1
ads2
ads3
ads4
ads5
ads6
ads7
ads8
ads9
/ad_track/
ad-up.com
/adv/
?adv=
/advert/
/advertentie
/advertise/
advertisements
/advertiser/
/advertisers/
/advertising/
advertising.com
/adverts/
/adview.
adware.hu
/AdWindowRotator.asp/
affiliatetarget.com/
ajrotator
alladvantage.com/go.asp?refid=
allclicks.com/
allpolitics.com/ads/
allpolitics.com/ads/
andovernews.com/banner
andovernews.com/pagecount.gif
angelfire.com/sys/popup
badservant.guj.de
/banner/
/banner.
&banner=
/banner=
bannerad
banner_ad
/bannerads/
/banner-ads/
bannerads.
bannerbrokers.com/
bannerexchange.com
/bannergifs/
/bannerimages/
/banner_images/
bannerland.de/
bannermall.com/
bannerpool.com/
bannerpower.com
/banners/
bannerspace.com/
bannerswap.com
bfast.com/booklink
BF_Home_AD
/by.banclk?
cash.com/
cash4banner.com
cash4banner.de
/cgi/banner
/cgi/banner.cgi
/cgi-bin/accipiter
/cgi-bin/ad/
/cgi-bin/ad.cgi
/cgi-bin/ad_center/
/cgi-bin/adjuggler
/cgi-bin/ads/
/cgi-bin/ads.cgi
/cgi-bin/ads.new
/cgi-bin/ads.pl
/cgi-bin/adserver.cgi
/cgi-bin/click.cgi
/cgi-bin/clickthru
/cgi-bin/clink?
/cgi-bin/pageview/pvcount
/cgi-bin/splitinfinity.cgi
/cgi-bin/top.cgi
/cgi-bin/topvlog.cgi
click.linksynergy
click1.wisewire.com
click100.genesis.com
click2.wisewire.com
click2net.com
click2paid.com
clickagents.com/cgibin/
clickbroker.com
clickbrokers.com
clickfinders.com/
clickhouse.com
clickit.go2net.com
/clickover.
clicks.equantum.com
clickslink.com/
clickthrough.ca/
clicktrade.com/
#CLink
clk_thru^
commission-junction.com
commonwealth.riddler.com
cornflakes.pathfinder.com
count4all.com
counters.honesty.com
crosswalk.com/click.ng/transactionID=
ctc.com/
/cyberfirst
dimeclicks.com/
dimeperclick.com/
dirtycash.com
discountclick.com
ds.cybereps.com
exchange-it.com/click.go?
fastclick.net/w/click.here
findcommerce.com/tracking
flycast.com
focalink.com
/follow_ad?
/generate_ad.
GeoAD?
/gifs/actionbanners/
globaltrack.com
globaltrak.net
/graphics/advert
hightrafficads.com
hitbox.com
hitexchange.net/
home.keyciti.com/addd2000/ok.shtml
/htmlad/
humanclick.com/
hyperbanner.net/
hypercount.com/
iadnet.com/
/image.ng
images/mainad
imgis.com
impartner.de/cgi-bin/
infoback.net
infoseek.com/redirect
java.yahoo.com/a/1-/flash
java.yahoo.com/a/1-/java
java.yahoo.com/a/a-/flash
java.yahoo.com/a/a-/java
/jbanner/
justwebads.com/
linkexchange.com
/liveads/
marketing.com
maxcash.cgi?
maximumcash.com/
mediahits.com/click.fcg
mediaserv.247media.com
megacash.de
mirror.qkimg.net
money4exit.de
movielink.com/media/imagelinks/MF.ad
movielink.com/media/imagelinks/MF.sponsor
ms-links.com/cgi-bin/
netads.hotwired.com
netbanner.com/cgi-bin/
/nph-bounce?
/nph-load?
/nph-redir?
nrsite.com
pagecount.com
/pagecount.gif
pathfinder.com/r0/marketing
pathfinder.com/sponsors
pegasoweb.com
pennyweb.com
/place-ads/
postmasterbannernet.com
progcgi/ads
/promos/
/promote/
/promotions/
qksrv.net
/rankem.cgi?action=
rd.yahoo.com/M=2
rd.yahoo.com/M=3
rd.yahoo.com/M=4
rd.yahoo.com/M=5
rd.yahoo.com/M=6
register-it.netscape.com/
/resource/advert/
rightstats.com
rmbclick.com/
/RotateAds/
safe-audit.com
/servfu.pl?
/servlet/AdletCounter
sextracker.com/
showad.asp
/showad.cgi?
smartclicks.com
spezialreporte.de/
spinbox.
/sponsor/
/sponsor.
/sponsors/
/sponsors.
sponsorweb.de/
spylog.com/
submit-it.com/images
telecom-pros.com/images
texchange.com/cgi-bin/
textlinks.com/
/topsites/rankem.cgi
tracker.clicktrade.com
/track/track.dll
tradedoubler.com
ukaffiliates2.com
ukbanners.com/
us.a1.yimg.com/us.yimg.com/a
us.i1.yimg.com/us.yimg.com/a
valueclick.com
valuesponsor.com
/videobanners/
/viewad/
/viewbanner.php3
vk4Voam2y
vwWzJwWLv9m2Cr
websitesponsors.com/
websponsors.com/cgi-bin/
webunion.com/cgi-localbin/click.cgi?
ww3.cybercity.com.tw/adexe/
www.247media.com.tw
www.admax.com/
www.admax.com.tw/
www.ads.
www.anonymizer.com/cm/door.cgi?
www.asiad.net/
www.banner.com.tw/
www.bannerwomen.com
www.clickadhere.com/
www.clickxchange.com/fr.phtml
www.cyberone.com.tw
www.epaper.com.tw/cgi-bin/adm/ad_red
www.halee.com/advert/
www.link4link.com/cgi-bin/
www.marketspace
www.modchip.com/clickcgi/click.cgi?
www.netvigator.com.tw/popad/
www.nj.com/adverts
www.nrsite.com
www.search.com/Banners
www.warehouse.com/netbuyer/ticker/
www.whispa.com/tracking/
www.wishing.com/webaudit/
yahoo.com/adv/
yahoo.com/CategoryID=0
yimg.com/images/compliance/
zi.r.tv.com
zmedia.com
_banner.
/advertpro
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 24th April 2024 - 11:50 AM