Hola
gymanual
Yo tengo estos, a ver si es lo que quieres:
Código PHP:
<head>
<style type="text/css">
<!--
.puntos {border:1px dotted black;}
-->
</style>
</head>
<body>
<table><tr><td class="puntos">AQUI EL TEXTO QUE QUIERAS PONER</td></tr></table>
</body>
Tambien este:
Código PHP:
<table border="0" style="border:double 4 blue; border-style:dotted">
<tr><td>Contenido bordeado</td></tr></table>
Saludos