Thread: CSS Question
View Single Post
  #2  
Old 12-22-2006, 11:33 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: CSS Question

<div style="text-align: center;"> is the corret way to center something, or you can use an external class:

<div style="center"> and then put this in your skin1.css:

.center {text-align: center;}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote