Oxwall form customization on home page

5 replies
Am building a site on Oxwall.

I want to customize the front sign-in page and join page just like FB or Fubar or Badoo - The form surrounded by an image.

I have put an image on the background of the sign-in page. Can you please help me with a code so I can shift the Sign-in form (which is centralized) on the left side of the page.

Can someone please help me?

Thank you and regards.
#customization #form #home #oxwall #page
  • Profile picture of the author Ricardo Furtado
    Any inputs please??
    Signature

    Ricardo Furtado

    {{ DiscussionBoard.errors[9390354].message }}
  • Profile picture of the author bjadams
    create a table that is 100% of the screen.

    create 3 rows so you can centre your input box.

    put your form in the middle row with LEFT formatting
    {{ DiscussionBoard.errors[9390480].message }}
    • Profile picture of the author Ricardo Furtado
      Originally Posted by bjadams View Post

      create a table that is 100% of the screen.

      create 3 rows so you can centre your input box.

      put your form in the middle row with LEFT formatting
      I have no idea how to do this.

      Any link or guide?

      Regards
      Signature

      Ricardo Furtado

      {{ DiscussionBoard.errors[9390490].message }}
  • Profile picture of the author Anne Laidlaw
    Try this:

    <table width="100%">
    <tr><td>&nbsp;</td></tr>
    <tr><td align="left" valign="middle">Form Goes Here </td></tr>
    <tr><td>&nbsp;</td></tr>
    </table>
    Signature
    Giant Plugin Biz High Quality WP Plugin Package
    WP Plugins Are Hott!! Claim Your Piece Of The Pie Today!
    Free Squeeze Page Creator - FREE Instant Access To Alou's Killer Squeeze Page Creator.
    Alou.com - Wordpress SEO - Latest free WordPress SEO, Plugins, Themes and more!
    {{ DiscussionBoard.errors[9392590].message }}
    • Profile picture of the author Ricardo Furtado
      Originally Posted by Anne Laidlaw View Post

      Try this:

      <table width="100%">
      <tr><td>&nbsp;</td></tr>
      <tr><td align="left" valign="middle">Form Goes Here </td></tr>
      <tr><td>&nbsp;</td></tr>
      </table>
      It did not work.
      Thanks.
      Signature

      Ricardo Furtado

      {{ DiscussionBoard.errors[9394116].message }}

Trending Topics