Search results

  1. A

    Virus, HTML Program Solution?

    Basically i have a virus on my computer and although i can't find it, anywhere. It adds a bit of code to all html pages on my computer. I am a web developer so that's allot of pages, basically i have worked out that changing the </body> tag on the pages solves the problem, however i need to...
  2. A

    I need the HTML code for a pop-up window. Anyone know it?

    <script> alert("Are you sure want to leave this page?"); </script>
  3. A

    How do I attach an action to a button in Flash CH4 using Action Script 2.0?

    Right click on the button and select action from the menu, then type the following. on(press){ gotoAndStop(1); }
  4. A

    *READ DETAILS* HTML PROGRAM?

    Yes many i have made a simple one where all you need is a bit of sense, it's code based but there is a guide with codes for pictures and so on...
  5. A

    i need to know about adobe flash player for the psp?

    You simply go to the Settings Tab (Far Left) and then to "System Settings" and then "Enable Flash Player" Follow the instructions. NOTE: This requires a wireless internet connection and also no it can't play any video on the net, it can play Flash 6 content and lower (Youtube Flash 9), You will...
  6. A

    HTML for Tables -- Infinite?

    What the f...??? lol, well all i can say is set it to 100%
  7. A

    How can i link my .css to my .html?

    To change where an address is referring you can use ../ to go back a directory. You should have stuck with notepad, wrting code by hand allows you to change it more, there is more flexibility. Thanks for the thumbs down who ever it was? (It's cause i'm right) lol
  8. A

    html help please thanks?

    Don't put a new a paragraph or line break e.g. <img src=""><img src=""> Not: <img src=""><br><p><img src="">
  9. A

    Picture CSS/HTML coding help?

    No you can't stop people copying pictures from your website, unfortunatly its the biggest flaw with computer technology. If its on a computer with a network anyone can get hold of it, thats the way it is. Although you can block right click you can't block view source and even if you manage to...
  10. A

    Picture CSS/HTML coding help?

    No you can't stop people copying pictures from your website, unfortunatly its the biggest flaw with computer technology. If its on a computer with a network anyone can get hold of it, thats the way it is. Although you can block right click you can't block view source and even if you manage to...
Back
Top