Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 02-01-2005, 08:00   #1 (permalink)
Owen
Civilians

 
Default <img> content being replaced by spaces!

This is the wierdest problem.

I have a web page with some HTML code, for example:

<a href="mypage.htm"><img src="pagelogo.gif" alt="click here"></img></a>

But when I visit the page in my browser (both IE and Firefox do it), the
image is missing, and when I do a "View Source", the code has been *changed*
so that the <img> portion is replaced (yes, replaced!) by spaces:

<a href="mypage.htm"> (spaces!) </a>

However, the symptoms only seem to occur on my home PC - the page works fine
on my work PC. The page in question is www.binarybaby.co.uk - there
should be an animated logo (.gif) at the top of the page.

Why in the name of God are my browser(s) bastardising the HTML code? It
can't be the server because it only occurs on my home PC. And the files on
the server are correct.

W.T.F.??????

Owen


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 02-01-2005, 08:00   #2 (permalink)
Dylan Parry
Civilians

 
Default Re: <img> content being replaced by spaces!

Owen wrote:

> Why in the name of God are my browser(s) bastardising the HTML code?


You seem to have done a good job of that yourself

(Hint: the image element does not have a closing tag)

--
Dylan Parry
http://webpageworkshop.co.uk -- FREE Web tutorials and references
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-01-2005, 08:00   #3 (permalink)
Owen
Civilians

 
Default Re: <img> content being replaced by spaces!


"Dylan Parry" <usenet@dylanparry.com> wrote in message
news:369364F507ik8U1@individual.net...
> Owen wrote:
>
>> Why in the name of God are my browser(s) bastardising the HTML code?

>
> You seem to have done a good job of that yourself
>
> (Hint: the image element does not have a closing tag)
>


Yeah ok thanks for that, but do you have any ideas about the problem i
described?



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-01-2005, 08:00   #4 (permalink)
Doc O'Leary
Civilians

 
Default Re: <img> content being replaced by spaces!

In article <ADILd.52$0o6.22@newsfe3-win.ntli.net>,
"Owen" <spam@spam.com> wrote:

> However, the symptoms only seem to occur on my home PC - the page works fine
> on my work PC. The page in question is www.binarybaby.co.uk - there
> should be an animated logo (.gif) at the top of the page.
>
> Why in the name of God are my browser(s) bastardising the HTML code? It
> can't be the server because it only occurs on my home PC. And the files on
> the server are correct.
>
> W.T.F.??????


T.F. is likely your ISP (or yourself) running a banner blocking proxy.
To the computer, what you have looks like a banner ad, so it gets
removed.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-01-2005, 08:00   #5 (permalink)
Owen
Civilians

 
Default Re: <img> content being replaced by spaces!


"Doc O'Leary" <droleary.usenet@2005.subsume.com> wrote in message
news:droleary.usenet-3BB7A4.05235201022005@corp.supernews.com...
> In article <ADILd.52$0o6.22@newsfe3-win.ntli.net>,
> "Owen" <spam@spam.com> wrote:
>
>> However, the symptoms only seem to occur on my home PC - the page works
>> fine
>> on my work PC. The page in question is www.binarybaby.co.uk - there
>> should be an animated logo (.gif) at the top of the page.
>>
>> Why in the name of God are my browser(s) bastardising the HTML code? It
>> can't be the server because it only occurs on my home PC. And the files
>> on
>> the server are correct.
>>
>> W.T.F.??????

>
> T.F. is likely your ISP (or yourself) running a banner blocking proxy.
> To the computer, what you have looks like a banner ad, so it gets
> removed.


Hmm. This bastard McAffee Internet Security software is causing me problem
after problem, I'm beginning to regret buying it.

Owen


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-01-2005, 16:00   #6 (permalink)
GreyWyvern
Civilians

 
Default Re: <img> content being replaced by spaces!

And lo, SpaceGirl didst speak in alt.www.webmaster:

> Renders fine, but doesn't validate at all. So who knows what each
> browser will really do.


Validating code is not a prerequisite for cross-browser rendering
predictability.

> ANYWAY - the site looks fine here; as others have suggested maybe you
> have some sort of ad-blockers running. You may have accidentally told it
> to block that image? I can only think of two other things - a cached
> version of the image that's blank (perhaps you had a placeholder there
> previously, and your browser has it cached?), or your browser has been
> set to not display animated GIFs (FireFox has the option to do this, for
> example).


If it isn't a caching problem, it is likely some page-element blocking
filter, like Proxomitron for instance, as you say.

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollory that nothing is ridiculous.
- http://www.greywyvern.com - Orca Knowledgebase: Completely CSS styleable
Knowledgebase/FAQ system
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-01-2005, 16:00   #7 (permalink)
Martin Meng
Civilians

 
Default Re: <img> content being replaced by spaces!

This is probably an issue with your ISP somehow blocking the image.
It could also be your browser being hi-jacked. Try switch browser?

Junxter Ad Network
http://www.junxter.com


Owen wrote:
> This is the wierdest problem.
>
> I have a web page with some HTML code, for example:
>
> <a href="mypage.htm"><img src="pagelogo.gif" alt="click here"></img></a>
>
> But when I visit the page in my browser (both IE and Firefox do it), the
> image is missing, and when I do a "View Source", the code has been *changed*
> so that the <img> portion is replaced (yes, replaced!) by spaces:
>
> <a href="mypage.htm"> (spaces!) </a>
>
> However, the symptoms only seem to occur on my home PC - the page works fine
> on my work PC. The page in question is www.binarybaby.co.uk - there
> should be an animated logo (.gif) at the top of the page.
>
> Why in the name of God are my browser(s) bastardising the HTML code? It
> can't be the server because it only occurs on my home PC. And the files on
> the server are correct.
>
> W.T.F.??????
>
> Owen
>
>

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[News Feed] C-141 replaced with C-17 Forum Mouse News Articles 0 01-02-2005 16:00
[News Feed] C-141 replaced with C-17 Forum Mouse News Articles 0 11-01-2004 00:00
Formula replaced by its value? Jean Fontaine Microsoft Applications 2 07-08-2004 07:34
#DIV/0! replaced by 'O' imageres Microsoft Applications 1 06-16-2004 03:47
then get it replaced! Hayman Automotive 0 06-14-2004 17:57


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 10:46.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.94804 seconds with 19 queries