Re: [css-d] Text-Align:Center Not Completely Centered

2008-10-20 Thread Chris Akins
Well - the clear:both mentioned above worked fairly well on everything except IE 6 or 7. What else should I have expected? :-) It blew the rest of the page to smithereens in those browsers. So I'm at a loss to know how to really get the content centered and still not have a bunch of dead space

Re: [css-d] Text-Align:Center Not Completely Centered

2008-10-20 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Chris Akins Sent: Monday, October 20, 2008 1:52 PM To: David Laakso Cc: [css-d] List Subject: Re: [css-d] Text-Align:Center Not Completely Centered Well - the clear:both mentioned above

Re: [css-d] Text-Align:Center Not Completely Centered

2008-10-20 Thread David Laakso
Chris Akins wrote: Well - the clear:both mentioned above worked fairly well on everything except IE 6 or 7. What else should I have expected? :-) It blew the rest of the page to smithereens in those browsers. So I'm at a loss to know how to really get the content centered and still not

Re: [css-d] Text-Align:Center Not Completely Centered

2008-10-20 Thread Chris Akins
On 10/18/08 at 2:10pThierry suggested this-- Try this: .trC {position:absolute;right:0;} Did you try his suggestion? Either way, please bottom post. Thanks. Yes I had tried it. Position:absolute works everywhere except IE 6. So, perhaps my best bet is to go with it and add another

Re: [css-d] Text-Align:Center Not Completely Centered

2008-10-18 Thread Chris Akins
While I did say all I want is the content to be centered. I should have added that I'd also like to NOT have the extra dead space above the h1 tag that shows up with the clear:both on it. I had looked at putting a clearing statement on it earlier plus a negative top margin thinking that would do

Re: [css-d] Text-Align:Center Not Completely Centered

2008-10-18 Thread Thierry Koblentz
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] discuss.org] On Behalf Of Chris Akins Sent: Saturday, October 18, 2008 6:36 AM To: [css-d] List Subject: Re: [css-d] Text-Align:Center Not Completely Centered While I did say all I want is the content

Re: [css-d] Text-Align:Center Not Completely Centered

2008-10-18 Thread David Laakso
Chris Akins wrote: While I did say all I want is the content to be centered. I should have added that I'd also like to NOT have the extra dead space above the h1 tag that shows up with the clear:both on it But the amount of blank space above the heading now just doesn't look right

[css-d] Text-Align:Center Not Completely Centered

2008-10-17 Thread Chris Akins
Page and CSS: http://www.springfieldmo.gov/newSite/sfd/galleries/photo1/pages/BobCumley-1.html http://www.springfieldmo.gov/newSite/css/gallery.css There's also a reset.css file, but it doesn't have any positioning info in it that should be pertinent. On this page all I want is the content in

Re: [css-d] Text-Align:Center Not Completely Centered

2008-10-17 Thread David Laakso
Chris Akins wrote: Page and CSS: http://www.springfieldmo.gov/newSite/sfd/galleries/photo1/pages/BobCumley-1.html http://www.springfieldmo.gov/newSite/css/gallery.css On this page all I want is the content in div class=textpadderC to be centered. Chris A. Try: .textpadderC h1