View Full Version : Dotted Table


eberneez
04-30-2006, 09:31 PM
How do you put a dotted table around your info.?

Douglas
04-30-2006, 10:28 PM
<style type="text/css">
<!--
table {
border:1px dotted #000;
}
//-->
</style>

That should work ;)