I am currently trying to left-align the login form from the PHP edit page provided by a File Manager. But I cannot find the <center></center> tags! Help?
I am currently trying to left-align the login form from the PHP edit page provided by a File Manager. But I cannot find the <center></center> tags! Help?
I don't think that you will find any <center> tags. This tag is deprecated.
Well, it there a way to left-align?
Don't bump - its not allowed on this forum
You change the presentation of elements with CSS not PHP.
There are a few ways of moving things around in CSS depending on what you're doing and how you're doing it. I hope you're not editing a core file though - that's usually a bad idea.
Position:
http://www.w3schools.com/css/css_positioning.asp
Text-align:
http://www.w3schools.com/css/css_text.asp
So just make a CSS file and use Link Rel to link to that css in the login and register form.
Also: how do you align the form?
You must log in to post.