View Full Version : HTML-->FTP-->IMages not workin


Bebe x Baby Luv
06-05-2003, 12:25 AM
here, is the HTML i saved to notepad

<head>
<html>
<title>--> shifty || v e r s i o n 2 - neglect :: K r i s t e n K r e u k <--</title>
<HEAD>

<!--If you want to know about my layout and HTML then check Site Stuff-->

<style type="text/css">
<!--
body
{
background-color : #CC99FF;
background-image : url(kkBG.jpg);
background-repeat : repeat;
background-attachment : scroll;
font-size : 7pt;
font-family : Tahoma;
letter-spacing : 2pt;
line-height : 15px;
cursor : crosshair;

}
A{cursor:hand;height:1px;behavior:url(linkhilight. htc);filter:progid:dximagetransform.microsoft.grad ientwipe(duration=1)}
A:link{color:#000000; text-decoration:none;cursor:"crosshair"}
A:visited{color:#000000;text-decoration:line-through;font-weight:none}
A:hover {text-decoration: none; color:#006666; filter: blur; height:0px}-->
</style>

<body>

<img style="position:absolute; left:0px; top:0px;" src="kk517.jpg">

<iframe src="main.html" height="500" width="270" name="myIframe" border="0" frameborder="0" "position:absolute; left:5px; top:500px;" style="filter:alpha(opacity=50)"></iframe>
</body>
</html>

i uploaded to my FTP --> the images aren't working

I have them in teh same folder (im using unimitedFTP)
but they won't show up!!!!

--> look .. http://shifty.dissendium.net

ok...so yeah. Images aren't showing up

Dude128
06-05-2003, 03:56 AM
are you absolutely sure you uploaded the image, and that the actual file name EXACTLY matches the one in your code (make sure it is the same case, as well)? I tried viewing the image as you have it (kkBG.jpg), and I get a 404 error, meaning that it isn't uploaded or it's called something different.

jake
06-05-2003, 11:35 PM
does it work on your own computer before you upload it?

Bebe x Baby Luv
06-05-2003, 11:38 PM
yeah. Haha. I figured that out after I signed off AOL ...so yeah

Thanks Dude

Another thing --->>
1. The font isnt working
2. Splash isnt showing up
3. Its just messed up

Have a look at the code...

<head>
<html>
<title>--> s h i f T y || s p L a s h <--</title>
<HEAD>

<style type="text/css">
<!--
body {background-color : #FFFFFE;

}
A{cursor:hand;height:1px;behavior:url(linkhilight. htc);filter:progid:dximagetransform.microsoft.grad ientwipe(duration=1)}
A:link{color:#000000; text-decoration:none;cursor:"crosshair"}
A:visited{color:#000000;text-decoration:none;font-weight:none}
A:hover {text-decoration: none; color:#006666; filter: blur; height:0px}-->
</style>

<body>

<img style="position:absolute; left:0px; top:0px;" src="k_splash.bmp">

<p style="font-family:tahoma;font-size:60%;color:000000">

<a href="main.html">--> e n t e r</a></p><br>
I Love My <a href="http://dissendium.net">Host</a></p><br>

</body>
</html>

--> http://shifty.dissendium.net

oh yeah and to answer anyone's question....yes, I did upload the "main.html" to the FTP

and the image is uploaded in the same folder also...yeah

jake
06-05-2003, 11:59 PM
I get a 404 error when I try to view your splash image at
<http://shifty.dissendium.net/k_splash.bmp>

Which font isn't working? If its the 'I Love My Host' part, then it's because you closed your paragraph tag before that part.

I would also suggest using jpegs instead of bmps because the size (and therefore it takes to load the page) is a lot smaller.

Bebe x Baby Luv
06-06-2003, 11:03 PM
thanks~~~!!!

and yeah the image wasnt workin cuz in the HTML i put
--> k_splash.bmp

and it was supposed to be
--> k_Splash



o0ooooo! the capitals count....darnet

rundellt2000
06-07-2003, 10:27 AM
Your.bmp takes a while to load, a trick I use is when I save, I put .png after the name. It saves it in Picture It! format, which happens to be smaller size tham .bmp.

Example:

k_Splash is what you typed in the save dialog. simply save it as k_Splash.png and it will auotmatically convert.