Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
IE
ie55.activexcontrol
ie55.add_ons
ie55.browser
ie55.com.codedownload
ie55.css
ie55.databinding
ie55.dhtml
ie55.dhtml.authoring
ie55.dhtml.behaviors
ie55.dhtml.scripting
ie55.icw
ie55.misc
ie55.multimedia
ie55.oe.stationery
ie55.outlookexpress
ie55.programming
ie55.setup
ie55.webbrowser_ctl
ie6.browser
ie6.ieak
ie6.oe.wishlist
ie6.setup
ie6_oe.stationery
ie6_outlookexpress
  
 
date: Fri, 5 Aug 2005 15:12:02 -0700,    group: microsoft.public.windows.inetexplorer.ie55.browser        back       


images won't diplay   
I have never seen this before. Just created a simple home page with nothing 
but a table, two cells, four <img> tags for four jpg's - and only one of the 
img's will display!   Can't figure it out.  All from the same source, they 
were .eps files.  I converted them to .jpg in Photoshop.  Biggest noshow is 
1062KB, 2 others are 600KB, and all real graphics The only one that shows up 
is really a "text" jpg, 160 KB.   Code below. It's the "hands" images that 
won't show.  THey show fine in thumbnais though, and open in Photoshop. 
What's up? 

<HTML>
 <HEAD>
  <TITLE>ISS Inegrity Senior Sevrices </TITLE>
 <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
 <META http-equiv=Description content="Integrity Senior Services. 
Compassion. Understanding. Support. In-Home Counseling for Older Adults and 
Caregivers.">
 <META content="ISS, Intergrity, Integrity Senior, Integirty Senior 
Services, Claudette Duff, eldercare, counseling, caregivers, long-term care"  
name=Keywords>
 <LINK href="text.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
 </HEAD>

 <BODY bgColor=white leftMargin=0 topMargin=0>
  <TABLE cellSpacing=0 cellPadding=1 width=790 align=center bgColor=#ffffff 
border=1 valign="top">
   <TR>
    <TD height=6><img src="hands3.jpg" width=200 align=right> </TD></TR>
  <TR>
    <TD><img src="hands2.jpg" align=right><BR><img src="title1.jpg" 
width=550 align=middle><BR>
	<span style="font-family:Garamond; font-weight:bold; font-size:22px; 
color:#A03"> 
	          When Life Changes, We Can Help.</span>
	</td></tr>
<TR>
    <TD><img src-"hands3.jpg width=250 align=middle></td></tr>
</TABLE></BODY></HTML>
date: Fri, 5 Aug 2005 15:12:02 -0700   author:   JB

Re: images won't diplay   
"JB"  wrote in message
news:0A91ED70-8CD1-4F99-AC42-419755E348E9@microsoft.com 
> I have never seen this before. Just created a simple home page with
> nothing but a table, two cells, four <img> tags for four jpg's - and
> only one of the img's will display!   Can't figure it out.  All from
> the same source, they were .eps files.  I converted them to .jpg in
> Photoshop.  Biggest noshow is 1062KB, 2 others are 600KB, and all
> real graphics The only one that shows up is really a "text" jpg, 160
> KB.   Code below. It's the "hands" images that won't show.  THey show
> fine in thumbnais though, and open in Photoshop. What's up?
> 
> <HTML>
> <HEAD>
>  <TITLE>ISS Inegrity Senior Sevrices </TITLE>
> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
> <META http-equiv=Description content="Integrity Senior Services.
> Compassion. Understanding. Support. In-Home Counseling for Older
> Adults and Caregivers.">
> <META content="ISS, Intergrity, Integrity Senior, Integirty Senior
> Services, Claudette Duff, eldercare, counseling, caregivers,
> long-term care" name=Keywords>
> <LINK href="text.css" type=text/css rel=stylesheet>
> <META content="MSHTML 6.00.2800.1400" name=GENERATOR>
> </HEAD>
> 
> <BODY bgColor=white leftMargin=0 topMargin=0>
>  <TABLE cellSpacing=0 cellPadding=1 width=790 align=center
> bgColor=#ffffff border=1 valign="top">
>   <TR>
>    <TD height=6><img src="hands3.jpg" width=200 align=right>
>  </TD></TR> <TR>
>    <TD><img src="hands2.jpg" align=right><BR><img src="title1.jpg"
> width=550 align=middle><BR>
> <span style="font-family:Garamond; font-weight:bold; font-size:22px;
> color:#A03">
>           When Life Changes, We Can Help.</span>
> </td></tr>
> <TR>
>    <TD><img src-"hands3.jpg width=250 align=middle></td></tr>
> </TABLE></BODY></HTML>

