Hi,
I haven't made a web page in over seven years so I'm basically relearning all that I have forgetten. But the one thing I can't figure out is how to get a image to load on my web page. I watched the file manager video & searched the forums for people having similar problems but still I can't find the exact answer I need.
http://sonic06.x10hosting.com/
This is a web page I put out as a test. It's suppose to show a screenshot I took from a Sonic game but it doesn't work. The picture is called ns148.jpg and is located in my public_html folder. (/home/sonic2nd/public_html) I can view the picture in file manager so I know the picture works okay.
The full coding of my web site is below. I made the website using the Trellian Webpage program.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Enter Page Title Here</TITLE>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6001.18183" name=GENERATOR>
<STYLE type=text/css>BODY {
FONT-FAMILY: verdana, arial, sans-serif
}
</STYLE>
</HEAD>
<BODY>
<P>Test Web Page</P>
<P><IMG
src="../../../Eve's Folder/For Sonic DVD/Sonic Next Gen/Videos/Sonic 06 Cutscenes/31. Nice Smile/ns148.jpg"
border=0></P>
<P> </P>
<P> </P>
</BODY></HTML>
If anyone could help me I would really appreciate it.
Bye for now,
I haven't made a web page in over seven years so I'm basically relearning all that I have forgetten. But the one thing I can't figure out is how to get a image to load on my web page. I watched the file manager video & searched the forums for people having similar problems but still I can't find the exact answer I need.
http://sonic06.x10hosting.com/
This is a web page I put out as a test. It's suppose to show a screenshot I took from a Sonic game but it doesn't work. The picture is called ns148.jpg and is located in my public_html folder. (/home/sonic2nd/public_html) I can view the picture in file manager so I know the picture works okay.
The full coding of my web site is below. I made the website using the Trellian Webpage program.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Enter Page Title Here</TITLE>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6001.18183" name=GENERATOR>
<STYLE type=text/css>BODY {
FONT-FAMILY: verdana, arial, sans-serif
}
</STYLE>
</HEAD>
<BODY>
<P>Test Web Page</P>
<P><IMG
src="../../../Eve's Folder/For Sonic DVD/Sonic Next Gen/Videos/Sonic 06 Cutscenes/31. Nice Smile/ns148.jpg"
border=0></P>
<P> </P>
<P> </P>
</BODY></HTML>
If anyone could help me I would really appreciate it.
Bye for now,