tags:

views:

23

answers:

1

I am creating an shtml website and I am wondering how can you test the webiste in dreamweaver. Do you simply change the extentions back to html?

A: 

If you test it as HTML in Dreamweaver, you're not going to get the expected results, since neither Dreamweaver nor browsers render SSI. Dreamweaver does have some provision for coding it, but you will have to test on a development server.

Matthew Flaschen
I was afraid of that... The problem I am running into is it looks great in Dreamweaver then when I ftp to the server I am not getting the sam results. I am kind of a rookie and I did not know if Dreamweaver had some sort of vitual option. Thanks
Michael
When you're viewing the remote page in the browser (meaning SSI is done on the server), try browsing the HTML DOM with Firebug. That can help you figure out where the SSI might be going wrong.
Matthew Flaschen
I have not familar with Firebub I will check into it.... Thanks for your help.
Michael