Include is not visible

W

wfoster3

Previously, the included content was working fine. Now, the logo include is
not visible in the browser OR when uploaded to the server. It shows fine in
FP(2003) design and preview modes, but not otherwise. The url is
http://www.virtualfarmersmarket.com/ Can anyone see what I'm doing wrong?
Thanks for the help!!
 
R

Ronx

in logo.htm, change

<html>

<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>Logo Include</title>
<p align="center">
<img border="0" src="images/Logo2.jpg" width="800" height="100"></p>

</head>

<body>


</body>

</html>

to

<html>

<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>Logo Include</title>
</head>

<body>

<p align="center">
<img border="0" src="images/Logo2.jpg" width="800" height="100"></p>

</body>

</html>
 
W

wfoster3

That worked beautifully! Thank you very much, I really appreciate your help.
I've learned a great deal from this newsgroup and am glad it's here!!

Wanda
 
Top