Wed Feb 15, 2012 9:28 pm
<html>
<head>
<title>Image hr</title>
<style type="text/css" >
hr {
display: none;
}
div.imagerow {
height: 30px;
width: 600px;
background: url("site_logo.gif") repeat-x left center;
margin: 0 auto 0 auto;
border: 0;
}
</style>
</head>
<body>
<p>
<h3>
Image hr row:
</h3>
In this html page you will see how use an image a long with the hr tag
to define a image row using css.
</p>
<div class="imagerow"><hr /></div>
<p>
As you notice above ,that using css with hr tag ,
you create a row of image.
</p>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.