• 🛑Hello, this board in now turned off and no new posting.
    Please REGISTER at Anabolic Steroid Forums, and become a member of our NEW community! 💪
  • 💪Muscle Gelz® 30% Off Easter Sale👉www.musclegelz.com Coupon code: EASTER30🐰

Anyone know HTML?

w8lifter

Elite Member
Joined
May 6, 2001
Messages
14,949
Reaction score
0
Points
0
Location
Around.....
IML Gear Cream!
Or java or whatever it is :shrug:

Could ya look at my main page and check out the code and maybe tell me why the fuq the pic loads as a red X until you run the mouse over it? :help: ...oh, and tell me how to fix it :grin:

HELP ME, LOL :D
 
yes, what is the point of this code:

PHP:
<A HREF="http://home.cogeco.ca/~lwynne2/main.htm" TARGET="_self"  onMouseOver="if(document.images) document.testpic0.src='testpic2.jpg';" 
		 onMouseOut="if(document.images) document.testpic0.src='testpic.jpg';"><IMG NAME="testpic0" SRC="testpic_1x1.jpg" WIDTH="451" HEIGHT="685" BORDER="0" ALT="Click to Enter"></A>
 
:scratch:...is that a yes, you can help...or a no? I want the mouseover, do you know what's wrong w/ the code to make it load as an X first? :D
 
Try this:

Your last line for the source has a link to a non existing file: SRC="testpic_1x1.jpg --- Should be testpic.jpg

-----------------------------------------------------------------------

<HTML>
<HEAD>
<META NAME="Author" CONTENT="">
<META NAME="Generator" CONTENT="Jasc Paint Shop Pro 7">
<TITLE> </TITLE>
</HEAD>
<BODY>
<div align="center"><img src="testhead.gif" alt=""></div>
<!-- Begin Table -->
<div align="center"><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="451" HEIGHT="685">

<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="451" HEIGHT="685">
<A HREF="http://home.cogeco.ca/~lwynne2/main.htm" TARGET="_self" onMouseOver="if(document.images) document.testpic0.src='testpic2.jpg';"
onMouseOut="if(document.images) document.testpic0.src='testpic.jpg';"
><IMG NAME="testpic0" SRC="testpic.jpg" WIDTH="451" HEIGHT="685" BORDER="0" ALT="Click to Enter"></A></TD>
</TR>

</TABLE>
</div><!-- End Table -->

</BODY>
</HTML>
 
Originally posted by mrguy
Try this:

Your last line for the source has a link to a non existing file: SRC="testpic_1x1.jpg --- Should be testpic.jpg

-----------------------------------------------------------------------

:clap: :clap: Thank you :D....I'm a dork :doh: ....but thank you very much, LOL :grin:
 
Your quite welcome!!!!
 
I just got back....

the reason I say remove it is because it's worthless. Unless you have a high speed connection it takes way to long to load and people will just click the image and never even see that there is a mouseover. That's why I asked in the beginning what's the point of this code.

When you design a website you should optimize it for a 56k dial-up connection.

I guess you could try "pre-loading" the 2 images, that might help.

change the names of the images (image1.jpg & image2.jpg) appropriately and add following code to the <HEAD> of your page:

PHP:
<SCRIPT LANGUAGE="JavaScript">
Image1= new Image
Image1.src = "image1.jpg"

Image2 = new Image
Image2.src = "image2.jpg"
</SCRIPT>
 
IML Gear Cream!
Yes, the 2 images will be pre-loaded before anything else on the page loads, so that your mouseover will work.

The way it is now you have to wait for the second image to download after you mouseover the first image. So, most people will just click the image and they will never even see the second image.

You are probably not seeing the problem either because you have a fast connection or because you have the images cached on your drive.
 
I KNOW NUSSIIIIIIIIIIIING!
 
lol@mudge .. You should see my DreamWeaver courses ...
 
Originally posted by Mudge
I KNOW NUSSIIIIIIIIIIIING!
you too, frickin computer nerds.........
:grumble: :evil2: :laugh:
 
I could have given you the answer since I taught HTML, but I was too overwhelmed with your beautiful picture that I kept starring at it, and forgot why I was there...........:D
 
Sgt. Schultz for anyone that didn't get it :D
 
Originally posted by Preacher
lol@mudge .. You should see my DreamWeaver courses ...
Love DreamWeaver... just got my upgrade to MX :D
 
Me too......:D

And I even know Mocha Java!
 
Hate them applets...
 
LMAO :D
 
How about VBScript, imported from far away Redmond Washington, definately has a domestic flavor to it :D
 
Originally posted by ALBOB


Ewwww.........Too close to Canada. Probably tastes like beer. :barf:
...and? What's your point OLDBOOB?
:p
 
Beer is OK but you don't mix it with the life sustaining nectar that is coffee. :finger:
 
What you really need is a 5'7" 175 lb good looking but currently unemployed Polish web developer who has nothing but time on his hands to help you out. :grin:
 
Originally posted by crunch
What you really need is a 5'7" 175 lb good looking but currently unemployed Polish web developer who has nothing but time on his hands to help you out. :grin:

You're absolutely right...except the for unemployed bit.....ya see, I don't eat McDonalds so I'd need a guy w/ more than a $1.77 :p
 
Back
Top