Foostaple
09-30-2007, 04:19 PM
http://www.freewebs.com/maxpowerbtch
If you look at it, I have 2 giant bars going on the left and right side which are just big images. Now instead of just having one big image is there any way I can just have it 1 image thats like 1 or 2 px in height but the same width.. repeat itself down the same length?
<html>
<head>
<style type="text/css">
body {
margin-top: 0px;
}
#wrapper {
background-color: #fff;
width: 800px;
height: 1000px;
overflow: auto;
}
.bannerwrapper {
padding-top: 10px;
}
.banner {
border: 1px solid #000;
width: 700px;
}
.menu {
padding:5px;
}
.menu a {
font-family: Verdana, Helvetica, sans-serif;
font-size: 14px;
padding:10px;
text-decoration:none;
color: #000;
}
.menu a:hover {
color:#c0c0c0;
}
.menu a:active {
color:#c0c0c0;
}
.contentwrapper {
width: 700px;
height: 500px;
border: 1px solid #000;
}
.content {
width: 680px;
height: 490px;
border: 1px solid #000;
border-top: 1px;
background-color: #fff;
margin: 0 10px 10px 10px;
}
.contentimage {
border: 1px solid #000;
border-bottom: 0px;
width: 700px;
}
</style>
</head>
<body bgcolor="c0c0c0">
<center>
<div id="wrapper">
<img src="bar.jpg" align="left">
<img src="bar.jpg" align="right">
<div class="bannerwrapper">
<div class="banner"><img src="banner.jpg"></div>
</div>
<div class="menu">
<a href="Home.html">Home Page</a> |
<a href="Home.html">About Us</a> |
<a href="Home.html">Staff</a> |
<a href="Home.html">Members</a> |
<a href="Home.html">Forum</a> |
<a href="Home.html">Links</a>
</div>
<div class="contentimage"><img src="content.jpg"></div>
<div class="contentwrapper">
<div class="content">Content will go here</div>
</div>
</div>
<!-- --><script type="text/javascript" src="/i.js"></script><script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="freewebs.com";urchinTracker();}</script></body>
</html>
If you look at it, I have 2 giant bars going on the left and right side which are just big images. Now instead of just having one big image is there any way I can just have it 1 image thats like 1 or 2 px in height but the same width.. repeat itself down the same length?
<html>
<head>
<style type="text/css">
body {
margin-top: 0px;
}
#wrapper {
background-color: #fff;
width: 800px;
height: 1000px;
overflow: auto;
}
.bannerwrapper {
padding-top: 10px;
}
.banner {
border: 1px solid #000;
width: 700px;
}
.menu {
padding:5px;
}
.menu a {
font-family: Verdana, Helvetica, sans-serif;
font-size: 14px;
padding:10px;
text-decoration:none;
color: #000;
}
.menu a:hover {
color:#c0c0c0;
}
.menu a:active {
color:#c0c0c0;
}
.contentwrapper {
width: 700px;
height: 500px;
border: 1px solid #000;
}
.content {
width: 680px;
height: 490px;
border: 1px solid #000;
border-top: 1px;
background-color: #fff;
margin: 0 10px 10px 10px;
}
.contentimage {
border: 1px solid #000;
border-bottom: 0px;
width: 700px;
}
</style>
</head>
<body bgcolor="c0c0c0">
<center>
<div id="wrapper">
<img src="bar.jpg" align="left">
<img src="bar.jpg" align="right">
<div class="bannerwrapper">
<div class="banner"><img src="banner.jpg"></div>
</div>
<div class="menu">
<a href="Home.html">Home Page</a> |
<a href="Home.html">About Us</a> |
<a href="Home.html">Staff</a> |
<a href="Home.html">Members</a> |
<a href="Home.html">Forum</a> |
<a href="Home.html">Links</a>
</div>
<div class="contentimage"><img src="content.jpg"></div>
<div class="contentwrapper">
<div class="content">Content will go here</div>
</div>
</div>
<!-- --><script type="text/javascript" src="/i.js"></script><script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="freewebs.com";urchinTracker();}</script></body>
</html>