Using Namo and really like it but it puts nbsp; in blank spaces any time there's more than two blank spaces next to each other.
Is there an alternative character that could be used? Or perhaps I should use more cells in my page construction.
Usually end up with nbsp;nbsp;nbsp;nbsp;then content.
It's deluting my code to content ratio.
pageoneresults
5:34 pm on Jan 3, 2006 (gmt 0)
Usually end up with nbsp;nbsp;nbsp;nbsp;then content.
Unfortunately that is the nature of the beast. The only way you are going to get that type of spacing is using a <pre> tag or using CSS and adjusting padding, margin, etc.
artdog
1:13 am on Jan 4, 2006 (gmt 0)
pageoneresults
The <pre> tag does the trick for what I had in mind, thanks.