Hi, I replaced the block with inline, but it made no difference, you can view the page here http://testing.icanmls.pacificfox.com/concept03/
thanks Taco Fleur - CEO Pacific Fox http://www.pacificfox.com.au an industry leader with commercial IT experience since 1994 . ** Web Design and Development ** SMS Solutions, including developer API ** Domain Registration, .com for as low as AUSD$15 a year ** Seamless Merchant integration ** We endorse PayPal, accept payments online now! > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Nick Cowie > Sent: Friday, 7 October 2005 5:36 PM > To: [email protected] > Subject: RE: [WSG] Text will not valign > > > > > #column2-header h2 > > { > > display: block; > > is the culprit, a block will always fill available space and > align left. > > either > > > 1. replace display: block; with display: inline; > > 2. Add a width to #column2-header h2 that is smaller than > #column2-header and change margin: 0; to margin: 0 auto; > > that should solve the problem in most modern browsers > > Nick > > > > This email is from the Department of Consumer and Employment > Protection and any information or attachments to it may be > confidential. If you are not the intended recipient, please > reply mail to the sender informing them of the error and > delete all copies from your computer system, including > attachments and your reply email. As the information is > confidential you must not disclose, copy or use it in any manner. > ****************************************************** > The discussion list for http://webstandardsgroup.org/ > > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ****************************************************** > > ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
