Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
5273 #1
Ie Explorer help please
:disgust; I've created a page. Very simple table with images using absolute URL
links to the images. Everything displays fine in both Netscape and Safari, but
the images do not display in Explorer. Personally, I try to avoid Explorer like
a plague but my clients use it so it needs to test properly there. Can anyone
please give me a clue what's wrong with my code?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Woloshin Communications</title>
<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<table width="708" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="186" valign="top"><em><img
src="http://www.newsletterassociates.com/ClientSites/Woloshin/Images/TopLeft.gif
" width="186" height="164" /></em></td>
<td width="277" valign="top"><img
src="/ClientSites/Woloshin/Images/TopMiddle.gif" width="277" height="164"
/></td>
<td valign="top"><img
src="http://www.newsletterassociates.com/ClientSites/Woloshin/Images/TopRight.gi
f" width="246" height="164" /></td>
</tr>
<tr>
<td width="186" valign="top" bgcolor="#ce241c"> </td>
<td valign="top"><img
src="http://www.newsletterassociates.com/ClientSites/Woloshin/Images/MapLeft.gif
" width="277" height="287" /></td>
<td valign="top"><img
src="http://www.newsletterassociates.com/ClientSites/Woloshin/Images/MapRight.gi
f" width="246" height="287" /></td>
</tr>
<tr>
<td width="186" valign="top"> </td>
<td colspan="2" valign="top"><img
src="http://www.newsletterassociates.com/ClientSites/Woloshin/Images/MissionStat
ement.gif" width="523" height="109" /></td>
</tr>
<tr>
<td width="186" height="115" valign="top"> </td>
<td height="115" colspan="2" valign="top" bgcolor="#4b4142"> </td>
</tr>
</table>
</body>
</html>
5273 Guest
-
CGI::Explorer V 2.04
The pure Perl module CGI::Explorer V 2.04 is available immediately from CPAN, and from http://savage.net.au/Perl-modules.html. On-line docs, and... -
Windows Explorer opens PDF, clicking EXIT causes explorer "error" message after viewing
I can view the PDF pages from within the Winows Explorer "web browser" but if I try and close the window by using the EXIT, clicking on the X in the... -
Explorer
I have found out that I am not able to connect to any secure websites on my win Xp pro box. It is beacuse the Cipher strength is set to o-bit and it... -
how to un install i explorer...not internet explorer
What is the process name that you are finding. Press Ctrl-Alt-Del and go to processes, write down what it says under "image name" for the suspect... -
explorer 6.0
I keep getting booted off the internet. The error messages tell me there is no fix for my problem but I should upgrade to Explorer 6.0 which I...



Reply With Quote

