Forums

Login re-align (5 posts)

  1. cjburkey.com
    Member
    Posted 5 months ago #

    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?

  2. Christine
    Moderator
    Posted 5 months ago #

    I don't think that you will find any <center> tags. This tag is deprecated.

  3. cjburkey.com
    Member
    Posted 5 months ago #

    Well, it there a way to left-align?

  4. cubecolour
    ɹoʇɐɹǝpoɯ
    Posted 5 months ago #

    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

    Float:
    http://www.w3schools.com/cssref/pr_class_float.asp

  5. cjburkey.com
    Member
    Posted 5 months ago #

    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?

Reply

You must log in to post.

About this Topic

Tags