PDA

View Full Version : Alignment problem with Grid



blex
28 Jun 2007, 7:08 AM
I'm pretty new to this and probably did something stupid. I can't figure out how to get the paging element to left align (SEE SCREENSHOT). All the elements on the bottom are centered and I can't locate where this alignment is happening in the style. It isn't in the code. I copied the example I thought exactly but clearly something is wrong. Any idea where I should start looking in terms of which style could be doing this? Thank you!

tryanDLS
28 Jun 2007, 7:15 AM
Look at the rendered HTML in firebug and view the css in the right pane - you must be applying a text-align:center at some point.

blex
28 Jun 2007, 9:07 AM
Thanks - I was looking for center with no luck but it turned out this was doing it:

table {width: 100%;}