Question : DW MX Design View Issue

I've got a PHP page built in DW MX.  The code works as it should, but I have suddenly lost all the display in DW Design View.  I wonder if someone can help figure out how to restore the Design View.

The code is attached.

I think there is some small problem in the code that causes the issue, but I need help finding that problem.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
356:
357:
358:
359:
360:
361:
362:
363:
364:
365:
366:
367:
368:
369:
370:
371:
372:
373:
374:
375:
376:
377:
378:
379:
380:
381:
382:
383:
384:
385:
386:
387:
388:
389:
390:
391:
392:
393:
394:
395:
396:
397:
398:
399:
400:
401:
402:
403:
404:
405:
406:
407:
408:
409:
410:
411:
412:
413:
414:
415:
416:
417:
418:
419:
420:
421:
422:
423:
424:
425:
426:
427:
428:
429:
430:
431:
432:
433:
434:
435:
436:
437:
438:
439:
440:
441:
442:
443:
444:
445:
446:
447:
448:
449:
450:
451:
452:
<?php require_once('../Connections/CCL_Prayer.php'); ?>
<?php
$currentPage = $_SERVER["PHP_SELF"];

//mysql_select_db($database_CCL_Prayer, $CCL_Prayer);
//$query_Recordset1 = "SELECT ccl_prentry.ccl_names_id, ccl_prentry.brief_descr, ccl_prentry.id, ccl_prentry.entry_date, CONCAT(ccl_names.first_name,' ',ccl_names.last_name) AS name FROM ccl_prentry, ccl_names WHERE ccl_names.id = ccl_prentry.ccl_names_id AND DATE_SUB(CURDATE(),INTERVAL 8 DAY) <= ccl_prentry.entry_date ORDER BY ccl_prentry.entry_date DESC";
//$Recordset1 = mysql_query($query_Recordset1, $CCL_Prayer) or die(mysql_error());
//$row_Recordset1 = mysql_fetch_assoc($Recordset1);
//$totalRows_Recordset1 = mysql_num_rows($Recordset1);

mysql_select_db($database_CCL_Prayer, $CCL_Prayer);
$query_Recordset1 = "SELECT ccl_prentry.ccl_names_id, ccl_prentry.brief_descr, ccl_prentry.id, ccl_prentry.entry_date, CONCAT(ccl_names.first_name,' ',ccl_names.last_name) AS name FROM ccl_prentry, ccl_names WHERE ccl_names.id = ccl_prentry.ccl_names_id AND DATE_SUB(CURDATE(),INTERVAL 8 DAY) <= ccl_prentry.entry_date ORDER BY ccl_prentry.entry_date DESC";
$Recordset1 = mysql_query($query_Recordset1, $CCL_Prayer) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
$totalRows_Recordset1 = mysql_num_rows($Recordset1);

mysql_select_db($database_CCL_Prayer, $CCL_Prayer);
$query_Recordset3 = "SELECT id, DATE_FORMAT(ccl_tchng_schd.`date`,'%a., %b. %d, %Y') AS date, ccl_tchng_schd.teacher,ccl_tchng_schd.subject FROM ccl_tchng_schd WHERE WEEKOFYEAR(NOW()) = WEEK(ccl_tchng_schd.date,1) AND date >= CURRENT_DATE() ORDER BY ccl_tchng_schd.`date` ASC";
$Recordset3 = mysql_query($query_Recordset3, $CCL_Prayer) or die(mysql_error());
$row_Recordset3 = mysql_fetch_assoc($Recordset3);
$totalRows_Recordset3 = mysql_num_rows($Recordset3);

$maxRows_Recordset2 = 1;
$pageNum_Recordset2 = 0;
if (isset($_GET['pageNum_Recordset2'])) {
  $pageNum_Recordset2 = $_GET['pageNum_Recordset2'];
}
$startRow_Recordset2 = $pageNum_Recordset2 * $maxRows_Recordset2;

