How can I fix that because the text is more over to the rite side and looks dodgey![]()

How can I fix that because the text is more over to the rite side and looks dodgey![]()
Showing code is nice.
Hi, names James. I am a web developer.
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
You should do this:
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.Code:#divname { width: widthpx; padding-left: 5px; }
Want to hide these adverts? Register an account for free!