Originally posted by: Spacehead
To view it on your local computer, copy the attached code into NotePad or something & Save As an html file. Save that html file in the same folder where the 2 pictures are. Then open the html file with your browser.
I'm assuming that the names of the 2 pics you posted are the same as on your computer.
Just select "All file types" (or whatever it reads in english) type filename.html in the name box.Originally posted by: josh6079
Spacehead, after I copy and paste your above code into NotePad, I click on "Save As" and when the save screen emerges it doesn't give me the option to save it as an .html document in the "Encoding" section or even the "Save as type" section for that matter.
Well, that's completely wrong, so no surprise there.Originally posted by: josh6079
Also, I tried copying and pasting your above code into the address bar on Firefox and it didn't do anything either.
No, leave the #Originally posted by: josh6079
[*]When it says: <a href="#" do I have to leave it as "#" or can I substitute the "#" sign for a "1" or a "2" so that it reads: <a href="1"
Yes, but you'd have to do that substitution in all three places it occurs.Originally posted by: josh6079
[*]When is says: ******="Name******= I'm assuming it's okay to substitue "Name" with "Pic1" or the like. That way it would say, ******="Pic1******=
Double-click the HTML file. It should open in your default browser.Originally posted by: josh6079
[*]IF I did get this code right for once, how would I access the pictures?
No code in the address bar, please.Originally posted by: josh6079
Would I just copy and paste the code in the address bar of Firefox?
I doubt image hosting sites accepts html files. Put the HTML file and both pictures in the same directory (any directory) on your local computer. Double-click the HTML file.Originally posted by: josh6079
Would I save it in my documents somewhere and then upload it on an image hosting site like it was a picture?
Originally posted by: josh6079
Because I paste the attached code below into NotePad, save it as an html (thanks for telling me how to do that) and double-click on it only to have it open up a blank white page with a Firefox image icon at the top left corner.
Okay, I've renamed it to the below code and it still doesn't work. What now?Replace name="Quakeface" with id="Quakeface" in the img tag.
Originally posted by: josh6079
Thankyou soooooooo much guys!!!! That did it Spacehead, I shouldn't have messed with the "http://bleh.jpg" as I can see.
Now, what if I want to make it so others on the web can see these two pictures and mouse over them? How do I do that?