function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rgaither5488rgaither5488 

Alignment Issue with Pageblock table and data below

Hi,

 

I've set up a pageblocktable where data entered is totaled by a strng in my controller.  That data, the totals, are output

in a row below the pageblocktable so they have to be aligned separately.  I've been using in-line styles (margin: value%'s) to position these items properly even when the window is resized.  However, the alignments aren't holding cross-browser, and sometimes when longer pieces of data are entered.  HELP.

 

Thanks.

Jeremy_nJeremy_n

Have you tried putting your totals in a footer facet? Aside from that, I think you'll have to explicitly define each column width by pixels, not percentage. And even then, it probably won't look right in every browser. Good luck!

 

Jeremy