Are the images in the same folder as the HTML file?

-- 
Frank Saunders, MS-MVP, IE/OE
Please respond in Newsgroup only.  Do not send email
http://www.fjsmjs.com
Protect your PC
http://www.microsoft.com./athome/security/protect/default.aspx
http://defendingyourmachine.blogspot.com/
date: Fri, 5 Aug 2005 21:42:46 -0500   author:   Frank Saunders, MS-MVP IE/OE

Re: images won't diplay   
Yes, it's all in one folder. I just started creating this page,. I've created 
very complex web sites, but this whole site will probably have only two or 
theree pages when it's done. Very simple, which is why it's so maddening for 
this to be happening. The few lines of code below are the ONLY code.  

The URL is http://home.si.rr.com/jbostrom/ISS/

I also fixed a few non-essential typos in the version of the code below 
including one - instead of =, so please refer to  the code below in this 
reply.  These typos however were  not the problem.  
JB

"Frank Saunders, MS-MVP IE/OE" wrote:

> "JB"  wrote in message
> news:0A91ED70-8CD1-4F99-AC42-419755E348E9@microsoft.com 
> > I have never seen this before. Just created a simple home page with
> > nothing but a table, two cells, four <img> tags for four jpg's - and
> > only one of the img's will display!   Can't figure it out.  All from
> > the same source, they were .eps files.  I converted them to .jpg in
> > Photoshop.  Biggest noshow is 1062KB, 2 others are 600KB, and all
> > real graphics The only one that shows up is really a "text" jpg, 160
> > KB.   Code below. It's the "hands" images that won't show.  THey show
> > fine in thumbnais though, and open in Photoshop. What's up?
> > 
> > <HTML>
> > <HEAD>
> >  <TITLE>ISS Integrity Senior Sevrices </TITLE>
> > <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
> > <META http-equiv=Description content="Integrity Senior Services.
> > Compassion. Understanding. Support. In-Home Counseling for Older
> > Adults and Caregivers.">
> > <META content="ISS, Integrity, Integrity Senior, Integrity Senior
> > Services, Claudette Duff, eldercare, counseling, caregivers,
> > long-term care" name=Keywords>
> > <LINK href="text.css" type=text/css rel=stylesheet>
> > <META content="MSHTML 6.00.2800.1400" name=GENERATOR>
> > </HEAD>
> > 
> > <BODY bgColor=white leftMargin=0 topMargin=0>
> >  <TABLE cellSpacing=0 cellPadding=1 width=790 align=center
> > bgColor=#ffffff border=1 valign="top">
> >   <TR>
> >    <TD height=6><img src="hands3.jpg" width=200 align=right>
> >  </TD></TR> <TR>
> >    <TD><img src="hands2.jpg" align=right><BR><img src="title1.jpg"
> > width=550 align=middle><BR>
> > <span style="font-family:Garamond; font-weight:bold; font-size:22px;
> > color:#A03">
> >           When Life Changes, We Can Help.</span>
> > </td></tr>
> > <TR>
> >    <TD><img src="hands3.jpg width=250 align=middle></td></tr>
> > </TABLE></BODY></HTML>
> 
> Are the images in the same folder as the HTML file?
> 
> -- 
> Frank Saunders, MS-MVP, IE/OE
> Please respond in Newsgroup only.  Do not send email
> http://www.fjsmjs.com
> Protect your PC
> http://www.microsoft.com./athome/security/protect/default.aspx
> http://defendingyourmachine.blogspot.com/
> 
> 
>
date: Sat, 6 Aug 2005 22:54:01 -0700   author:   JB

Re: images won't diplay   
Strange.  Does it here, too.

-- 
Frank Saunders, MS-MVP, IE/OE
Please respond in Newsgroup only.  Do not send email

