Hi this is my 1st post, i hope this is the right place. I want to use the <pre> tag to format some output and use tabs \t to space out each column.
like so :
<pre>
title id desc
abc 123 abs123
defss 456333 23
2323232 898 wewew
</pre>
but when i do it some lines will need only 1 tab other 2 tabs between each column on a line.
is there a way to know how many tabs ill need to keep the formatting in the <pre></pre> format ?
ps. i lose formatting posting here too