Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
actioneer #1
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
-
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... -
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... -
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... -
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"... -
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... -
Lionstone #2
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"><html></p>
<p class="p1"><head></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
-
actioneer #3
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



Reply With Quote

