Thu Feb 23, 2012 12:28 am
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Add dashed Border to div</title>
<style rel="stylesheet" type="text/css">
div.dashed {
border-style: dashed;
border-color: #325432;
border-width: 1px;
width:200px;
}
</style>
</head>
<body>
<div class="dashed">
<p >In this example we add dashed border to
the div part.</p>
</div>
</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.