robbin_g 0 Report post Posted January 12, 2010 Another noob problem with HTML: I tried centering the Feature Box Title text with: <h3><p style="text-align: center;">Travel</p></h3> And broke a lot of things! What have I done horribly wrong? Share this post Link to post Share on other sites
justin 0 Report post Posted January 12, 2010 Got a link to your page, with this change made? Would like to see the horribly wrong results. You can try this: <p class="center">My wonderful text goes here</p> Share this post Link to post Share on other sites
robbin_g 0 Report post Posted January 13, 2010 It had somehow broken my menu bar links...they were all in a pile. Your code above: <h3><p class="center">Food</p></h3> Moves the "border line" down, I would prefer that stay flush... Thoughts? Thanks! Share this post Link to post Share on other sites
jnoh 0 Report post Posted January 13, 2010 Try <h3 class="center">Food</h3> instead. The p tag makes the text a block and adds the space underneath. Share this post Link to post Share on other sites