I will make a master page, show I create the header first.
this is the code :
<html>
<head>
<style type="text/css" rel="stylesheet">
#pageHead {
margin: 0px;
width: 100%;
height: auto;
background-color: blue;
}
.fontHead{
font-size: 30px;
font-family: sans-serif;
color: white;
}
</style>
</head>
<body>
<div id="pageHead">
<img src="../../img/logo.jpg" alt="logo" width="483" height="120"/>
</div>
</body>
</html>
but it can't show the image. Anybody please help.
this is the code :
<html>
<head>
<style type="text/css" rel="stylesheet">
#pageHead {
margin: 0px;
width: 100%;
height: auto;
background-color: blue;
}
.fontHead{
font-size: 30px;
font-family: sans-serif;
color: white;
}
</style>
</head>
<body>
<div id="pageHead">
<img src="../../img/logo.jpg" alt="logo" width="483" height="120"/>
</div>
</body>
</html>
but it can't show the image. Anybody please help.