Frontpage 2003 based web loads as a blank page in Safari????

V

Valeria

I have just developed a website with frontpage 2003 and when it is opened in
a Safari Browser on a Mac by customers they see nothing but a blank page.
The site works fine in Netscape on Mac.

Any idea why? And what I need to do to fix it?

The site http://www.healerwisdom.com
 
T

Tom [Pepper] Willett

It could very well be the styles you are using, such as the margins.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
|I have just developed a website with frontpage 2003 and when it is opened
in
| a Safari Browser on a Mac by customers they see nothing but a blank page.
| The site works fine in Netscape on Mac.
|
| Any idea why? And what I need to do to fix it?
|
| The site http://www.healerwisdom.com
|
|
 
R

Ronx

The following errors found with a very fast look at the HTML will contribute
to problems:

Illegal and incomplete <!doctype

<!doctype html public &quot;-//W3C//DTD HTML 4.01
Transitional//EN&quot;&gt;

should be
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">

Invalid attributes in table cells, such as padding: in

<td valign="middle" bgcolor="#FF0000" padding: 0 height="4"></td>

PHP?? comment

<? //---Valeria Modification End ---// ?>

Unclosed table at end of page:

</table>

<tr>
<td width="101%" height="65">
&nbsp;

</body>

</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top