Recent content by A!3X 卍

  1. A

    Weird Problem, Please Help !?

    Right click the shortcut and hit Properties, look in the compatability tab and set it to Windows 98, or whichever the game was designed for. This should fix the graphics hooks that it uses, and not cause the restart that it seems to be doing. If not then it may not be possible, within the game...
  2. A

    Is it possible to create an alert box to appear when an image is clicked using HTML?

    Create a link on the image, and <a href="javascript:;" onclick= "alert('ALERT, THIS IS A MESSAGE')" /> Get it? onclick is the js handled when the link is clicked.
  3. A

    can you de-pixelate an image with photoshop? if so how?

    You can't without going in and creating your own lines/edges on the logo and use blur/smoothing, you can't materialize pixels which aren't there.
  4. A

    HTML validator Question?

    use style="background-color:#000000;" instead of bgcolor. BGcolor works but is invalidated, especially in XHTML.
  5. A

    HTML Question, pertaining to previous question?

    <td colspan="2" width="120" style="background-color:#000000; background-image:url(topleft.gif);"> That should be valid.
  6. A

    what do you need for a gaming computer?

    I'd stick with something in this model. Asus P5Q-P, or Pro. ~$130 E8800/2200 ~80/140. E2220's OC to around 3.2GHz, the 8800 to 4.4 with better cooling. And of course, 8800GT can support most shit you throw at it, virtually everything unless you want crysis AA @ 4x.. which is insane, but you...
  7. A

    Using DOS, Need step by step directions to find documents in my documents list

    cd = change directory. --- commands: cd "c:\Documents and Settings\yourname\my documents\" copy *.* F:\flashdrive\backup -- Something like that, quote addresses containing spaces, as I've done. *.* copies all files, and file names. *.jpg copies all jpgs etc.. -- Note! use the dir command to...
Back
Top