mysql_select_db($database_CCL_Prayer, $CCL_Prayer);
$query_Recordset2 = "SELECT *,  CONCAT(DATE_FORMAT(date, '%H:%i:%s')) AS time FROM ccl_top_article ORDER BY ccl_top_article.`date_event` DESC";
$query_limit_Recordset2 = sprintf("%s LIMIT %d, %d", $query_Recordset2, $startRow_Recordset2, $maxRows_Recordset2);
$Recordset2 = mysql_query($query_limit_Recordset2, $CCL_Prayer) or die(mysql_error());
$row_Recordset2 = mysql_fetch_assoc($Recordset2);

if (isset($_GET['totalRows_Recordset2'])) {
  $totalRows_Recordset2 = $_GET['totalRows_Recordset2'];
} else {
  $all_Recordset2 = mysql_query($query_Recordset2);
  $totalRows_Recordset2 = mysql_num_rows($all_Recordset2);
}
$totalPages_Recordset2 = ceil($totalRows_Recordset2/$maxRows_Recordset2)-1;

$maxRows_Recordset4 = 2;
$pageNum_Recordset4 = 0;
if (isset($_GET['pageNum_Recordset4'])) {
  $pageNum_Recordset4 = $_GET['pageNum_Recordset4'];
}
$startRow_Recordset4 = $pageNum_Recordset4 * $maxRows_Recordset4;

mysql_select_db($database_CCL_Prayer, $CCL_Prayer);
$query_Recordset4 = "SELECT * FROM ccl_intl_reps ORDER BY ccl_intl_reps.`date` DESC";
$query_limit_Recordset4 = sprintf("%s LIMIT %d, %d", $query_Recordset4, $startRow_Recordset4, $maxRows_Recordset4);
$Recordset4 = mysql_query($query_limit_Recordset4, $CCL_Prayer) or die(mysql_error());
$row_Recordset4 = mysql_fetch_assoc($Recordset4);

if (isset($_GET['totalRows_Recordset4'])) {
  $totalRows_Recordset4 = $_GET['totalRows_Recordset4'];
} else {
  $all_Recordset4 = mysql_query($query_Recordset4);
  $totalRows_Recordset4 = mysql_num_rows($all_Recordset4);
}
$totalPages_Recordset4 = ceil($totalRows_Recordset4/$maxRows_Recordset4)-1;

mysql_select_db($database_CCL_Prayer, $CCL_Prayer);
$query_Recordset5 = "SELECT * FROM ccl_adverts WHERE ccl_adverts.date_event >= CURRENT_DATE() ORDER BY ccl_adverts.date_event";
$Recordset5 = mysql_query($query_Recordset5, $CCL_Prayer) or die(mysql_error());
$row_Recordset5 = mysql_fetch_assoc($Recordset5);
$totalRows_Recordset5 = mysql_num_rows($Recordset5);

mysql_select_db($database_CCL_Prayer, $CCL_Prayer);
$query_Recordset6 = "SELECT DATE_FORMAT(NOW(),'%M %d, %Y') AS datum FROM ccl_prentry";
$Recordset6 = mysql_query($query_Recordset6, $CCL_Prayer) or die(mysql_error());
$row_Recordset6 = mysql_fetch_assoc($Recordset6);
$totalRows_Recordset6 = mysql_num_rows($Recordset6);

