Forum Moderators: mack
luck robert
A very rough example would be
<style> .spacing {padding-left:80px;} </style>
<p>Spaced <span class="spacing">Words</span></p>
.myclass { word-spacing: 16px; }
not sure about compatability across browsers though... ben
I'll try all and let you know which works best for what I'm trying to do.