"JB"  wrote in message
news:F8D74B98-6CE8-4BBD-9748-1AFE0CDD0747@microsoft.com 
> Yes, it's all in one folder. I just started creating this page,. I've
> created very complex web sites, but this whole site will probably
> have only two or theree pages when it's done. Very simple, which is
> why it's so maddening for this to be happening. The few lines of code
> below are the ONLY code. 
> 
> The URL is http://home.si.rr.com/jbostrom/ISS/
> 
> I also fixed a few non-essential typos in the version of the code
> below including one - instead of =, so please refer to  the code
> below in this reply.  These typos however were  not the problem.
> JB
> 
> "Frank Saunders, MS-MVP IE/OE" wrote:
> 
>> "JB"  wrote in message
>> news:0A91ED70-8CD1-4F99-AC42-419755E348E9@microsoft.com
>>> I have never seen this before. Just created a simple home page with
>>> nothing but a table, two cells, four <img> tags for four jpg's - and
>>> only one of the img's will display!   Can't figure it out.  All from
>>> the same source, they were .eps files.  I converted them to .jpg in
>>> Photoshop.  Biggest noshow is 1062KB, 2 others are 600KB, and all
>>> real graphics The only one that shows up is really a "text" jpg, 160
>>> KB.   Code below. It's the "hands" images that won't show.  THey
>>> show fine in thumbnais though, and open in Photoshop. What's up?
>>> 
>>> <HTML>
>>> <HEAD>
>>>  <TITLE>ISS Integrity Senior Sevrices </TITLE>
>>> <META http-equiv=Content-Type content="text/html;
>>> charset=iso-8859-1"> <META http-equiv=Description
>>> content="Integrity Senior Services. Compassion. Understanding.
>>> Support. In-Home Counseling for Older Adults and Caregivers.">
>>> <META content="ISS, Integrity, Integrity Senior, Integrity Senior
>>> Services, Claudette Duff, eldercare, counseling, caregivers,
>>> long-term care" name=Keywords>
>>> <LINK href="text.css" type=text/css rel=stylesheet>
>>> <META content="MSHTML 6.00.2800.1400" name=GENERATOR>
>>> </HEAD>
>>> 
>>> <BODY bgColor=white leftMargin=0 topMargin=0>
>>>  <TABLE cellSpacing=0 cellPadding=1 width=790 align=center
>>> bgColor=#ffffff border=1 valign="top">
>>>   <TR>
>>>    <TD height=6><img src="hands3.jpg" width=200 align=right>
>>>  </TD></TR> <TR>
>>>    <TD><img src="hands2.jpg" align=right><BR><img src="title1.jpg"
>>> width=550 align=middle><BR>
>>> <span style="font-family:Garamond; font-weight:bold; font-size:22px;
>>> color:#A03">
>>>           When Life Changes, We Can Help.</span>
>>> </td></tr>
>>> <TR>
>>>    <TD><img src="hands3.jpg width=250 align=middle></td></tr>
>>> </TABLE></BODY></HTML>
>> 
>> Are the images in the same folder as the HTML file?
>> 
>> --
>> Frank Saunders, MS-MVP, IE/OE
date: Sun, 7 Aug 2005 01:56:38 -0500   author:   Frank Saunders, MS-MVP IE/OE

Re: images won't diplay   
Page looks okay here - IE 6 SP-2 on WinXP SP-2.  Can send you a screenshot 
and the "view source" code or any other info you would like....

-- 

Jon R. Kennedy, MS MVP/IE
Charlotte, NC, USA
jkennedy2@carolina.rr.com

"JB"  wrote in message 
news:F8D74B98-6CE8-4BBD-9748-1AFE0CDD0747@microsoft.com...
> Yes, it's all in one folder. I just started creating this page,. I've 
> created
> very complex web sites, but this whole site will probably have only two or
> theree pages when it's done. Very simple, which is why it's so maddening 
> for
> this to be happening. The few lines of code below are the ONLY code.
>
> The URL is http://home.si.rr.com/jbostrom/ISS/
>
> I also fixed a few non-essential typos in the version of the code below
> including one - instead of =, so please refer to  the code below in this
> reply.  These typos however were  not the problem.
> JB
>
date: Mon, 8 Aug 2005 20:32:16 -0400   author:   Jon Kennedy

Re: images won't diplay   
Strange, now it looks okay here, too.

-- 
Frank Saunders, MS-MVP, IE/OE
Please respond in Newsgroup only.  Do not send email

"Jon Kennedy"  wrote in message
news:On8NjnHnFHA.2080@TK2MSFTNGP14.phx.gbl 
> Page looks okay here - IE 6 SP-2 on WinXP SP-2.  Can send you a
> screenshot and the "view source" code or any other info you would
> like.... 
> 
> 
> "JB"  wrote in message
> news:F8D74B98-6CE8-4BBD-9748-1AFE0CDD0747@microsoft.com...
>> Yes, it's all in one folder. I just started creating this page,. I've
>> created
>> very complex web sites, but this whole site will probably have only
>> two or theree pages when it's done. Very simple, which is why it's
>> so maddening for
>> this to be happening. The few lines of code below are the ONLY code.
>> 
>> The URL is http://home.si.rr.com/jbostrom/ISS/
>> 
>> I also fixed a few non-essential typos in the version of the code
>> below including one - instead of =, so please refer to  the code
>> below in this reply.  These typos however were  not the problem.
>> JB
date: Mon, 8 Aug 2005 20:15:17 -0500   author:   Frank Saunders, MS-MVP IE/OE

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us