# CSS align text problem

**URL:** https://forum.kirupa.com/t/css-align-text-problem/192539
**Category:** programming
**Created:** [June 29, 2006, 8:40am UTC](https://forum.kirupa.com/t/css-align-text-problem/192539 "2006-06-29T08:40:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wickedBoy](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/wickedboy/32/1100_2.png) [@wickedBoy](https://forum.kirupa.com/u/wickedBoy)
#### Post date: [June 29, 2006, 8:40am UTC](https://forum.kirupa.com/t/css-align-text-problem/192539/1 "2006-06-29T08:40:26Z")

</div>

Very new at this…

I’d like the link list in the middle of the page but don’t know the code for centering. Could anyone help me please?

```auto
<div id="topBar"></div>
<div id="centerDoc"> 
  <div style="margin-top:25px; margin-bottom:10px; "> 
    <p><strong>YOU ARE HERE:</strong> <a href="http://www.killersites.com/">HOME</a> 
      > <a href="../../articles/articlesHome.htm">WEB DESIGN ARTICLES</a> &gt; 
      CSS TUTORIAL PART 1 </p>
    <img src="../../images/BANNER3.gif" width="520" height="101"> </div>

```

Thank you

wB
