Just using #div(align=center) works but isn't good since the site uses that for other things too.
I'd like to additionally address that style but don't get it. I already tried
The thing with the style attribute is - once the page is loaded in the browser it usually will be quite different from what you have in the source code. Element Hiding Helper can show you the real (normalized) value of the attribute. I guess it is "width: 140px;" (note the semicolon at the end).
Wladimir Palant wrote:The thing with the style attribute is - once the page is loaded in the browser it usually will be quite different from what you have in the source code. Element Hiding Helper can show you the real (normalized) value of the attribute. I guess it is "width: 140px;" (note the semicolon at the end).
Hm, somehow this didn't work when I tried adding rules manually. But your great helper tool did it right.
Thank you very much!