Search results

  1. O

    I need a html script for making a meta search engine?

    how do I make a meta search engine? does anyone have the html script for this?
  2. O

    We are not perfect. We are made in god's image. Thus god is not perfect?

    It's just my logic. Give me your opinions, im up for a structured argument.
  3. O

    Can I accompany Youtube links in my website with a representing photo (using html)?

    <a href="youtube.com/whatever"><img src="thumb.png"></a>
  4. O

    Can I change and OS on a media player to play more formats?

    RockBox is a possibility but it's mainly geared toward iPods. But it can be used on anything they've compiled it for, so looking is worth a shot. As to other OSes? Don't know.
  5. O

    HTML code align help please!?

    Ouch... a center tag? In response to your work, think smarter not harder. Absolute positioning and telling the TOP of the second element to be down 400 pixels is what's killing you. Try putting this in instead. <DIV style="float: left; width: 50%;"> <center> <h1>The Blindside </h1> <br> <img...
  6. O

    Survey: What is the difference between temporary & permanent storage of data in

    I think one is temporary and the other is permanent. RAM disappears when your computer shuts down. No power, no data in RAM. That' because it's all held by some nifty magic when power's running through your circuits. Hard disks on the other hand have physically altered shape to reflect what you...
  7. O

    Can only one image be animated using javascript?

    Source please? You have to get each element separately if that helps any... its ID, or even not capitalizing it right coulda done some pretty serious damage to your code.
  8. O

    Windows 7 - Google doesn't show News | Web | etc... can I change this?

    Move your mouse. I'm not kidding, that's all it takes.
  9. O

    How to tag images on my website, like Facebook does?

    You might want to use an imagemap (look it up on the web) coupled with a little javascript for defining areas on an image you can move your mouse over for more info. That's what I would do anyway.
Back
Top