Formatting test
Posted: Thu Dec 15, 2005 6:38 pm
Test to align columns:
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
Code: Select all
<pre>
dd dkdkdkdkd
aaaaa kdkdkdkdkd
asldjflaksjdlf kajsldkfj lakjsd lfkja lskdjfl akjsldkfjlaksjd lfkja
</pre>
<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