$queryString_Recordset3 = "";
if (!empty($_SERVER['QUERY_STRING'])) {
  $params = explode("&", $_SERVER['QUERY_STRING']);
  $newParams = array();
  foreach ($params as $param) {
    if (stristr($param, "pageNum_Recordset3") == false && 
        stristr($param, "totalRows_Recordset3") == false) {
      array_push($newParams, $param);
    }
  }
   if (count($newParams) != 0) {
    $queryString_Recordset3 = "&" . htmlentities(implode("&", $newParams));
  }
}
$queryString_Recordset3 = sprintf("&totalRows_Recordset3=%d%s", $totalRows_Recordset3, $queryString_Recordset3);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Covenant Class eReporter</title>
<style type="text/css">
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
-->
</style>
<link href="Border_style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style19 {font-size: 9px}
.style30 {font-size: 10px}
.style44 {
	font-size: 11pt;
	font-weight: bold;
}
.style45 {color: #FF6600}
.style48 {
	font-size: 24px;
	font-weight: bold;
}
.CCLparagraph {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
}
.style70 {
	color: #339900;
	font-weight: bold;
}
.style72 {font-size: 11pt; font-weight: bold; color: #000000; }
.style73 {font-size: 7pt}
.style76 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.style81 {
	font-size: 13px;
	font-weight: bold;
	color: #339900;
}
.style87 {
	font-size: 24px;
	color: #FF6600;
}
.style96 {font-size: 18px}
a:hover {
	color: #FF0000;
}
.style97 {color: #339900; font-size: 13px;}
.style98 {
	color: #0000FF;
	font-weight: bold;
}
.style99 {
	font-size: 14;
	font-weight: bold;
	color: #FF6600;
}
.style101 {font-size: 16px}
.style102 {
	font-size: 16px;
	font-weight: bold;
	color: #006633;
}
body {
	background-color: #FFFFCC;
}
.style104 {font-size: 18; font-weight: bold; color: #FF6600; }
.style106 {
	font-size: 20px;
	font-weight: bold;
	color: #FF6600;
}
.style107 {font-size: 22px; font-weight: bold; }
.style108 {
	font-size: 26px;
	color: #0033FF;
}
-->
</style>
<SCRIPT TYPE="text/javascript">
<!--
function popup(mylink, Providers)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, Providers, 'width=450,height=300,scrollbars=no');
return false;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
-->
</SCRIPT>


</head>

<body>
<table width="965" align="center" bgcolor="#FFFFFF" class="thin_border">
  <tr>
    <td width="955" height="84" valign="top"><div align="center"><a href="http://www.lakeave.org"><img src="../Ribbon/ribbon_new_080217.png" alt="Click here to go to the LAC website." width="955" height="141" border="0" align="top"></a></div></td>
  </tr>
  <tr>
    <td height="33" valign="top"><div align="center" class="style48 style87"><font face="Arial, Helvetica, sans-serif">Covenant Class eReporter,</font> <?php echo $row_Recordset6['datum']; ?></div></td>
  </tr>
  <tr>
    <td height="540" valign="top" bgcolor="#FFFFFF"><table width="957" height="551" align="left">
        <tr>
          <td width="191" height="526" valign="top"><table width="191" align="left" bgcolor="#FFFFCC" class="thin_border">
              <tr>
                <td width="183" height="360" valign="top" bgcolor="#FFFFCC"><table width="179" align="left">
                    <tr>
                      <td width="171" height="41" valign="top"><div align="center"><u><span class="style81">This Week at Cov. Class<br>
                          </span></u><span class="style81"><span class="style30">Sundays at 9 AM, FLC 201<br>
                      </span></span><u><span class="style81"><span class="style70"><a href="http://www.ibtpartners.org/ccl/news/ccl_news.php"><span class="style3"><span class="style73">Recent News </span></span></a></span></span></u></div></td>
                    </tr>
                    <tr bordercolor="#FFFFFF" bgcolor="#FFFFFF">
                      <td height="65" valign="top" bgcolor="#FFFFCC"><div align="center" class="style70">
                          <?php do { ?>
                          <form name="form2" method="post" action="">
                            <u></u> <span class="style72">
                            <input name="id" type="hidden" id="id" value="<?php echo $row_Recordset3['id']; ?>">
                            <?php echo $row_Recordset3['date']; ?><br>
                            </span><span class="style76"><?php echo $row_Recordset3['teacher']; ?><br>
                            <?php echo $row_Recordset3['subject']; ?> </span><span class="style30"><a href="tchng_sched_displ/ccl_tchng_displ_single.php?id=<?php echo $row_Recordset3[id]?>"><br>
                            Read more</a> </span>
                          </form>
                          <?php } while ($row_Recordset3 = mysql_fetch_assoc($Recordset3)); ?>
                      </div></td>
                    </tr>
                    <tr>
                      <td height="21" valign="top"><div align="center"><span class="style70"><a href="/ccl/announce/tchng_sched_displ/ccl_tchng_displ.php"><span class="style3"><span class="style73">View Full Calendar </span></span></a></span></div></td>
                    </tr>
                    <tr>
                      <td height="47" valign="top"><div align="center"><a href="http://www.ibtpartners.org/ccl/recs/recs_archive.htm"><img src="../Pics/Listenbkgrnd_2.jpg" width="165" height="44" border="0"></a></div></td>
                    </tr>
                    <tr>
                      <td height="73" valign="top"><u><span class="style81"><span class="style19"><a href="../signup/request_pw.php"><img src="../Pics/prayer_praise.jpg" width="170" height="71" border="0"></a></span></span></u></td>
                    </tr>
                    <tr>
                      <td height="24" valign="top" bgcolor="#FFCC33"><div align="center"><u><span class="style97"><span class="style96"><a href="../cclprayerentry_db.php">Enter Requests</a></span></span> </u></div></td>
                    </tr>
                    <tr>
                      <td height="24" valign="top" bgcolor="#FFCC33"><div align="center"><a href="../ccl_prayerreq_db.php" class="style96">View Requests</a></div></td>
                    </tr>
                    <tr>
                      <td height="104" valign="top"><?php do { ?>
                          <table width="173">
                            <tr>
                              <td width="165" height="68" valign="top"><div align="left"><strong class="style3">
                                  <input name="pritem_id" type="hidden" id="pritem_id" value="<?php echo $row_Recordset1['id']; ?>">
                                  <?php echo $row_Recordset1['name']; ?></strong><strong>, </strong> <strong class="style3"></strong> -- <span class="style30"><?php echo $row_Recordset1['brief_descr']; ?>.</span> <span class="style30"><a href="../ccl_prayerreq_db_single.php?id=<?php echo $row_Recordset1[id]?>">Read more here.</a></span>
                                  <hr>
                              </div></td>
                          </table>
                          <?php } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); ?>
                    </tr>
                </table></td>
              <tr>
                <td height="20" valign="top" class="style3"><div align="center">
                    <p class="style44 style45">Teaching Schedule</p>
                </div></td>
              </tr>
              <tr>
                <td height="41" valign="top" class="style3">See the Covenant Class Teaching Schedule<strong> <a href="tchng_sched_displ/ccl_tchng_displ.php">here</a>. </strong></td>
              </tr>
          </table></td>
          <td width="754" valign="top" bordercolor="1" bgcolor="#FFFFFF"><table width="751" height="869" align="left">
                <tr>
                  <td height="46" valign="top">&nbsp;</td>
                  <td valign="top">&nbsp;</td>
                  <td valign="top"><div align="center"><span class="style106">Christ in You</span><span class="style104"><br>
  Jim Denison's Message at the 2009 Christmas Banquet </span></div></td>
                  <td width="211" rowspan="3" align="right" valign="top">
                  <table width="187" height="92" align="right">
                      <tr>
                        <td width="179" height="4" align="right" valign="bottom"><div align="center"><img src="../Pics/graphics/line_150.gif" width="150" height="2" align="top"></div></td>
                      </tr>
                      <tr>
                        <td height="17" align="center" valign="center"><div align="center" class="style98">
                          <div align="center">Events &amp; News </div>
                        </div></td>
                      </tr>
                      <tr>
                        <td height="4" align="center" valign="top"><div align="center"><img src="../Pics/graphics/line_150.gif" width="150" height="2"></div></td>
                      </tr>
                      <tr>
                        <td height="4" align="center" valign="top"><tr>
    <td valign="top"><table width="175" align="center">
      <caption>&nbsp;
      </caption>
      <tr>
        <td valign="top"><div align="center" class="style1"></div></td>
      </tr>
      <tr>
        <td valign="top"><div align="center"><span class="style4"></span></div></td>
      </tr>
      <tr>
        <td height="20" valign="top"><div class="style0" id="container"></div>
            <a href="http://www.macromedia.com/go/getflashplayer">
            <div align="left">
              <script type="text/javascript" src="http://clgus.com/vid/swfobject.js"></script>
              <script type="text/javascript">
	var s1 = new SWFObject("http://clgus.com/vid/mediaplayer.swf","rmediaplayer","175","226","0");
	s1.addParam("allowfullscreen","false");
	s1.addVariable("usefullscreen","false");
	s1.addVariable("shownavigation","false");	
	s1.addVariable("autostart","true");
	s1.addVariable("repeat","true"); 
	s1.addVariable("width","175");
	s1.addVariable("height","226");
	s1.addVariable("file","http://clgus.com/vid/sum_bbl_ser.flv");
	//s1.addVariable("image","http://clgus.com/vid/mimi_splash.jpg");
	s1.write("container");
      </script>
            </div>
       </a> </td>
      </tr>

    </table></td>
  </tr>&nbsp;</td>
                      </tr>
                      <?php do { ?>
                      <tr>
                        <td height="17" align="center" valign="top"><div align="center"><?php echo $row_Recordset5['pic1']; ?> </div></td>
                      </tr>
                      <?php } while ($row_Recordset5 = mysql_fetch_assoc($Recordset5)); ?>
            </table>                  
                    <div align="right"><br>
                      <br>
                      <br>
                  </div></td>
              <tr>
                <td valign="top">&nbsp;</td>
                <td valign="top">&nbsp;</td>
                <td valign="top"><p><strong><span class="style96"><img src="../Pics/CCL%20People/Jim_Denison_158_250.jpg" width="250" height="250" hspace="10" vspace="10" border="1" align="left">The Bible is about Jesus. </span></strong><span class="style96">He is the center of Creation,  &quot;and all things were made through him, and without Him was not anything made that was made.&quot; <br>
                  <br>
                  Jesus is also at the center of our salvation. It is only through Him that the world is saved. &quot;Whoever believes in Him is not condemned.&quot;<br>
                  <br>
                  And, Jesus is  the center of the life of every true believer. He comes to live within all who open their lives to His presence by faith. This, indeed, is the greatest of mysteries. The Creator of all that there is comes to live within His creation to begin the process of restoring the image of Himself in everyone who receives Him. <br>
                  <br>
                  Religion offers no hope at all. But the promise that Jesus will live in you offers hope for today and for the rest of eternity. &quot;Christ In You&quot; is no religion. It is an intimate and powerful relationship with the Creator.<br>
                  <br>
                  Listen to Jim's message on this truth <a href="javascript:;" onClick="MM_openBrWindow('../recs/jd/jd_091205.php','jd091205','width=470,height=400')"><img src="../Pics/graphics/here.png" width="36" height="17" border="0"></a>                  (Col. 1:27). <br>
                  <br>
                </span></p>
                </td>
              <tr>
                <td width="1" valign="top">&nbsp;</td>
                <td width="1" valign="top">&nbsp;</td>
                <td width="518" valign="top"><form name="form1" method="post" action="">
                    <hr>
                    <?php do { ?>
                    <table width="517" align="center">
                      <tr>
                        <td width="490" height="17" valign="top"><div align="center" class="style99"><span class="style101"><?php echo $row_Recordset2['title']; ?></span><br>
                                <span class="style30"><a href="../top_article/top_article_archive.php">See archived articles </a></span><br>
                        </div></td>
                      </tr>
                      <tr>
                        <td height="17" valign="top"><div align="center"></div></td>
                      </tr>
                      <tr>
                        <td height="80" valign="top"><?php echo $row_Recordset2['pic1']; ?> <strong><?php echo $row_Recordset2['date_event']; ?></strong><span class="style3">, </span><strong><?php echo $row_Recordset2['time']; ?></strong><span class="style3"> -- </span><?php echo makeClickableLinks(nl2br($row_Recordset2['text'])); ?><br>
                            <br>
                            <?php echo $row_Recordset2['fname']; ?> <?php echo $row_Recordset2['lname']; ?><br>
                            <?php echo makeClickableLinks($row_Recordset2['email']); ?> <br>
                            <a href="http://www.ibtpartners.org/ccl/top_article/top_article_print.php">Printer friendly </a><a href="../top_article/top_article_archive.php"><br>
      To archived news</a> <br>
      <hr></td>
                      </tr>
                    </table>
                    <?php } while ($row_Recordset2 = mysql_fetch_assoc($Recordset2)); ?>
                  </form>
                    <form name="form3" method="post" action="">
                      <?php do { ?>
                      <table width="518" align="center">
                        <tr>
                          <td width="377"><div align="center" class="style102"><?php echo $row_Recordset4['title']; ?></div></td>
                        </tr>
                        <tr>
                          <td>&nbsp;</td>
                        </tr>
                        <tr>
                          <td><?php echo $row_Recordset4['pic1']; ?><strong> <?php echo $row_Recordset4['date']; ?> -- </strong><?php echo makeClickableLinks(nl2br($row_Recordset4['text'])); ?><br>
                              <br>
                              <?php echo $row_Recordset4['fname']; ?> <?php echo $row_Recordset4['lname']; ?><br>
                              <?php echo makeClickableLinks($row_Recordset4['email']); ?> <br>
                              <a href="../intl_reps/intl_archive_archive.php">To missions archive</a> <br>
                              <hr></td>
                        </tr>
                      </table>
                      <?php } while ($row_Recordset4 = mysql_fetch_assoc($Recordset4)); ?>
                    </form>
                    <br>
                </td>
              </table></td>
        </tr>
        <tr>
          <td height="17" valign="top">&nbsp;</td>
          <td valign="top" bordercolor="1" bgcolor="#FFFFFF">&nbsp;</td>
        </tr>
    </table></td>
  </tr>
  <tr>
    <td height="14" valign="top"><div align="center">
      <font size="1" face="Arial, Helvetica, sans-serif">| <a href="http://covenant.lakeave.org">website</a> | <a href="https://www.ibtpartners.org/ccl/forms/add_me.php">add me</a> | <a href="https://www.ibtpartners.org/ccl/forms/remove_me.php">remove me</a> | <a href="https://www.ibtpartners.org/ccl/forms/contact_ccl.php">contact</a> | <a href="https://www.ibtpartners.org/ccl/intl_reps/intl_archive_archive.php">missions</a> | <a href="http://www.lakeave.org">lake avenue church</a> | <a href="../adminstrn.php">admin</a> |<br>
      Covenant Class is a ministry of Lake Avenue Church, Pasadena, CA
      </font></div></td>
  </tr>
</table>
</body>
</html>
<?php
function makeClickableLinks($text ) {
    return preg_replace(
        array('@(ftp|http|https)://([\\-a-zA-Z0-9\\@:%_\\+\\.~#\\?&/=]+)@i',
        '@(\\s|^)(www\\.[\\-a-zA-Z0-9\\@:%_\\+\\.~#\\?&/=]+)@i',
        '#([_\\.0-9a-z\\-]+@([0-9a-z][0-9a-z\\-]+\\.)+[a-z]{2,3})#i'),
        array('<a href="\\1://\\2">\\1://\\2</a>', '\\1<a href="http://\\2">\\2</a>','<a href="mailto:\\1">\\1</a>'),
		$text );
}

?>
<?php
mysql_free_result($Recordset1);
mysql_free_result($Recordset3);

mysql_free_result($Recordset2);

mysql_free_result($Recordset4);

mysql_free_result($Recordset5);

mysql_free_result($Recordset6);
?>

Answer : DW MX Design View Issue

Sorry the above should read:

but will ignore stuff inside of loops and the syntax breaks as a result
Random Solutions  
 
programming4us programming4us