Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Help, my coding is failing >D;
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="JoshuaLuke" data-source="post: 72202" data-attributes="member: 12258"><p>Hey</p><p> </p><p>Basically, im coding a RevCMS theme. And ive got onto the index and this happenes:</p><p> </p><p><img src="http://i39.tinypic.com/fld64x.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>Heres my code;</p><p> </p><p>[CODE]</p><p><form method="post"></p><p></p><p> <tr></p><p> </p><p>< <td class="right"><label for="us">Desired Username:</label></td></p><p> <td class="left"><input type="text" name="reg_username" id="us" value="<?php echo $template->form->reg_username; ?>"></td></p><p> </tr></p><p> <br><br></p><p> <tr></p><p> <td class="right"><label for="pw">Desired Password:</label></td></p><p> <td class="left"><input type="password" name="reg_password" id="pw"></td></p><p> </tr></p><p> <br><br></p><p> <tr></p><p> <td class="right"><label for="cp">Confirm Desired Password:</label></td></p><p> <td class="left"><input type="password" name="reg_rep_password" id="cp"></p><p> </tr></p><p> <br><br></p><p> <tr></p><p> <td class="right"><label for="em">Email Address:</label></td></p><p> <td class="left"><input type="text" name="reg_email" id="em"></p><p> </tr></p><p> <br><br></p><p> <td class="right"></td></p><p> <td class="center"></p><p> <input type="submit" value="Register" name="register" style="margin-right:3px;"></p><p> <input type="button" value="Cancel" onclick="location.href='{url}/'"></p><p> </td></p><p> </p><p> </form></p><p>[/CODE]</p><p> </p><p>Will someone optimise it for me, so itll all align proplerly</p><p> </p><p>Thanks</p><p>Josh</p></blockquote><p></p>
[QUOTE="JoshuaLuke, post: 72202, member: 12258"] Hey Basically, im coding a RevCMS theme. And ive got onto the index and this happenes: [IMG]http://i39.tinypic.com/fld64x.png[/IMG] Heres my code; [CODE] <form method="post"> <tr> < <td class="right"><label for="us">Desired Username:</label></td> <td class="left"><input type="text" name="reg_username" id="us" value="<?php echo $template->form->reg_username; ?>"></td> </tr> <br><br> <tr> <td class="right"><label for="pw">Desired Password:</label></td> <td class="left"><input type="password" name="reg_password" id="pw"></td> </tr> <br><br> <tr> <td class="right"><label for="cp">Confirm Desired Password:</label></td> <td class="left"><input type="password" name="reg_rep_password" id="cp"> </tr> <br><br> <tr> <td class="right"><label for="em">Email Address:</label></td> <td class="left"><input type="text" name="reg_email" id="em"> </tr> <br><br> <td class="right"></td> <td class="center"> <input type="submit" value="Register" name="register" style="margin-right:3px;"> <input type="button" value="Cancel" onclick="location.href='{url}/'"> </td> </form> [/CODE] Will someone optimise it for me, so itll all align proplerly Thanks Josh [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Help, my coding is failing >D;
Top