View Full Version : Alignment for DIV layer?


Sharon9280
05-29-2006, 12:51 PM
I've entered the code and all, but the problem is all of the contents are aligned in the center whereas I want them to be on the left.

These are the code.. anywhere I should edit to make the content aligned to the left?
<div id=layer3 style="position:absolute; top: 100; left:150; z-index:1;

padding:1px; background-color:white;">

Thanks for helping.

pb&j
05-29-2006, 02:49 PM
i am guessing it is being contained within another area that is centered that is making the center happen in error. try this...

<div id=layer3 style="position:absolute; top: 100px; left:150px; z-index:1; padding:1px; background-color:white; text-align:left;">

Sharon9280
05-29-2006, 04:23 PM
I insert <div ...... align="left"> and it's working now
Thanks again :)
I guess this thread can be closed