geez your kinda a harsh person aren't you bud. what a tongue lashing. CHRIST
well all i wanted is
when someone went to http://www.youarethescene.net
the file that i made from scratch index.html where it would have a login screen you log in, and it will send you directly to the main part of the blog.
okay, check it, download the html file i created
http://www.sendspace.com/file/wuhcio
when i open up my ftp and insert the index.html file into my root folder where wordpress is and the rest of the files, instead of me seeing the posts i've made since i got auto login or remember me, it comes up with my custom login screen which is great, but when i log in, it does work, but it will go to http://youarethescene.net/wp-admin/
and when i click on
You Are The Scene v2.0 Visit Site
it will boot me back to the login screen it won't show my posts? thats what I need help with I need it so that it won't boot me, nor anyone else back to the login screen, and I can't figure out how to get the white box to display around the login and password fields.
I was going to copy the code from it-leaked.com cause i guess someone used the slice method in photoshop and created custom pictures for the login box
if you go to it-leaked.com you can see the custom images.
I was going to add this to the html that i wrote for my own login, and have someone come up with images
<table width="100%" align="center" border=0>
<tr><td valign="middle" align="center">
<form method="post" action="?page=login">
<table id="Table_01" width="432" height="261" border="0" cellpadding="0" cellspacing="0">
<tr><td width="432" height="125" colspan="6">
<img src="php/login/images/Slice_1.png" width="432" height="125" alt=""></td> <td width="0" height="125" nowrap></td> </tr> <tr> <td width="162" height="136" rowspan="8"> <img src="php/login/images/Slice_2.png" width="162" height="136" alt=""></td> <td width="145" height="20" colspan="4" ALIGN="RIGHT" style="background-color:#060b15;"> <input type="text" name="username" style="width:140;height:15;border:none;background-color:#0d1120;font-family:tahoma;font-size:10px;color:#3879C7;text-align:center;font-weight:bold;border:dashed 1px #050912;"></td> <td width="125" height="136" rowspan="8"> <img src="php/login/images/Slice_4.png" width="125" height="136" alt=""></td> <td width="0" height="20" nowrap></td> </tr> <tr> <td width="145" height="7" colspan="4"> <img src="php/login/images/Slice_5.png" width="145" height="7" alt=""></td> <td width="0" height="7" nowrap></td> </tr> <tr> <td width="145" height="20" colspan="4" ALIGN="RIGHT" style="background-color:#060b15;"> <input type="password" name="password" style="width:140;height:15;border:none;background-color:#0d1120;font-family:tahoma;font-size:10px;color:#5C5AC5;text-align:center;font-weight:bold;border:dashed 1px #050912;"></td> <td width="0" height="20" nowrap></td> </tr> <tr> <td width="145" height="6" colspan="4"> <img src="php/login/images/Slice_7.png" width="145" height="6" alt=""></td> <td width="0" height="6" nowrap></td> </tr> <tr> <td width="17" height="83" rowspan="4"> <img src="php/login/images/Slice_8.png" width="17" height="83" alt=""></td> <td width="44" height="27" rowspan="3" style="background: url(php/login/images/Slice_9.png)"> <input class="styled" type="checkbox" name="autologin"></td> <td width="84" height="6" colspan="2"> <img src="php/login/images/Slice_10.png" width="84" height="6" alt=""></td> <td width="0" height="6" nowrap></td> </tr> <tr> <td width="10" height="77" rowspan="3"> <img src="php/login/images/Slice_11.png" width="10" height="77" alt=""></td> <td width="74" height="14"> <INPUT TYPE="image" value="Login" name="login" SRC="php/login/images/Slice_12.png" HEIGHT="14" WIDTH="74" BORDER="0"></td> <td width="0" height="14" nowrap></td> </tr> <tr> <td width="74" height="63" rowspan="2"> <img src="php/login/images/Slice_13.png" width="74" height="63" alt=""></td> <td width="0" height="7" nowrap></td> </tr> <tr> <td width="44" height="56"> <img src="php/login/images/Slice_14.png" width="44" height="56" alt=""></td> <td width="0" height="56" nowrap></td> </tr></table></form></td> </tr></table>