Page 1 of 1

Formatting test

Posted: Thu Dec 15, 2005 6:38 pm
by Jani Soderhall
Test to align columns:

Code: Select all

<pre>
      dd      dkdkdkdkd
      aaaaa   kdkdkdkdkd
      asldjflaksjdlf kajsldkfj lakjsd lfkja lskdjfl akjsldkfjlaksjd lfkja
</pre>
The above code gives this result:
<pre>
dd dkdkdkdkd
aaaaa kdkdkdkdkd
asldjflaksjdlf kajsldkfj lakjsd lfkja lskdjfl akjsldkfjlaksjd lfkja
</pre>

This kind of formatting could be useful for listing results and other tabular stuff. With the Pre tag you can align columns using space.

/Jani