Title: reactuate's Replies | WordPress.org

---

# reactuate

  [  ](https://wordpress.org/support/users/reactuate/)

 *   [Profile](https://wordpress.org/support/users/reactuate/)
 *   [Topics Started](https://wordpress.org/support/users/reactuate/topics/)
 *   [Replies Created](https://wordpress.org/support/users/reactuate/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/reactuate/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/reactuate/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/reactuate/engagements/)
 *   [Favorites](https://wordpress.org/support/users/reactuate/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to format text in “About Me” box?](https://wordpress.org/support/topic/how-to-format-text-in-about-me-box/)
 *  [reactuate](https://wordpress.org/support/users/reactuate/)
 * (@reactuate)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/how-to-format-text-in-about-me-box/#post-829467)
 * There are a couple of problems with your HTML in the about me section. I don’t
   know if that is in the theme or what you entered.
 * <h3>About Me</h3>
    <ul class=”list3″>
 * [tried to show the code here, but it didn’t work. Sorry.]
 * I am a blogger and this is my welcome text for all the readers. You can change
   this text to whatever you want.
 * I am a blogger and this is my welcome text for all the readers. You can change
   this text to whatever you want.
 * The UL tag says you are starting a list, but each list item need to be surrounded
   in LI tags. Yours has none.
 * You use BR tags to make space. I don’t know if this is causing the text to be
   formated to the width it is instead of the width of the column, but I’d try wrapping
   it in a <p></p> instead.
 * Those may help
 * Ron
    [sig moderated]
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to use Categories as links and change the category view?](https://wordpress.org/support/topic/how-to-use-categories-as-links-and-change-the-category-view/)
 *  [reactuate](https://wordpress.org/support/users/reactuate/)
 * (@reactuate)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/how-to-use-categories-as-links-and-change-the-category-view/#post-829462)
 * I just did this and there are a couple of things to do.
 * For the navigation, instead of using the tag wp_list_pages to get a list of pages,
   use wp_list_categories to get categories. Then format it like you need to for
   your markup.
 * To edit how the category list page looks edit the theme file category.php.
 * Those should get you going in the right direction.
 * Ron
    [sig moderated]

Viewing 2 replies - 1 through 2 (of 2 total)