View Single Post
Old 12-15-2011, 12:01 PM   #4
uavalos
Junior Member
uavalos began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Dec 2011
Device: none
So what's the workaround? Again, ADE doesn't respect the usual conventions for centering objects. And by "usual", I mean what you normally do on the Web. For example, to center a DIV apply this class to it:

.center {
margin-left:auto;
margin-right:auto;
}

Assuming the DIV has a fixed width, that's usually enough. But in ADE (and hence the Nook), it fails completely. So how do you center stuff? I'm starting a new forum post:

https://www.mobileread.com/forums/sho...28#post1879628
uavalos is offline   Reply With Quote