ajkiwi88
07-25-2006, 09:10 AM
hi how do i get the line to stretch all the way across the screen??
bellow is my current code
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<style type="text/css">
div#line {background-image: url("line.jpg");
width:100%;
height:50px;
left:0px;
}
</style>
</head>
<body bgcolor="#000000" text="#FFFFFF">
<p><img border="0" src="logo.jpg" width="400" height="150"></p>
<div id="line" style="width: 1009; height: 47"> </div>
</body>
</html>
cyaz
andy
bellow is my current code
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<style type="text/css">
div#line {background-image: url("line.jpg");
width:100%;
height:50px;
left:0px;
}
</style>
</head>
<body bgcolor="#000000" text="#FFFFFF">
<p><img border="0" src="logo.jpg" width="400" height="150"></p>
<div id="line" style="width: 1009; height: 47"> </div>
</body>
</html>
cyaz
andy