Can I transfer this site to Dreamweaver?
Feb 12, 2013 5:28 PM
Tags: none (add) #site #new #html #dreamweaver #transfer #old #manage #bbeditI have a client who would like me to upkeep his old website. Only problem is that it was created with who know's what and it is not in Dreamweaver. The woman who was managing the site (using BBEdit) says that this site is made up of "pretty straight simple HTML files". I have access to the files. Should I download them and then put them into Dreamweaver or should I try to link to the site using the "Manage Sites" window in Dreamweaver and the site will somehow be downloadable that way?
When I tried to download them from the hosting site, all the files appeared as files named "filemanager 1-30". They didn't have extensions. They seem to be the pages, but I don't know what the page names are or what to do with these files. I opened one in Dreamweaver and it would only open in Code View,since there is no extension. Here's the code that it showed:
<!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=utf-8" />
<title>Breitenbush Fire Department</title>
<link href="../styles.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body bgcolor="#ffcc66" text="#444444">
<div align="center">
<img src="../graphics/banner.gif" alt="" height="150" width="700" border="0" /></div>
<table class="border" width="700" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="white">
<tr height="25">
<td bgcolor="#990000" height="25">
<div align="center">
<font size="1" color="white" face="Verdana, Arial, Helvetica, sans-serif"><a href="../index.html">Home</a></font><a href="../index.html"><font size="1" color="white" face="Verdana, Arial, Helvetica, sans-serif"> :: </font></a><font size="1" color="white" face="Verdana, Arial, Helvetica, sans-serif"><a href="project.html">Firehouse Project</a></font><a href="contact.html"><font size="1" color="white" face="Verdana, Arial, Helvetica, sans-serif"> :: </font></a><font size="1" color="black" face="Verdana, Arial, Helvetica, sans-serif"><a href="donate.html">Donate</a></font><a href="contact.html"><font size="1" color="white" face="Verdana, Arial, Helvetica, sans-serif"> :: </font></a><font size="1" color="black" face="Verdana, Arial, Helvetica, sans-serif"><a href="charter.html">Charter Member</a></font><a href="contact.html"><font size="1" color="white" face="Verdana, Arial, Helvetica, sans-serif"> ::<strong> </strong></font></a><font size="1" color="black" face="Verdana, Arial, Helvetica, sans-serif"><strong>Wish List</strong></font><a href="contact.html"><font size="1" color="white" face="Verdana, Arial, Helvetica, sans-serif"><strong> </strong>:: </font></a><font size="1" color="white" face="Verdana, Arial, Helvetica, sans-serif"><a href="contact.html">Contact</a></font></div>
</td>
</tr>
<tr>
<td>
<h3><img src="../graphics/firepole.jpg" alt="" height="173" width="100" align="left" border="2" hspace="10" />Help Us Install A Brass Fire Pole</h3>
<p>We are working to raise $1200 to install a shiny brass fire pole in the firehouse ... please help make the difference by contributing to the project. As a contributor you will be entitled to slide down the pole of course, complete with professional instruction from our firefighters.</p>
<h3>We Are Still Looking For A Few Items</h3>
<p>Donors are also needed to help us attain some still much needed equipment. We are still looking for an AED (automatic external defibrillator), cost $1000. $600 is needed to fund special flashlights for our firefighters; vehicle extrication/rescue tools – jaws of life, portable generator for lights, and a battery powered sawzall are all needed as we get our rescue team up to speed. Over the past two years our department has been the recipient of over $150,000 worth of fire and medical equipment thanks to the generosity of many local and regional organizations. These include the Oregon Volunteer Firefighter’s Association (OVFA), Stayton Fire District, Lyons Fire District, Mill City Fire Department, Keizer Fire District, Meacham Quick Response Team, and Mt. Erie Fire District (WA). We are grateful to all who have contributed, but there is always more as we prepare to meet the challenges ahead - your donation can certainly make the difference.</p>
<p align="center"><a href="mailto:jdpollack@gmail.com"><img src="../graphics/email.gif" alt="" height="78" width="103" border="0" /></a></p>
<csobj csref="../BB%20Fire%20Dept..data/Components/footer.html" h="36" occur="54" t="Component" w="700">
<p align="center">Site updated Winter '09</p>
</csobj></td>
</tr>
</table>
</body>
</html>
Your help is much appreciated. I am feeling very lost with this stuff...
Thanks!
-Sarah

