Text width? Do you mean the letter-spacing attribute?
Also, using style attributes and IDs for such things are retarded. Try <span class="weirdtext">text</span> with .weirdtext { text-width: 1px; } or whatever in your CSS.
Name:
Anonymous2006-09-15 22:57
Ugh, I'm a stupid. I mean .weirdtext { letter-spacing: 1px; }