Just save the file, then drag the contents out of the folder.
Printable View
Just save the file, then drag the contents out of the folder.
How do I edit and put my pages into it it seems pritty confusing.
Hardly. If you have dreamweaver open up the HTML file, then edit it.
Don't have dreamweaver how do I do it?
Learn html ''/
Can someone just tell me.
Bump help please I don't have dreamweaver.
Use notepad, But you would need the basic knowledge of HTML to do so.
- Craig.
I know basics but where do I put the files in the code?
HTML Code:<!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>Untitled Document</title>
<style type="text/css">
<!--
body {
background-color: #000000;
}
-->
</style></head>
<body>
<table width="853" border="0" align="center" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="8" rowspan="9" valign="top"><img src="img/blah2.png" width="8" height="610"></td>
<td height="112" colspan="3" valign="top"><div align="center"><img src="img/banner.png" width="829" height="112"></div></td>
<td width="9" rowspan="10" valign="top"><img src="img/blah3.png" width="9" height="611"></td>
<td width="1"></td>
</tr>
<tr>
<td width="279" rowspan="2" valign="top"><div align="center"><img src="img/nav%20title.png" width="276" height="26"></div></td>
<td width="9" rowspan="9" valign="top"><img src="img/blah.png" width="9" height="499"></td>
<td width="547" height="25" valign="top"><img src="img/content%20title.png" width="546" height="25"></td>
<td></td>
</tr>
<tr>
<td height="1"></td>
<td></td>
</tr>
<tr>
<td rowspan="2" align="top" valign="top"><!--DWLayoutEmptyCell--> </td>
<td height="211" valign="top"><!--DWLayoutEmptyCell--> </td>
<td></td>
</tr>
<tr>
<td rowspan="2" valign="top"><img src="img/next%20pk.png" width="544" height="24"></td>
<td height="1"></td>
</tr>
<tr>
<td rowspan="2" valign="top"><div align="center"><img src="img/news%20title.png" width="276" height="25"></div></td>
<td height="23"></td>
</tr>
<tr>
<td rowspan="2" valign="top"><!--DWLayoutEmptyCell--> </td>
<td height="2"></td>
</tr>
<tr>
<td height="228" valign="top"><!--DWLayoutEmptyCell--> </td>
<td></td>
</tr>
<tr>
<td rowspan="2" valign="top"><img src="img/blah4.png" width="279" height="8"></td>
<td rowspan="2" valign="top"><img src="img/blah5.png" width="547" height="8"></td>
<td height="7"></td>
</tr>
<tr>
<td height="1"></td>
<td></td>
</tr>
</table>
</body>
</html>