Forum Moderators: mack
Dear foum members:
I am learing using dreamwaver 8. I followed a tutorial to create a web page (URL: [macromedia.com...] )
After completed the tutorial, I did a preview of this sample page on IE browser (version 6.0). The image file (.jpg format) won't display on internet explorer. But the impage displayed in local site stored on my hard disk.
the file called index.html. One image is banner_graphic.jpg doesn't display in IE.
I check the source code it look like this:
<body onload="MM_CheckFlashVersion('8,0,0,0','Content on this page requires a newer version of Macromedia Flash Player. Do you want to download it now?');">
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="90"><img src="/images/banner_graphic.jpg" alt="" name="banner_graphic" width="700" height="92" id="banner_graphic" style="background-color: #993300" /></td>
</tr>
<tr>
I used "Check target browser for current document" feature from DW8. it list give a report. the content are as follows:
File C:\Program Files\Dreamweaver 8\local_sites\cafe_townsend\index.html (Back to Index)
1. Warning Warning: Attributes and values for the EMBED tag vary by plug-in. Please check that all attributes and values are valid.Microsoft Internet Explorer 5.0, Microsoft Internet Explorer 5.5, Microsoft Internet Explorer 6.0, Netscape Navigator 6.0
line 58 <embed src="/flash_fma.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="700" height="150">
also lines 76
Information The xmlns attribute of the HTML tag is not supported, but it has no detrimental effect.Netscape Navigator 6.0, Netscape Navigator 7.0
line 2 <html xmlns="http://www.w3.org/1999/xhtml">
Error The id attribute of the Object tag is not supported.Netscape Navigator 6.0
line 70 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="202" height="186" id="FLVPlayer">
Please give me some suggestion on how to fix this problems. I appreciate your help.
webtown006
1-7-05
It might solve your problem if you have different folder names and locations for the image depending on if you work offline or online. It's a common problem, hope it works!