View Full Version : Pictures won't show.


Kat1984
02-14-2004, 12:41 AM
This is a testing.. I uploaded 9 pics. And only 1 will show up.. just a testing page.

Here's the code:

<HTML>
<body>

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="ROBOTS" CONTENT="follow,index">
<META HTTP-EQUIV="Content-Language" CONTENT="en">
<META NAME="Description" CONTENT="This is 4 the love of Sloan, for the faboulous 4.">
<META NAME="Keywords" CONTENT="Sloan, Jay Ferguson, Chris Murphy, Andrew Scott, Patrick Pentland, music, Between The Bridges, Pretty Together, Action Pact, One Chord To Another, Smeared, Twice Removed, Peppermint EP, Halifax, Toronto, pop-rock, rock">
<META NAME="Author" CONTENT="Kathleen">
<META HTTP-EQUIV="Reply-to" CONTENT="macmasma@hotmail.com">
<META NAME="Cenerator" CONTENT="MTG (Meta Tags Generator)">
<META NAME="Creation_Date" CONTENT="1/27/2004">
<TITLE>SLOAN... owns me</TITLE></HEAD>

<script src="rainbow.js">

/*
Rainbow Links Script- TAKANASHI Mizuki
For full source code, 100's more DHTML scripts, and TOS,
Visit http://www.dynamicdrive.com
*/

</script>
<style>
BODY
{
scrollbar-3dlight-color:BLACK;
scrollbar-arrow-color:yellow;
scrollbar-darkshadow-color:BLACK;
scrollbar-face-color:yellow;
scrollbar-highlight-color:yellow;
scrollbar-shadow-color:yellow;
scrollbar-track-color:yellow;
}
</STYLE>





<body background="gr.jpeg" BGPROPERTIES="fixed">


<div style="position:absolute; top:50px; left:2px;">
<table width="600" height="20" cellpadding="0" cellspacing="0">
<tr><td align="left" valign="RIGHT"><font face="arial" size="4px" color="#ffffff">
<a href="http://ca.f2.pg.photos.yahoo.com/zebrazinger77" target="main1">
hello</a></font></td></tr>
</table>
</div>


<img style="position:absolute; top:100px; left:#100px; width:163px;
height:50px; border:1px; border-style:dashed; border-color:#FFCFEC" src="1.jpg" ">

<img style="position:absolute; top:106px; left:#105px; width:163px;
height:50px; border:1px; border-style:dashed; border-color:#FFCFEC" src="2.jpg" ">

<img style="position:absolute; top:112px; left:#110px; width:163px;
height:50px; border:1px; border-style:dashed; border-color:#FFCFEC" src="3.jpg" ">

<img style="position:absolute; top:118px; left:#115px; width:163px;
height:50px; border:1px; border-style:dashed; border-color:#FFCFEC" src="4.jpg" ">

<img style="position:absolute; top:124px; left:#120px; width:163px;
height:50px; border:1px; border-style:dashed; border-color:#FFCFEC" src="5.jpg" ">

<img style="position:absolute; top:130px; left:#125px; width:163px;
height:50px; border:1px; border-style:dashed; border-color:#FFCFEC" src="6.jpg" ">

<img style="position:absolute; top:130px; left:#130px; width:163px;
height:50px; border:1px; border-style:dashed; border-color:#FFCFEC" src="7.jpg" ">

<img style="position:absolute; top:130px; left:#140px; width:163px;
height:50px; border:1px; border-style:dashed; border-color:#FFCFEC" src="8.jpg" ">

<img style="position:absolute; top:130px; left:#145px; width:163px;
height:50px; border:1px; border-style:dashed; border-color:#FFCFEC" src="8.jpg" ">

</html>
</body>

pb&j
02-14-2004, 12:49 AM
change this part...
<HTML>
<body>
<head>

to this...
<HTML>
<head>

then change this part...
</html>
</body>

to this...
</body>
</html>

and change all of the left parts that have a # in them to delete the # parts.
example...
left:#100px;
take out all of those # symbols in your LEFT values.
left:100px;

and you seem to have an extra " in the ending of all of your image tags...
src="1.jpg" ">
should be...
src="1.jpg">
so fix all of those too.

after all that, if it still does not work, then look in your online area to make sure all the images are uploaded. it is only a guess that only one was uploaded so far. if you can provide a link to the page in question, it may help.

Kat1984
02-14-2004, 12:59 AM
change this part...
<HTML>
<body>
<head>

to this...
<HTML>
<head>

then change this part...
</html>
</body>

to this...
</body>
</html>

and change all of the left parts that have a # in them to delete the # parts.
example...
left:#100px;
take out all of those # symbols in your LEFT values.
left:100px;

and you seem to have an extra " in the ending of all of your image tags...
src="1.jpg" ">
should be...
src="1.jpg">
so fix all of those too.

after all that, if it still does not work, then look in your online area to make sure all the images are uploaded. it is only a guess that only one was uploaded so far. if you can provide a link to the page in question, it may help.

God why didn't I see those silly mistakes. And it worked, thanks!

pb&j
02-14-2004, 04:26 AM
God why didn't I see those silly mistakes. And it worked, thanks!
no worries.
i specialize in silly mistakes :D