New to HTML, Can someone help me?

ViRaLRuSh

Golden Member
Nov 15, 2002
1,233
0
0
Ok, so I made the source code for my page, in .html form. I uploaded the pics to the same directory as the .html file and the pics won't show up. I have the exact names of each but yet I still get red X's. Can someone help me? I'm using HTML-Kit.
 

MrBond

Diamond Member
Feb 5, 2000
9,911
0
76
Make sure your image source isn't pointing to a local drive on your pc. The image source should just be pointing at the filename for the image.
 

ViRaLRuSh

Golden Member
Nov 15, 2002
1,233
0
0
<html>
<head>
<title>cPanel X</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet"href="../style.css">
</head>
<body>
<font class=med><img src="images/gnome-text-html.gif"> <b><font size=+1>beerpong.html</font></b>

File Type: HTML document text


<hr><html>
<head>
<title>Beer Pong Table</title>
</head>
<body>
<h1>Beer Pong Table</h1>
This table has about 3,400 bottle caps and weighs a ton... it sure is fun to play beer pong/beruit on though! Check it out.

<table width="600" border="1" bordercolor="#000000" cellpadding="5" cellspacing="0">
<tr>
<td><a href="IMG_1346.JPG"><img border="0" src="IMG_1346.JPG"></a></td>
<td valign="top">Checking to see how the table will fit.</td>
</tr>
<tr>
<td><a href="IMG_1347.JPG"><img border="0" src="IMG_1347.JPG"></td>
<td valign="top">Some glue for the molding and adhesive for the attaching the wood to the table.</td>
</tr>
<tr>
<td><a href="IMG_1348.JPG"><img border="0" src="IMG_1348.JPG"></td>
<td valign="top">Glue on the table top.</td>
</tr>
<tr>
<td><a href="IMG_1349.JPG"><img border="0" src="IMG_1349.JPG"></td>
<td valign="top">Attaching the plywood to the folding table with screws.</td>
</tr>
<tr>
<td><a href="IMG_1361.JPG"><img border="0" src="IMG_1361.JPG"></td>
<td valign="top">Gluing the moldings on.</td>
</tr>
<tr>
<td><a href="IMG_1362.JPG"><img border="0" src="IMG_1362.JPG"></td>
<td valign="top">After the molding went on we checked the cap layout.</td>
</tr>
<tr>
<td><a href="IMG_1449.JPG"><img border="0" src="IMG_1449.JPG"></td>
<td valign="top">Flipped it over to paint the bottom.</td>
</tr>
<tr>
<td><a href="IMG_1450.JPG"><img border="0" src="IMG_1450.JPG"></td>
<td valign="top">Good looking rustoleum paint.</td>
</tr>
<tr>
<td><a href="IMG_1451.JPG"><img border="0" src="IMG_1451.JPG"></td>
<td valign="top">Painted table bottom.</td>
</tr>
<tr>
<td><a href="IMG_1453.JPG"><img border="0" src="IMG_1453.JPG"></td>
<td valign="top">The epoxy.... 8 gallons of it. NOT CHEAP.</td>
</tr>
<tr>
<td><a href="IMG_1454.JPG"><img border="0" src="IMG_1454.JPG"></td>
<td valign="top">Leveling the table for the epoxy coat.</td>
</tr>
<tr>
<td><a href="IMG_1455.JPG"><img border="0" src="IMG_1455.JPG"></td>
<td valign="top">Close up of the epoxy.</td>
</tr>
<tr>
<td><a href="IMG_1458.JPG"><img border="0" src="IMG_1458.JPG"></td>
<td valign="top">Epoxy coated bottom.</td>
</tr>
<tr>
<td><a href="IMG_1459.JPG"><img border="0" src="IMG_1459.JPG"></td>
<td valign="top">Lots of freakin bottle caps.</td>
</tr>
<tr>
<td><a href="IMG_1460.JPG"><img border="0" src="IMG_1460.JPG"></td>
<td valign="top">First brush coat of epoxy laid and bottle caps laid down. Took over an hour a side with 2 people working on it.</td>
</tr>
<tr>
<td><a href="IMG_1461.JPG"><img border="0" src="IMG_1461.JPG"></td>
<td valign="top">Both sides done with only a brush coat.</td>
</tr>
<tr>
<td><a href="IMG_1462.JPG"><img border="0" src="IMG_1462.JPG"></td>
<td valign="top">Close up of caps.</td>
</tr>
<tr>
<td><a href="IMG_1463.JPG"><img border="0" src="IMG_1463.JPG"></td>
<td valign="top">Another close up.</td>
</tr>
<tr>
<td><a href="IMG_1464.JPG"><img border="0" src="IMG_1464.JPG"></td>
<td valign="top">And another.</td>
</tr>
<tr>
<td><a href="IMG_1465.JPG"><img border="0" src="IMG_1465.JPG"></td>
<td valign="top">First flood coat.</td>
</tr>
<tr>
<td><a href="IMG_1468.JPG"><img border="0" src="IMG_1468.JPG"></td>
<td valign="top">Close up of flood coat.</td>
</tr>
<tr>
<td><a href="IMG_1469.JPG"><img border="0" src="IMG_1469.JPG"></td>
<td valign="top">Tape up for another flood coat. This held the epoxy in so we could get a nice think top coat.</td>
</tr>
<tr>
<td><a href="IMG_1470.JPG"><img border="0" src="IMG_1470.JPG"></td>
<td valign="top">Done with yet another flood coat.</td>
</tr>
<tr>
<td><a href="IMG_1471.JPG"><img border="0" src="IMG_1471.JPG"></td>
<td valign="top">Nice and shiney. ALL DONE!</td>
</tr>
</table>
</body>
</html>
</font>
</body>
</html>
<!---cpanel6 [6.4.2-RELEASE_5] Copyright (c) 1997-2003 John N Koston. Licensed on server1.ripplehost.com --->





***Snagged the source code from a site posted before. But I'm using it for a reference since I'm going to make the table and need it on my webpage.
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
It's case sensitive. If your images are named 'img_1471.jpg" and you put "IMG_1471.JPG" in your html file, it won't work.
 

Hector13

Golden Member
Apr 4, 2000
1,694
0
0
Also, even though it probably won't affect anything, you should close your anchor tags.