PDA

View Full Version : Text aligning help crap xD



Chaad
25-04-2008, 10:40 PM
http://images.habboupload.com/1209195673.png
How can I fix that because the text is more over to the rite side and looks dodgey xD

Protege
26-04-2008, 03:03 AM
Showing code is nice.

kk.
26-04-2008, 02:50 PM
either you have padding-left: Xpx; or you have text-align: right on one of the parent divs. Add text-align: left; to the div it is in unless you hare using tables in which case i cant rememebr

L?KE
26-04-2008, 04:46 PM
You should do this:



#divname {
width: widthpx;
padding-left: 5px;
}


Where the 5px is how far you want it from the left of the box, and the width is the width of the div/box MINUS the padding you supplied.

Want to hide these adverts? Register an account for free!