Afficher un message
Vieux 14/06/2008, 00h29   #1
EmpireLandscaping
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Design View - nothing Code View Everything

I am VERY new to DW so please forgive my amateur knowledge.
My problem is that I was working on a PHP file that I was having a little
trouble with. I seemed to have fixed what I was trying to fix but the next
thing I knew the design view would only show the dotted line tables. It is not
even expanded and shows no content. However, the code is still fine and
viewable in the code section. I have searched the forums and read that
View/Style Rendering/Display Styles, was the fix for others. However, that was
already turned on for me. An added strange thing is that ALL my other php files
are displaying fine in both Code and Design views.
Maybe there is an issue with my code (no doubt there is!) and so I have pasted
it to this... if anyone sees something... Please let me know.
So very clueless.
<?php

$title = "Empire Gardening - Services";
include("header.php");

?>
<table class="content" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="0" colspan="2">
<td colspan="2" valign="top">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="800" bordercolor="#996600" bgcolor="#99CC66"
class="pageName"><span class="style9">Services</span>&nbsp;<br /> </td>
</tr>
<tr><td colspan="2" height="15">&nbsp;</td></tr>
<tr>
<td width="340" height="36" rowspan="2" align="center"
class="subHeader"><img src="WSGrass_small.jpg" alt="Lawn Care" width="340"
height="224" border="0" /></td>
<td width="398" height="36" class="subHeader"><div align="center">Lawn
Care
</div></td>
</tr>
<tr>
<td valign="top" class="bodyText">[BULLET]
[BULLET]
[LI] Mowing</li>
[LI] Horizontal Trimming</li>
[LI]Vertical Trimming</li>
[LI] Aerating</li>
[LI] Power Raking</li>
[LI] Over Seed </li>
[/BULLET]
[/BULLET]
<blockquote>
<p>-Empire provides many levels of these services.</p>
</blockquote></td>
</tr>
</table>
<table width="800" height="0" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="340" height="36" rowspan="2" align="center"
class="subHeader"><img src="WSHedge_smallresize2.jpg" alt="pruning and
shearing" width="340" height="224" border="0" /></td>
<td width="398" height="36" class="subHeader"><div align="center">Pruning
and Shearing</div></td>
</div></td>
</tr>
<tr>
<td valign="top" class="bodyText"><blockquote>
<p align="justify">Pruning and shearing can have drastic affects on
the appearance and health of your plants. Empire uses shearing and pruning
technicques set by the standards of the BCLNA. Empire will prune and shear
plants to optimize appearance, as well as, health. Empire has the precision and
talent to give you beautiful and healthy plants throughout your property. </p>
</blockquote></td>
</tr>
</table>
<table width="800" height="0" border="0" cellpadding="2" cellspacing="0">
<tr>
<td width="340" height="36" rowspan="2" align="center"
class="subHeader"><img src="WSPondresize2.jpg" alt="Water Features" width="340"
height="224" border="0" /></div></td>
<td width="398" height="36" class="subHeader"><div align="center">Water
Features &amp; Landscape Construction
</div></td>
</tr>
<tr>
<td valign="top" class="bodyText"><blockquote>
<p align="justify">Whether you are looking for a relaxing pond with
a rippling fountain, or beautiful tiers Empire provides consultation for water
features and landscape construction. Please contact us to book an appointment
for an estimate. </p>
</blockquote></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="800">

<tr>
<td width="340" height="36" rowspan="2" align="center"
class="subHeader"><div align="center"><img src="WSTulips_small.jpg"
alt="Installations" width="340" height="224" border="0" /></div></td>
<td width="398" class="subHeader"><div align="center">Plantings
</div></td>
</tr>
<tr>
<td valign="top" class="bodyText"><blockquote>
<p align="justify">Empire can bring new life ro you property with
new plants, trees and shrubs to provide structure, privacy or shading. As well,
each season your garden can be customized with a display of annuals. We also
provide plants that will bring colour all year round. </p>
<p align="justify">&nbsp;</p>
</blockquote></td>
</tr>
</table></td>
<td width="20">&nbsp;</td>
</tr>
<tr>
<td width="312" height="0"></td>
<td width="624" height="0"></td>
<td width="20" height="0">&nbsp;</td>
<td width="18" height="0">&nbsp;</td>
<td width="5" height="0">&nbsp;</td>
</tr>
</table>

<?php

include("footer.php");

?>


  Réponse avec citation
 
Page generated in 0,09071 seconds with 9 queries