Hi All
I have learnt what I have with Beginning DreamweaverMX. I am doing a web site for my son's charity walk. I can not get the links to work. If I upload the library it works. If I load the library into the screen then It will not.
If anyone has an answer I would be grateful.
Below I am Attaching the code for the menu bar and then the template itself.
I had noticed that DW was not putting the .. to signify a directory change so I have added these. IO found that I had to do this with the images. They work fine in local host now.
To make matter worse I have the index.htm page up at
www.swcw.co.uk
Thanks in advance
Library Bar
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="../Style%20Sheets/mrnsStyles.css" rel="stylesheet" type="text/css">
<table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#DBF2F8">
<tr>
<td width="24" scope="col"> </td>
<td scope="col"><a href="../index.html">Home</a></td>
<td> </td>
<td scope="col"><a href="../Screens/WalkSwcw.htm">Walk</a></td>
<td> </td>
<td scope="col"><a href="../Screens/Sponsorship.asp">Sponsorship</a></td>
<td> </td>
<td><a href="../Screens/WhyRaleigh.htm">Why Raleigh International</a></td>
<td> </td>
<td scope="col"><a href="../Screens/WhyChille.htm">Why Chille</a></td>
<td> </td>
<td scope="col"><a href="../Screens/WhyShelterBox.htm">Why Shelter Box</a></td>
<td> </td>
<td scope="col"><a href="../Screens/AboutMe.htm">About me </a></td>
<td width="24" scope="col"> </td>
</tr>
</table>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
<%@ Page Language="
VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %>
<!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>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style1 {color: #000000}
-->
</style></head>
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#DBF2F8">
<tr>
<th width="24" scope="col"> </th>
<td scope="col"><img src="Images/MainHeading/Raleigh_logo.jpg" width="210" height="188" /></td>
<th scope="col"> </th>
<th scope="col"><img src="Images/MainHeading/SouthWestMapLogo_resize.jpg" width="496" height="252" class="style1" /></th>
<th scope="col"> </th>
<th scope="col"><img src="Images/MainHeading/SBOX_CforLogo.png" width="206" height="188" /></th>
<th width="24" scope="col"> </th>
</tr>
<tr>
<th scope="col"> </th>
<td colspan="5" scope="col">
<link href="/Style%20Sheets/mrnsStyles.css" rel="stylesheet" type="text/css" />
<table width="100%" border="0"cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#DBF2F8">
<tr>
<td width="24" scope="col"> </td>
<td scope="col"><a href="../index.html">Home</a></td>
<td> </td>
<td scope="col"><a href="../Screens/WalkSwcw.htm">Walk</a></td>
<td> </td>
<td scope="col"><a href="../Screens/Sponsorship.asp">Sponsorship</a></td>
<td> </td>
<td><a href="../Screens/WhyRaleigh.htm">Why Raleigh International</a></td>
<td> </td>
<td scope="col"><a href="../Screens/WhyChille.htm">Why Chille</a></td>
<td> </td>
<td scope="col"><a href="../Screens/WhyShelterBox.htm">Why Shelter Box</a></td>
<td> </td>
<td scope="col"><a href="../Screens/AboutMe.htm">About me </a></td>
<td width="24" scope="col"> </td>
</tr>
</table>
</td>
<td scope="col"> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#DBF2F8">
<tr>
<td width="24"> </td>
<td class="labelLeft">© All rights Reserved 2005 </td>
<td><a href="/Screens/AboutMe.htm" id="aboutUs">About Me </a></td>
<td><a href="/Screens/Sponsorship.asp" id="sales">Sponsorship</a></td>
<td> </td>
<td><a href="/publicScreens/copyScreens/contact.php" id="contact">Contact Me </a></td>
<td><a href="/sitePlan.php">Site Plan</a></td>
<td width="24"> </td>
<br />
<script language="JavaScript" type="text/javascript">
var sPageName = '<%=Request.ServerVariables("SCRIPT_NAME")%>';
sPageName = sPageName.substr(sPageName.lastIndexOf('/') + 1) .toLowercase();
sPageName = sPageName.substr (0, sPageName.lastIndexOf('.'));
if (document.getElementById(sPageName))
{
document.getElementById(sPageName) .style.fontWeight = 'Bold';
document.getElementById(sPageName) .style.fontSize = '14pt';
}
</script>
</tr>
</table></body>
</html>