Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
StephenKor #1
sever side includes
I am working through some PHP and all has gone well until now. I have use '
server side includes' and now the 'Design' view in DW will not work; the page
is completely blank. Would anyone have any ideas as to why this might be
happening?
I've included the code I an using.
Any input would be appreciated.
Thanks,
Stephen
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>East-West-Seasons</title>
<?php include('style_rules.php'); ?>
</head>
<body>
<div id="wrapper">
<div id="titlebar"><img src="FdnPHPforDW8
copy/images_common/bluebells_top.jpg" alt="East-West-Seasons" Length="728"
Height="122" /></div>
<div id="maincontent">
<div id="nav">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="index.php">News</a></li>
<li><a href="index.php">Blog</a></li>
<li><a href="index.php">Gallery</a></li>
<li><a href="index.php">Content</a></li>
</ul>
</div>
<h1>This is a heading </h1>
<p><?php include('newtext.txt');?></p>
<p>Sed do eiusmod tempor incididunt excepteur sint occaecat duis aute
irure dolor. Velit esse cillum dolore ut enim ad minim veniam, sunt in culpa.
Ullamco laboris nisi consectetur adipisicing elit, quis nostrud exercitation.
Ut aliquip ex ea commodo consequat. Ut enim ad minim veniam, excepteur sint
occaecat sed do eiusmod tempor incididunt.</p>
<p>In reprehenderit in voluptate velit esse cillum dolore ut labore et
dolore magna aliqua. Mollit anim id est laborum. Lorem ipsum dolor sit amet,
duis aute irure dolor ut aliquip ex ea commodo consequat. Velit esse cillum
dolore cupidatat non proident, ut enim ad minim veniam. Quis nostrud
exercitation ut labore et dolore magna aliqua.</p>
<p> </p>
<h2>This is another heading </h2>
<p>In reprehenderit in voluptate ullamco laboris nisi velit esse cillum
dolore. Ut aliquip ex ea commodo consequat. Excepteur sint occaecat sunt in
culpa quis nostrud exercitation. Ut enim ad minim veniam, in reprehenderit in
voluptate. Quis nostrud exercitation lorem ipsum dolor sit amet, eu fugiat
nulla pariatur.</p>
<p>Excepteur sint occaecat in reprehenderit in voluptate duis aute irure
dolor. Sunt in culpa ut aliquip ex ea commodo consequat. Eu fugiat nulla
pariatur.</p>
<p>Qui officia deserunt excepteur sint occaecat duis aute irure dolor.
Consectetur adipisicing elit, ut aliquip ex ea commodo consequat. Sunt in culpa
mollit anim id est laborum. Lorem ipsum dolor sit amet.</p>
</div>
<div id="footer"></div>
<p>©2006 Stephen Kortz</p>
</div>
</body>
</html>
StephenKor Guest
-
Big Problem with Server Side Includes (SSI)
We're experiencing a major problem with Server Side Includes that are written in ASP.NET / C# code, i.e. <% Response.WriteFile... -
Server Side Includes and Contribute 4
We would like to create a web site with one or two SSIs ... the site will be maintained by the client using Contribute 4. We are hoping to be able... -
server side includes
hello I am trying to use my navagation menu as a server side include. I don't know that much about SSI, but it is working, the image shows up. But... -
Server Side Includes and Javascript
Can one safely include javascript in a server-side include (SSI) file? It seems to work but don't know if it will create problems down the line. I... -
Random Server Side Includes
Hi all, What I would like to do is randomize which file gets used with as a server side include. Here is what I have so far: <% Const...



Reply With Quote

