Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
BarakLevy #1
Include and shtml files
Hello,
I made a web site: [url]www.kilolambda.comhttp://www.tween-id.com/customers/error/error2.html[/url]
BarakLevy Guest
-
how do I hide database connection files using PHP include files?
I have the following at the beginning of the PHP page: <?php require_once('Connections/conn.php'); ?> I want to hide the connection file,... -
Include files in .NET
Hi, Does anyone know the syntax to include a .js file in an ASPX page. Colm -
DM MX and Include files
We recently converted from MS Interdev to DW MX and I have copied the files for our existing site into a local site in DW. Most of our pages have SSI... -
include files
Hi all, I used to use the include statement in classic asp to centralise my database connection, is there a better way in asp.net, whats the... -
.inc include files and default index.shtml serving from a Mac to Internet Explorer
Hi, Is there anything which necessarily must be done to make .shtml pages with include files function properly on Macs? Will a Mac server... -
christina.heikkila #2
Re: Include and shtml files
First of all, that's a beautiful website - I love the design.
I think your problem is with duplicated page structure - for example, inside
the body element, you've got another DOCTYPE declaration, html, head, body,
etc! Contribute is probably getting confused by this, and rightly so. Take a
look at your main file and the include(s), and make sure that you've got only
one each of DOCTYPE, html, head, and body sections. You can use
[url]http://validator.w3.org/[/url] to check your code - it will flag any mistakes for you
and tell you exactly where they are and how to fix them. We use includes on
every page of our site with no problems.
christina.heikkila Guest



Reply With Quote

