One of the most commonly asked questions I get about CSS is how to center things. It was really easy when we just used the deprecated <center> tag. But trying to do it with CSS can sometimes be very frustrating. That’s because CSS treats block-level elements differently from inline elements (except <img />, which is a block-level tag, but it centers like an inline tag). In my centering with CSS article, I teach you how to center anything on your page. I even show you how to center things vertically. And if that’s not enough, you can learn how to center a document with a fixed width layout and center a document with a liquid layout.
Category News |
 |
Antique grunge style web design of a a boutique advertising shop specializing mostly in copywriting and SEO services.
Category: Communications
Style: Grunge Style |
Category Website of day |

Get the site you’re working on featured on About.com: What’s in Your Editor?
More Web design resources and help: Follow me on Twitter or Become a Fan on Facebook
Category News |
 |
Going to start your own e-commerce business? Pay attention to Prestashop themes, a growing e-commerce trend.
Category: Online Store/Shop
Style: Grunge Style |
Category Website of day |
 |
Mouth-watering web design of Bristol-based caterer offering a friendly, flexible and imaginative service with affordable prices.
Category: Cafe & Restaurant
Style: Minimalist Style |
Category Website of day |
Being a web designer is like any other creative pursuit. Every so often you’ll need to recharge the creative batteries. I enjoy brainstorming to help me get unblocked, but I also will get inspiration from nature, my friends, and even books I’m reading. Of course, looking at other websites can be inspiring as well. Some About.com readers have shared their inspirations and you can too. What inspires your web design work?
Category News |
I thought it would be interesting this summer to take a look at some of my older articles that you may have missed. All of these articles have been re-worked and refreshed for your edification and enjoyment. And I thought I’d start with an article about the meta refresh tag. This is a tag that was originally created to refresh the current page, to add interactivity and allow the designer to make changes and updates without the reader needing to do anything. But browsers quickly added on the ability to load a new page rather than just the current one. And that’s what most people use the meta refresh tag for. But keep in mind that search engines don’t like you to use the meta refresh tag to redirect pages permanently. Some black-hat designers used them to scam people and search engines to get higher rankings. So, it’s best for SEO to use a 301 server redirect instead if you need to redirect a page permanently.
Category News |
 |
Need a professional-looking website design to offer your design related services? Behold this stunning WordPress Theme which costs only $60.
Category: Web Design
Style: Clean Style |
Category Website of day |
 |
This web design belongs to a professional Interactive Designer who’s goals are to lead businesses into the 21st century with useful & beautiful design.
Category: Web Design
Style: Dark Style |
Category Website of day |
One of the things I like best about XML is how you can use it for so many different things. But when I first started using it, I would create one XML document and then when I needed another with similar content (but different XML elements) I would just write a new XML document. When I finally figured out about XSLT I was ecstatic. XSLT lets you take a set of data in an XML document and convert it into another XML document. I have used it for converting articles from a CMS into HTML (XHTML, actually) and for converting an RSS feed into a website. And Darla has a multi-page XSLT Tutorial where you’ll learn the basics of XSLT, how to set up an XSLT output stream, how to use the value-of element, and much more. You’ll be impressed with how useful XSLT is!
Category News |