Hi guys,
I have just built my first website Check it out, If you follow the Jargon buster link on the right and scroll down to motherboard and then click it, it should have a picture in there?
I am making this in dreamweaver 8 and everytime i try to put a picture onto this page it says the following:
This file is outside of the root folder of site "Main Website" and may not be accessible when you publish it.
Your Root folder is:
C:\Documents and Settings\Stuart\Application Data\Macromedia\Dreamweaver 8\Configuration\Serverconnections\MainWebsite
Would you like to move it there now?
This is not the correct location and nothing is there when i go to it. I have all the website files neatly assorted into files and folders.
E.G. for the mother board link its located in:
Main Company Website\Jargon Buster Files\JB_M\Motherboard.html
The picture is stored in:
Main Company Website\Images\Motherboard (WinCE).png
The code looks like this in dreamweaver:
<!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" />
<title>ADSL</title>
<style type="text/css">
<!--
.style1 {
font-family: Calibri;
font-size: 24px;
}
#Layer1 {
position:absolute;
width:104px;
height:95px;
z-index:1;
left: 635px;
top: 410px;
}
#Layer2 {
position:absolute;
width:751px;
height:514px;
z-index:2;
left: 10px;
top: 53px;
}
#Layer3 {
position:absolute;
width:200px;
height:115px;
z-index:1;
left: 128px;
top: 35px;
}
#Layer4 {
position:absolute;
width:200px;
height:115px;
z-index:3;
left: 150px;
top: 75px;
}
#Layer5 {
position:absolute;
width:200px;
height:115px;
z-index:3;
left: 111px;
top: 59px;
}
-->
</style>
</head>
<body>
<div align="center" class="style1">Motherboard</div>
<div id="Layer2">
SADSDFASDFA;SDKFJ;ASLKDJF;ASLKDJF;ASLKDJF;ASLKDJF;ALSKJFD;ALSKDJF;LAKSD;FASDF
<div id="Layer5"><img src="file:///E|/Dreamweaver Files/Main Company Website/Images/!_logo.jpg" width="215" height="144" /></div>
</div>
</body>
</html>
It show all the text ok but not the picture what could be the problem
I have just built my first website Check it out, If you follow the Jargon buster link on the right and scroll down to motherboard and then click it, it should have a picture in there?
I am making this in dreamweaver 8 and everytime i try to put a picture onto this page it says the following:
This file is outside of the root folder of site "Main Website" and may not be accessible when you publish it.
Your Root folder is:
C:\Documents and Settings\Stuart\Application Data\Macromedia\Dreamweaver 8\Configuration\Serverconnections\MainWebsite
Would you like to move it there now?
This is not the correct location and nothing is there when i go to it. I have all the website files neatly assorted into files and folders.
E.G. for the mother board link its located in:
Main Company Website\Jargon Buster Files\JB_M\Motherboard.html
The picture is stored in:
Main Company Website\Images\Motherboard (WinCE).png
The code looks like this in dreamweaver:
<!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" />
<title>ADSL</title>
<style type="text/css">
<!--
.style1 {
font-family: Calibri;
font-size: 24px;
}
#Layer1 {
position:absolute;
width:104px;
height:95px;
z-index:1;
left: 635px;
top: 410px;
}
#Layer2 {
position:absolute;
width:751px;
height:514px;
z-index:2;
left: 10px;
top: 53px;
}
#Layer3 {
position:absolute;
width:200px;
height:115px;
z-index:1;
left: 128px;
top: 35px;
}
#Layer4 {
position:absolute;
width:200px;
height:115px;
z-index:3;
left: 150px;
top: 75px;
}
#Layer5 {
position:absolute;
width:200px;
height:115px;
z-index:3;
left: 111px;
top: 59px;
}
-->
</style>
</head>
<body>
<div align="center" class="style1">Motherboard</div>
<div id="Layer2">
SADSDFASDFA;SDKFJ;ASLKDJF;ASLKDJF;ASLKDJF;ASLKDJF;ALSKJFD;ALSKDJF;LAKSD;FASDF
<div id="Layer5"><img src="file:///E|/Dreamweaver Files/Main Company Website/Images/!_logo.jpg" width="215" height="144" /></div>
</div>
</body>
</html>
It show all the text ok but not the picture what could be the problem
Last edited: