Recent content by Toxin

  1. T

    My Sony Ericsson isn't turning on completely, how do I fix this?

    I have a Sony Ericsson W810i, and it's been pretty fine over the 2 or so years I've had it (apart from one time the firmware was corrupted from connecting it to my computer and I had to replace the firmware). But a few days ago, it was low on power so I turned it off incase I need it urgently...
  2. T

    when using a login form on a php/tpl-based website?

    Find the login form and see where the action points to. You could also look at the page source in the browser to find it, <form action="SOMETHING.php"> Than open that file ans search for "header" it may look like header("location: page1.php") that may be the redirect the script is using. Best i...
  3. T

    when using a login form on a php/tpl-based website?

    Find the login form and see where the action points to. You could also look at the page source in the browser to find it, <form action="SOMETHING.php"> Than open that file ans search for "header" it may look like header("location: page1.php") that may be the redirect the script is using. Best i...
  4. T

    HTML Navigation Panels?

    <li><a href=LINK>Sign Up</a> or <a href=LINK> sign in</a></li> You where not closing the first link from what i can see. After Sign Up close the link like normal than go to the 'or' in normal text and back to the other one.
  5. T

    In HTML, how do you show an HTML without scrollbar? how do you also show a HTML in...

    To do something like this you need more than html. You need to add javascript to get it the way you want. It may annoy some visitors to your site if you force them to view a page in full screen.
Back
Top