login over a picture
Moderator: General Moderators
login over a picture
anyone know away to have a login over a picture??
Thanx Smackie
Thanx Smackie
lol well ok say i had a picture ok and i wanted to put that on my website ok but not only i want it to be on my website i want to have my login script to be over the picture so it would look alittle better...
something kinda like this
http://logd.maddnet.com/
the dragon around the login.........
sorry i havent been to sleep in 3 or 4 days
lol
something kinda like this
http://logd.maddnet.com/
the dragon around the login.........
sorry i havent been to sleep in 3 or 4 days
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
did you look at the page code for it?the exact code they have for that part.
Code: Select all
<form action='login.php' method='POST'>
<table width='212' height='234' border='0' cellpadding='0' cellspacing='0' background='images/logindragon.gif' class='noborder'>
<tr>
<td valign='bottom' align='center' class='noborder'>
<u>U</u>sername: <br><input name='name' accesskey='u' size='10'><br>
<u>P</u>assword:<br><input name='password' accesskey='p' type='password' size='10'><br>
<input type='submit' value='Log in' class='button'><br>
<img src='images/trans.gif' width='1' height='37' align='absmiddle' alt=''>
<img src='images/trans.gif' width='1' height='15'>
</td>
</tr>
</table></form>- Maugrim_The_Reaper
- DevNet Master
- Posts: 2704
- Joined: Tue Nov 02, 2004 5:43 am
- Location: Ireland
All you need to do is put the form in a table cell, and add a style tag setting the background image to whatever the backimage you want is. Make sure it's centered. Alternatively a CSS div would work in place of a table - depends how you create your layout... W3Schools.com is good place to look up these sorts of attributes...
As for seeing the script (I assume you mean the html markup), get a browser that works - Mozilla Firefox is a good start...
The Web Developer 0.8+ plugin for Firefox is also a good idea...
As for seeing the script (I assume you mean the html markup), get a browser that works - Mozilla Firefox is a good start...
betteryet make a simple form in flash. This would be the easiest way to create a login form with an image behind it. If you used flash just for the login form and image behind it you could also make the image and the form blend in a little better. Its easier than going throught and tinkering with HTML.
If you post the image here that you want and a rough idea of how you want it I can whip it up for you really quick. (send me a pm with the url of this topic just so I don't miss it)
If you post the image here that you want and a rough idea of how you want it I can whip it up for you really quick. (send me a pm with the url of this topic just so I don't miss it)
-
d3ad1ysp0rk
- Forum Donator
- Posts: 1661
- Joined: Mon Oct 20, 2003 8:31 pm
- Location: Maine, USA
Maybe it's just me, but the code it would take to make a background image and a form ontop of it would probably take 20 seconds for any novice html scripter to create. Loading flash takes that long on some people's computers. Then they have to learn how to submit flash forms to a php page, make sure the users ALL have flash installed (or they can't login..), etc.
Hmm.. HTML, or flash.. html, or flash.. I can't decide
Hmm.. HTML, or flash.. html, or flash.. I can't decide