PDA

View Full Version : I screwed up!


Kruno
02-21-03, 10:31 AM
http://members.optusnet.com.au/ksaho/index

Pic aint showing, it doesn't matter if I try and load it up in a table or not either. I tried putting it in the root directory etc... and changing the source link of course. :)

Here is my source (I have made the part bold, where the pic is ment to load):

<html>
<head>
<title>K.I.L.E.R(KINETIC. INTELLIGENT. LIFEFORM . ENGINEERED [FOR] REPAIR</title>

<table border=5>
<tr>
<td><IMG SRC="webpagepics/homm4.jpg"></td>
<td><H1 ALIGN=center><font color="green">Welcome to Kruno's experimental website</font></H1></td>
</tr>
</table>

<hr align=center size=4 width=100%>

<body background="webpagepics/Space.gif">
<font color="#FF0000">
This site is going to be made dedicated to my studies while I am attending Victoria University of Technology (VUT).
This website will be purely coded (HTML is such a pushover learning),
so everything you see here will not have been created the faster way with object orientated stuff. I would recommend that people
use OOD (object orientated development) for things like creating webpages as it's faster. Unless you need to take classes on
HTML, which then I recommend you get some practice rather than take the easy way out.
<p>Anyway, feedback is appreciated and I will keep this site from degenerating into <a href="review_nv30.htm">this.</a></p>
</font>

<font color="yellow">
Yes I indeed have made that <a href="review_nv30.htm">site</a> for the sake of being silly. :)
If anyone is willing to give me hints/tips with my HTML, please drop me a <a href="MAILTO:k_r_u_n_o@hotmail.nospam.com">line</a>.
Also make sure to remove the "nospam" part. <sup>:)</sup>
</font>

<hr align=center>

<font color="#0099FF">Thanks to the guys at <a href="http://www.nvnews.net/vbulletin/showthread.php?s=&threadid=7509">
nVnews</a>
for helping me out with my webpage, without them I would be spending all my time searching which would be really bad
for me.</font>

</body>

</head>

</html>

Thanks

SurfMonkey
02-21-03, 11:11 AM
Try putting the full URL to the image file in the source sections e.g:


<table border=5>
<tr>
<td><IMG SRC="http://members.optusnet.com.au/ksaho/webpagepics/homm4.jpg"></td>
<td><H1 ALIGN=center><font color="green">Welcome to Kruno's experimental website</font></H1></td>
</tr>
</table>


I also noticed that your table declaration is outside the body of your document. It should really be within the body declaration.

Oh and make sure the image exists and that you spelt the name right.

Kruno
02-22-03, 04:01 AM
Thanks, done both the things but the image still isn't loading. :/
That is my favourite pic too. :(

Can someone please test the image on their webpage? :)

silence
02-22-03, 04:08 AM
hmmmmmmm........i just copy-pasted url to ur pic in my browser.
it gives me 404.....file not found.

u sure u uploaded?....did u check permissions on that server?

vampireuk
02-22-03, 04:22 AM
I thought it might be this, just change the extension from .jpg to .JPG it should work then:)

http://members.optusnet.com.au/ksaho/webpagepics/homm4.JPG

silence
02-22-03, 04:46 AM
*feeling dumb*

geeeee......never had problems like this.......
only with .htm and .html extensions.

vampireuk
02-22-03, 05:01 AM
lol I only learned this when linking to pictures on my webspace to here:)

Kruno
02-22-03, 05:05 AM
OMG!!! Thanks Vamp, works nicely. :)
What I think is whacky is that my background is in lower case "gif" extension while jpegs have to be in upper case. :|