 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

June 10th, 2004, 03:54 AM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
DMX2004 7.1
I have just installed the latest version of DMX2004 - 7.1,
and since then I am having problem with the website preview in IE6.
When I design the page and insert an image it display in design view but it does not display in the browser.
checked the path and it seems to point to the right one.
the browser keeps hanging on and it takes more then 15min to display a very small amount from a page.
It did work very well before hand.
I reinstall IIS, DMX2004, but the problem is still there.
Any suggestions?
L Ion
__________________
L Ion
|
|

June 12th, 2004, 07:01 AM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I manage to get the IIS working again by reloading windows and all programs.
Everything works fine except one thing:
<link href="style_css.css" rel=stylesheet type=text/css>
if I include the style sheet, the IE does not display anything and keeps hanging on forever.
without the style sheet the page loads fine.
Any help there?
L Ion
|
|

June 12th, 2004, 07:18 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
How are you previewing the page? Do you have Dreamweaver create a temporary copy? If so, did you try disabling that feature?
And how does your style sheet look like?
And for the images: did you upload them to your remote server as well? Dreamweaver shows you your local copy, but when you run the page, the browser will request the images from the remote server.....
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

June 12th, 2004, 07:29 AM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Please find bellow a copy of my CSS file:
body,td,th {
font-family: Verdana;
font-size: 10px;
}
a {
font-family: Verdana;
font-size: 10px;
}
The create temporary files is unchecked.
L Ion
|
|

June 12th, 2004, 07:42 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Then I am stumped. It shouldn't be like that.
You are using localhost as the "remote" server, right? How did you set up / configure the Dreamweaver site? Did you set up the Local, Remote and Testing category?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

June 12th, 2004, 07:47 AM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
No, I have the Remote server setup as the FTP server on the web.
Testing server as localhost
L Ion
|
|

June 12th, 2004, 07:56 AM
|
|
Authorized User
|
|
Join Date: Jul 2003
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
It sounds to me that, for some reason, the CSS file is not making it to the testing or remote server.
Check to see if the CSS is on the server. The browser needs to load the CSS before the document.
Charles
Charles E. Brown
Author - Beginning Dreamweaver MX, Fireworks MX - Zero to Hero
Contributor - Macromedia Studio MX Bible
|
|

June 12th, 2004, 08:06 AM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I checked on the testing server and all files are there.
I created a new site, and I am getting the same results.
No images comes in the browser, and no css file.
another thing i just noticed:
I have a template.asp page where I also have 4 includes:
top.asp
left.asp
right.asp
bottom.asp.
the template.asp shows grand in the design view until I add some asp code. (ex. <%=Now()%>
the asp code just added display in the browser fine but when I go back to Dreamweaver all I can see is the top.asp include file.
all the other ones are gone, but they exist in the code.
This is just absurd as I just loaded a fresh copy of Dreamweaver.
L Ion
|
|

June 12th, 2004, 01:45 PM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I found the problem to be on the IIS 5.1
If I use the server on the laptop, the websites are working fine.
I'll have this sorted out soon.
Thanks for everything.
If you have any ideeas how to please reply.
meantime i am doing my best to have resolved.
L Ion
|
|

June 12th, 2004, 03:42 PM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Sorted out.
Zone Alarm Pro was the problem.
L Ion
|
|
 |