Can someone tell me why this page won't display?

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Can someone tell me why this page won't display?

    [url]http://errall.com/page.html[/url]

    starts with <html>
    ends with </html>

    I see only source code - I'm at a loss ..wtf?....thanks!
    actioneer Guest

  2. Similar Questions and Discussions

    1. Flash will not display on cfm page
      For some reason my coldfusion server will not display any Flash (including Flash Forms) If I change the page to html it displays fine, also there...
    2. Browser doesn't display the right web page
      Hey everyone, I have this problem with a web page that doesn't display right. What happen was my client has a news web page that is being updated...
    3. Cannot display page error
      Hi, I am trying to access some old applications i have written in CFusion 5.0. I am displaying the HTM L fine, but all my CFm pages give me a...
    4. How To: Display content page to page w/ different domain
      Greetings - Domain 1 = State Domain 2 = County What I would like to accomplish, is display 12 lines of code from a web page under "domain 1"...
    5. Display all records on a page?
      This is the code I'm using to display records from an Access database in a random order. The problem is when the page is refreshed it doesn't...
  3. #2

    Default Re: Can someone tell me why this page won't display?

    You're not seeing the page source. Choose view->source for that. What
    you'll see is a standard page heading followed by a body full of things like
    this:

    <p class="p1">&lt;html&gt;</p>
    <p class="p1">&lt;head&gt;</p>

    That will write
    <html>
    <head>
    to the display. So you've got a web page that displays HTML code, but
    that's what it's supposed to be doing based on what I see in the source.

    "actioneer" <webforumsuser@macromedia.com> wrote in message
    news:ec0gt9$er7$1@forums.macromedia.com...
    > [url]http://errall.com/page.html[/url]
    >
    > starts with <html>
    > ends with </html>
    >
    > I see only source code - I'm at a loss ..wtf?....thanks!

    Lionstone Guest

  4. #3

    Default Re: Can someone tell me why this page won't display?

    I posted this question on the General Discussions forum and got the answer
    there so never mind. BTW.. the answer is that using Mac osX's TextEdit
    wordprocessing program screws up your html doc.

    actioneer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139