Title: eXtreaL's Replies | WordPress.org

---

# eXtreaL

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_dropdown_pages select current page](https://wordpress.org/support/topic/wp_dropdown_pages-select-current-page/)
 *  Thread Starter [eXtreaL](https://wordpress.org/support/users/extreal/)
 * (@extreal)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/wp_dropdown_pages-select-current-page/#post-2870182)
 * I still haven’t solved this problem. I’ve tried using WP’s current page function,
   but this didn’t work out.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page link styling](https://wordpress.org/support/topic/page-link-styling/)
 *  Thread Starter [eXtreaL](https://wordpress.org/support/users/extreal/)
 * (@extreal)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/page-link-styling/#post-2265637)
 * Oh right, that worked out perfectly! Thanks a lot!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page link styling](https://wordpress.org/support/topic/page-link-styling/)
 *  Thread Starter [eXtreaL](https://wordpress.org/support/users/extreal/)
 * (@extreal)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/page-link-styling/#post-2265565)
 * Alright, I fixed it using ul divs. Never worked with those before, so it was 
   kind of hard to figure out.
 * Now I’m facing another problem: the alignment of the links. I tried to align 
   the links to the left but they won’t go fully to the left.
 * Here’s a little example:
    [http://i56.tinypic.com/nqe4oj.png](http://i56.tinypic.com/nqe4oj.png)
 * And this is the CSS I’m using
 *     ```
       ul#nav {
       	height:25px;
       }
   
       ul#nav li {
       	list-style:none;
       	float:left;
       	line-height:25px;
       	padding:0 10px;
       	background-image: url(images/button.png);
       }
       ```
   
 * Whereas “ul#nav” is the container and “ul#nav li” is the style of the actual 
   buttons
 * I hope you guys can help me out. Thanks 🙂

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