1) Is there any javascript to redirect the login page to an HTML page? If so, how does this script work and where do you put it on the HTML page:
2) How do you change the background image of the input types? Do the input types take CSS and CSS3?
3) What do we do if we cant log in, like the HTML Page gets deleted and we cant log in? Is there a back-up?
- Code:
<form action="http://YOUR_FORUM.forumotion.com/login.forum" method="post"><table cellspacing="1" cellpadding="3" border="0"><tbody><tr><td width="45%" align="right"> Username:</td><td><input type="text" name="username" size="25" maxlength="40" /></td></tr><tr><td align="right">Password:</td><td><input type="password" name="password" size="25" maxlength="32" /></td></tr><tr align="center"><td colspan="2">Log me on automatically each visit: <input type="checkbox" name="autologin" checked="true" /></td></tr><tr align="center"><td colspan="2"><input type="submit" class="mainoption" name="login" value="Log in" /></td></tr></tbody></table></form>
2) How do you change the background image of the input types? Do the input types take CSS and CSS3?
3) What do we do if we cant log in, like the HTML Page gets deleted and we cant log in? Is there a back-up?