Hi Imar
I assume you mean me to continue here.
Firstly please see
www.renovations.co.uk and you will see the crude layout that I have done for this project. More links need to be in place. Letâs call this Example 1.
Below is a copy of the above done in the style mine should have been. Letâs call this Example 2 which I have accessed by opening the html file sent as an attachment and copying the source code.
Pop style into a file on your machine and you will see that it looks almost the same.
I took style 2 code, opened a file in DW and dropped it in. The resulting look was not as above.
My objective is to be able to work on the above project with my colleagues who currently have a copy of all the code on their individual machines and I make designs and directions which they implement.
We have been working on this program for a couple of years and I can no longer see any light at the tunnel. I can give you more background and where I want to go if youâre interested.
Code for Example 2 followed by Styles for Example 2
Code
<HTML>
<HEAD>
<TITLE>MRNS Design V2</TITLE>
<link href="./mainStyle.css" rel="stylesheet" type="text/css">
<script language=Javascript src="./main.
js"></script>
</HEAD>
<BODY>
<DIV id="mainTop">
<img id="mainImg" src="./images/logo.png" width="241" height="73" border="0">
<DIV id="mainLinks">
<DIV id="linkitem">
<A HREF="logon.html">Customer Log on</A>
</DIV>
<DIV id="linkitem">
<A HREF="logon.html">Your Account</A>
</DIV>
<DIV id="linkitem">Logged on as: </DIV>
</DIV>
</DIV>
<DIV id="menuBar">
<DIV id="menuItemNarrow"> </DIV>
<DIV id="menuItem"><A HREF="javascript
:hideIt();">Home</A></DIV>
<DIV id="menuItem"><A HREF="javascript
:hideIt();">About us</A></DIV>
<DIV id="menuItemWide"><A HREF="javascript
:showIt();">Project Selector</A></DIV>
<DIV id="menuItem"><A HREF="javascript
:hideIt();">Recruitment</A></DIV>
<DIV id="menuItemWide"><A HREF="javascript
:hideIt();">Management Reports</A></DIV>
<DIV id="menuItem"><A HREF="javascript
:hideIt();">Controller</A></DIV>
<DIV id="menuItem"><A HREF="javascript
:hideIt();">Contact us</A></DIV>
<DIV id="menuItemNarrow"><A HREF="javascript
:hideIt();">Help</A></DIV>
<DIV id="menuItem"> </DIV>
</DIV>
<DIV id="secondLevel">
<DIV id="secondLevelSpacer">
<DIV id="menuSpacerNarrow"> </DIV>
<DIV id="menuSpacer"> </DIV>
<DIV id="menuSpacer"> </DIV>
<DIV id="menuSpacerSel"> </DIV>
<DIV id="menuSpacer"> </DIV>
<DIV id="menuSpacerWide"> </DIV>
<DIV id="menuSpacer"> </DIV>
<DIV id="menuSpacer"> </DIV>
<DIV id="menuSpacerNarrow"> </DIV>
<DIV id="menuSpacer"> </DIV>
</DIV>
<DIV id="menuBar2nd">
<DIV id="menuItemWide"><A HREF="javascript
:hideIt();">Project Selection</A></DIV>
<DIV id="menuItemWide"><A HREF="javascript
:hideIt();">Location Criteria</A></DIV>
<DIV id="menuItemWide"><A HREF="javascript
:showIt();">Custom Data</A></DIV>
<DIV id="menuItemWide"><A HREF="javascript
:hideIt();">Selection Groups</A></DIV>
<DIV id="menuItemWider"><A HREF="javascript
:hideIt();">Control Screen Builder</A></DIV>
<DIV id="menuItemWider"><A HREF="javascript
:hideIt();">Report Screen Builder</A></DIV>
</DIV>
</DIV>
<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><H1>Pa ge detail goes in here.</H1><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
<DIV id="mainBottom">
<DIV id="menuBar" style="vertical-align: baseline;">
<DIV id="menuItemWide">© All rights Reserved 2005</DIV>
<DIV id="menuItemWide"> </DIV>
<DIV id="menuItem"><A HREF="aboutUs.html">About us</A></DIV>
<DIV id="menuItem"><A HREF="sales.html">Sales</A></DIV>
<DIV id="menuItemNarrow"><A HREF="help.html">Help</A></DIV>
<DIV id="menuItem"><A HREF="contactUs.html">Contact us</A></DIV>
</DIV>
</DIV>
</BODY>
</HTML>
Styles for Example 2
<!--
body {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight:normal;
color: #000000;
background: #ffffff;
padding:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
font-family: Arial, Helvetica, sans-serif;
}
#mainTop {
background: #B7E8FF none repeat scroll 0%;
width:100%;
margin:0%;
padding:0%;
padding-top:2px;
border:0%;
height:73px;
}
#mainImg {
padding-left: 20px;
position: absolute;
}
#mainLinks {
text-align:right;
font:black;
width: 20%;
float:right;
height:73px;
padding-right:10%;
padding-top:0px;
}
#linkitem {
text-align:center;
height:24px;
vertical-align:text-top;
padding-top:0px;
margin-top:0px;
}
a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
text-transform: none;
color: #000000;
text-decoration: underline;
background-repeat: no-repeat;
background-position: center 25px;
text-align: center;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
color: #000000;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #FF0000;
}
a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #0000FF;
font-weight: bold;
}
#menuBar {
background: #C1CBD7 none repeat scroll 0%;
width:100%;
margin:0%;
padding:0%;
padding-top:2px;
border:0%;
height:25px;
text-align:center;
}
#menuItem {
float:left;
width:10%;
padding-top:0%;
padding-bottom:0%;
margin-top:0%;
margin-bottom:0%;
}
#menuItemWide {
float:left;
width:15%;
}
#menuItemWider {
float:left;
width:19%;
}
#menuItemNarrow {
float:left;
width:5%;
}
#mainBottom {
background: #C1CBD7 none repeat scroll 0%;
width:100%;
margin:0%;
padding:0%;
padding-top:30px;
height:20px;
vertical-align:baseline;
}
H1 {text-align:center;}
#secondLevel {
visibility:hidden;
background: #B7E8FF none repeat scroll 0%;
width:100%;
margin:0 0 0 0;
padding:0 0 0 0;
padding-top:0%;
padding-bottom:0%;
margin-top:0%;
margin-bottom:0%;
border:0%;
height:30px;
text-align:center;
float:left;
}
#menuSpacerSel {
background:#C1CBD7;
height:5px;
float:left;
width:15%;
margin:0 0 0 0;
padding:0 0 0 0;
padding-top:0%;
padding-bottom:0%;
margin-top:0%;
margin-bottom:0%;
}
#menuSpacer {
background:#B7E8FF;
height:5px;
float:left;
width:10%;
margin:0 0 0 0;
padding:0 0 0 0;
padding-top:0%;
padding-bottom:0%;
margin-top:0%;
margin-bottom:0%;
}
#menuSpacerWide {
background:#B7E8FF;
height:5px;
float:left;
width:15%;
margin:0 0 0 0;
padding:0 0 0 0;
padding-top:0%;
padding-bottom:0%;
margin-top:0%;
margin-bottom:0%;
}
#menuSpacerNarrow {
background:#B7E8FF;
height:5px;
float:left;
width:5%;
margin:0 0 0 0;
padding:0 0 0 0;
padding-top:0%;
padding-bottom:0%;
margin-top:0%;
margin-bottom:0%;
}
#menuBar2nd {
background: #C1CBD7;
width:94%;
margin:0%;
padding:0%;
padding-top:0%;
padding-left:0%;
margin-left:3%;
padding-bottom:0%;
margin-top:0%;
margin-bottom:0%;
border:0%;
height:25px;
text-align:center;
}
#secondLevelSpacer {
height:5px;
margin:0 0 0 0;
padding:0 0 0 0;
padding-top:0%;
padding-bottom:0%;
margin-top:0%;
margin-bottom:0%;
}
-->