Tech Support Forum banner

DW8 help editable region in template

658 Views 0 Replies 1 Participant Last post by  musicmaker5166
I am moderately familiar with DW8. I recently created a new website and cannot seem to get my layers to line up correctly in the browser. I would love to send my template to someone for any advice.

A little info on it: I am using a picture as the base layer and added a second layer with an editable region. The layers line up on my screen. (since I offset the editable region layer to line up for mine) Of course this was just a rig job & on other sized screens, they do not line up. You can see the site at http://newcreationag.com

Thank you so much. I have very little education on this. (10 hour course & a book) I've tried alot of things to fix it and am willing to pay someone who can help for a reasonable price. http://www.mediafire.com/?yz4wmtkgjzn

Here is an attempt at my "inserting the code":

<!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=iso-8859-1" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<style type="text/css">
<!--
body {
background-color: #333333;
}
#Layer1 {
position:absolute;
width:662px;
height:395px;
z-index:1;
left: 290px;
top: 82px;
margin-right: 15px;
margin-bottom: 15px;
visibility: visible;
overflow:scroll;
}
Layer1 {
font-family: "Tempus Sans ITC";
font-size: 16px;
margin-right:15px;
color: #FFFF99;
margin-left:15px;
background-color: #CCCCCC;
border:medium;
background-color:#333333;
}
-->
</style>
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
</head>

<body>
<div align="center"><img src="../images/Untitled-1.png" width="1040" height="545" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="195,13,816,63" href="../index.html" />
<area shape="rect" coords="852,84,1024,138" href="../about.html" />
<area shape="rect" coords="854,141,1021,189" href="../calendar.html" />
<area shape="rect" coords="856,191,1008,239" href="../connect.html" />
<area shape="rect" coords="856,244,995,294" href="http://www.123contactform.com/contact-form-musicmaker5166-75009.html" target="_blank" />
<area shape="rect" coords="856,290,1021,349" href="../ministries.html" target="_self" />
<area shape="rect" coords="856,354,997,403" href="../staff.html" />
<area shape="rect" coords="855,410,996,471" href="../sundays.html" />
<area shape="rect" coords="624,480,813,530" href="../directions.html" /><area shape="rect" coords="324,478,594,533" href="../homegroups.html" /><area shape="rect" coords="176,478,295,531" href="../media.html" />
</map></div>
<!-- TemplateBeginEditable name="body" -->
<div>

<div id="Layer1"></div>
</div>
<!-- TemplateEndEditable -->
</body>
</html>
See less See more
Status
Not open for further replies.
1 - 1 of 1 Posts
1 - 1 of 1 Posts
Status
Not open for further replies.
Top