Design Mode not displaying

Design Mode not displaying

Post by StevoSanDi » Fri, 11 Jan 2008 04:25:24


have some old (from the year 2000-2001) html files that would show up in the
design editor in Dreamweaver. I am now using Dreamweaver CS3 and the design
mode only shows my background. When I click on the 'split' icon to show both
design/code, the code show up perfectly but the design area only show the
background color, and a empty table with 2 talbes inside.

here is a screenshot of my workspace:
http://i65.photobucket.com/albums/h229/TripKid/layout.gif

Is there any preferences that I need to change?

Here is the html for this page. If it didn't show up, please look at
http://peachesandcreamdayspa.com/html/skin_care.htm . These were the most
recent html files. I have to warn you, the code is old and ugly! :)

If anyone could help, you would be a life saver! Thanks!


















<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

<title>Welcome To Peaches And Cream Day Spa </title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<script language="JavaScript" type="text/JavaScript">

<!--

function MM_swapImgRestore() { //v3.0

var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++)
x.src=x.oSrc;

}



function MM_preloadImages() { //v3.0

var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();

var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length;
i++)

if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}

}



function MM_findObj(n, d) { //v4.01

var p,i,x; if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length) {

d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}

if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++)
x=d.forms[i][n];

for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=MM_findObj(n,d.layers[i].document);

if(!x && d.getElementById) x=d.getElementById(n); return x;

}



function MM_swapImage() { //v3.0

var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array;
for(i=0;i<(a.length-2);i+=3)

if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc)
x.oSrc=x.src; x.src=a[i+2];}

}



function MM_openBrWindow(theURL,winName,features) { //v2.0

window.open(theURL,winName,features);

}

//-->

</script>

</head>



<body background="bk.gif" leftMargin=0

topMargin=0 marginwidth="0" marginheight="0"
onLoad="MM_preloadImages('01_skingcare_on.gif','02_clinicaltreatments_on.gif','0
3_makeup_on.gif','04_waxing_on.gif','05_lazerhair_on.gif','06_electrolysis_on.gi
f','07_message_on.gif','08_therapeutic_on.gif','mnav_clin_01aha_on.gif','mnav_cl
in_02micro_on.gif','mnav_clin_03chem_on.gif')" >

<table width="680" height="100%" border="0" align="center" cellpadding="0"
cellspacing="0">

<tr>

<td valign="top"><table width="680" border="0" cellspacing="0"
cellpadding="0">

<tr>

<td><a href="index.htm"><img src="logo.gif" width="680" height="38"
border="0"></a></td>

</tr>

</table>

<table width="680" border="0" cellspacing="0" cellpadding="0">

<tr>

<td width="189"><a
 
 
 

Design Mode not displaying

Post by Alan » Fri, 11 Jan 2008 04:33:53


in code view, go to line 113

</td></td>

erase one of them, and click into design view again.

--
Alan
Adobe Community Expert, dreamweaver

http://www.yqcomputer.com/

 
 
 

Design Mode not displaying

Post by StevoSanDi » Fri, 11 Jan 2008 05:19:01

THANK YOU!!!

There was another company that came into the code and added links to every
page. Damn! I spent hours and days wondering what the hell happened to this
site. So I will have to change that on every single page.

again, many thanks!