Recent content by Astano

  1. A

    Basic CSS/HTML StyleSheet Linking Trouble Shooting Please Help?

    Your CSS should be in a folder called css and the file called stylesheetcss.css making sure that the file isn't called stylesheetcss.css.txt
  2. A

    Free HTML uploadable website?

    http://www.freehostia.com lets you upload your own websites with no forced adverts for free.
  3. A

    Download file html with javascript?

    I know that PHP can do this, if you plan on making allot of downloadable .html pages, just change the extension and instruct users to change it to .html
  4. A

    Download file html with javascript?

    I know that PHP can do this, if you plan on making allot of downloadable .html pages, just change the extension and instruct users to change it to .html
  5. A

    Download file html with javascript?

    I know that PHP can do this, if you plan on making allot of downloadable .html pages, just change the extension and instruct users to change it to .html
  6. A

    Download file html with javascript?

    I know that PHP can do this, if you plan on making allot of downloadable .html pages, just change the extension and instruct users to change it to .html
  7. A

    Are viruses on Apple computers going to become more common as they increase in...

    The Mac still doesn't have a very big virus base this is because they aren't popular. The PC will still encounter more viruses but this is due to the amount of users on Windows Systems. The Mac isn't going to become popular for many years, generally because everyone can use Windows and people...
  8. A

    How do i make a corrupt HTML file?

    Play with Find and Replace in notepad replacing < with &err; or something silly like that.
  9. A

    Flash lags a lot, the file size is too big need help.?

    You need to use low frame rates and possibly compile the flash movie of several separate flash files
  10. A

    Flash lags a lot, the file size is too big need help.?

    You need to use low frame rates and possibly compile the flash movie of several separate flash files
  11. A

    Flash lags a lot, the file size is too big need help.?

    You need to use low frame rates and possibly compile the flash movie of several separate flash files
  12. A

    Flash lags a lot, the file size is too big need help.?

    You need to use low frame rates and possibly compile the flash movie of several separate flash files
  13. A

    How do I open another flash file in flash?

    You can use this on a button to make it open another .swf file. on(press){ getURL("flashname.swf","_blank"); }
  14. A

    Goto absolute frame in Adobe Flash 8 works if running the .swf itself, but not

    Either you don't have the HTML code that allows all access or you are using a different flash version on the browser to the player supplied with flash 8.
  15. A

    Goto absolute frame in Adobe Flash 8 works if running the .swf itself, but not

    Either you don't have the HTML code that allows all access or you are using a different flash version on the browser to the player supplied with flash 8.
Back
Top