Recent content by Elgo

  1. E

    How to add a background image to an html document? help?

    If I wanted to add a tiled background image to an html document, what code would I use? Everywhere I looked on google they used { and } instead of < and > so I'm not sure if {asdasdasd} is the content of what's inside the < and > or if that's actually used? So I have the base: <html> <head>...
  2. E

    How would I add to this code to allow searching included in the video? HTML/Java embedded video?

    <html> <head> <title>YouTube</title> </head> <body> <br> <br> <br> <br> <div align="center"><object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/PZM7TWcfSmc?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess"...
Back
Top