Results 1 to 4 of 4

Thread: HTML Help!!!

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Galloway, OH, US
    Posts
    13

    Question

    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???????
    M Gifford

  2. #2
    Guest
    What's the webpage?

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Galloway, OH, US
    Posts
    13
    The website is: http://www.vcompconsulting.com/Lost Child/Home

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

  4. #4
    Guest
    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
  •  



Click Here to Expand Forum to Full Width