|
-
Sep 25th, 2000, 07:04 PM
#1
Thread Starter
New Member
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
#2
-
Sep 26th, 2000, 01:57 PM
#3
Thread Starter
New Member
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
#4
Well, the webpage loads fine for me, but I have found the possible problem.
Code:
<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.
Code:
<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>
......
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|