HighDots Forums  

Design View - nothing Code View Everything

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Design View - nothing Code View Everything in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
EmpireLandscaping
 
Posts: n/a

Default Design View - nothing Code View Everything - 06-13-2008 , 06:29 PM






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");

?>



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.