Formatting test

Off Topic Subjects
Post Reply
Jani Soderhall
ISSA President 2011-2024
ISSA President 2011-2024
Posts: 4641
Joined: Thu Aug 22, 2002 2:00 am
Location: Sweden, lives in France
Contact:

Formatting test

Post by Jani Soderhall » Thu Dec 15, 2005 6:38 pm

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

Post Reply