The code i used was
<?php if(is_page('Test')) { ?>
<div class="entry-content">
<?php wp_list_categories( $args ); ?>
</div>
<?php } ?>
Although yesterday I switched to a plugin called Mutli Column Category for cosmetic purposes. I just simply input the call command in a page, and the plugin will list all the categories in alphabetical order in that page.
[Moderator Note: Please post code or markup snippets between backticks or use the code button.]