Forum Moderators: open

Message Too Old, No Replies

SSI and DW MX? Problems...!

         

ukgraffiti

8:50 pm on Dec 1, 2003 (gmt 0)

10+ Year Member



Hello, this is my site...
<sorry, no personal urls>

I have designed a new nav bar in fireworks, with some swap image java attributes.

I want to include this, for a template page.
However, when in DW, i create a table...then try to insert this include. it then makes the table not visible in design view?

I can see the table in the code, and put stuff in...preview it and it will work...

But this is making the design harder for me, as i like pulling the tables in design view...

anyone care to explain where im going wrong?
Many thanks

[edited by: tedster at 9:09 pm (utc) on Dec. 1, 2003]

ukgraffiti

8:57 pm on Dec 1, 2003 (gmt 0)

10+ Year Member



is it easier to do it in php?

richardb

9:14 pm on Dec 1, 2003 (gmt 0)

10+ Year Member



This is usually a server issue

<!--#include virtual="stuff.htm" --> If you are runnign apache
<!--#include file="stuff.htm" --> if on IIS

Does that do the trick?

Rich