Re: [docbook-apps] Centering Figures in Html With CSS: No Luck!

2010-07-08 Thread Tom Browder
On Thu, Jul 8, 2010 at 15:29, Mauritz Jeanson wrote: ... > |  Do you have a pointer to any other css tricks for firefox? ... > https://developer.mozilla.org/en/CSS Thanks, Mauritz. -Tom - To unsubscribe, e-mail: docbook-apps-un

Re: [docbook-apps] Centering Figures in Html With CSS: No Luck! [SOLVED]

2010-07-08 Thread Tom Browder
On Thu, Jul 8, 2010 at 15:01, Tom Browder wrote: > On Thu, Jul 8, 2010 at 14:20, Mauritz Jeanson wrote: >> |  -Original Message- > ... >> |  In my css file I have tried these: >> |  div.mediaobject { >> |    text-align: center; >> |  } >> | >> |  Neither work. >> CSS has no "align" prope

RE: [docbook-apps] Centering Figures in Html With CSS: No Luck!

2010-07-08 Thread Mauritz Jeanson
| -Original Message- | From: Tom Browder | | Do you have a pointer to any other css tricks for firefox? https://developer.mozilla.org/en/CSS Mauritz - To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis

Re: [docbook-apps] Centering Figures in Html With CSS: No Luck!

2010-07-08 Thread Tom Browder
On Thu, Jul 8, 2010 at 14:20, Mauritz Jeanson wrote: > |  -Original Message- ... > |  In my css file I have tried these: > |  div.mediaobject { > |    text-align: center; > |  } > | > |  Neither work. ... > CSS has no "align" property. > "text-align: center;" works in Internet Explorer, bu

RE: [docbook-apps] Centering Figures in Html With CSS: No Luck!

2010-07-08 Thread Mauritz Jeanson
| -Original Message- | From: Tom Browder | | In my css file I have tried these: | | div.mediaobject { |align: center; | } | div.mediaobject { |text-align: center; | } | | Neither work. CSS has no "align" property. "text-align: center;" works in Internet Explorer,

Re: [docbook-apps] Centering Figures in Html With CSS: No Luck!

2010-07-07 Thread Tom Browder
On Wed, Jul 7, 2010 at 18:00, Bob Stayton wrote: > Hi Tom, > If I add your style to my docbook css file, it does center the graphic. ... > Is the css stylesheet specified in the 'html.stylesheet' parameter so the > reference to it is inserted in the HTML files? Yes. > Is the reference getting in

Re: [docbook-apps] Centering Figures in Html With CSS: No Luck!

2010-07-07 Thread Bob Stayton
Hi Tom, If I add your style to my docbook css file, it does center the graphic. div.mediaobject { text-align: center; } Is the css stylesheet specified in the 'html.stylesheet' parameter so the reference to it is inserted in the HTML files? Is the reference getting into the HTML files? Is t