PDA

Click to See Complete Forum and Search --> : HTML Help!!!


mgifford
Sep 25th, 2000, 07:04 PM
I don't know if any of you can help me with this but I designed a webpage and most people can click the link or type in the address and they see the webpage as intended. However, I have several people who have tried to view the webpage and all they see is my HTML code for the page. WHY???????

Sep 25th, 2000, 09:02 PM
What's the webpage?

mgifford
Sep 26th, 2000, 01:57 PM
The website is: http://www.vcompconsulting.com/Lost Child/Home

Let me know what you think. Thanks for your help.

Sep 26th, 2000, 02:50 PM
Well, the webpage loads fine for me, but I have found the possible problem.

<HTML>

<HEAD>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">

<META NAME="Generator" CONTENT="Microsoft Word 97">
<I><FONT FACE="Arial" COLOR="#000080"><P ALIGN="CENTER">Since September 21, 2000, you are visitor number: <IMG SRC="http://www.counter4free.com/cgi-bin/count.pl?id=25921" WIDTH=18 HEIGHT=29></P>

<TITLE>The Lost Child Support Group - Homepage</TITLE>

<META NAME="Template" CONTENT="C:\Program Files\Microsoft Office\Templates\Web Pages\Web Page Wizard.wiz">

</HEAD>

<BODY LINK="#0000ff" VLINK="#800080" BACKGROUND="Image4.jpg">



<BGSOUND SRC="my_heart_will_go_on_1[1].mid" LOOP="INFINITE">

......


The bolded line should not be in the title, but in the body.

<HTML>

<HEAD>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">

<META NAME="Generator" CONTENT="Microsoft Word 97">

<TITLE>The Lost Child Support Group - Homepage</TITLE>

<META NAME="Template" CONTENT="C:\Program Files\Microsoft Office\Templates\Web Pages\Web Page Wizard.wiz">

</HEAD>

<BODY LINK="#0000ff" VLINK="#800080" BACKGROUND="Image4.jpg">



<BGSOUND SRC="my_heart_will_go_on_1[1].mid" LOOP="INFINITE">

<I><FONT FACE="Arial" COLOR="#000080"><P ALIGN="CENTER">Since September 21, 2000, you are visitor number: <IMG SRC="http://www.counter4free.com/cgi-bin/count.pl?id=25921" WIDTH=18 HEIGHT=29></P>

......