can anyone PLEASE help with a little bit of html guidance... ive asked in the web designer thread but i thought id ask here too.
so ive hand coded my website and i used frames (i know its not the done thing but im teaching myself from the basics upwards...)
so anyway. all my code is right (i've validated it and theres nothing wrong with it) it all works when i open the pages in firefox from my laptop.
however once its uploaded to the server it refuses to work anymore
the main landing page can be seen @ http://www.iamthesleepwalker.com/ the links are in a frame on the left and the images load in the frame on the right.
when you click "DESIGN", "PHOTOGRAPHY" OR "WRITING" a blank page opens in the right hand frame (yes) and in the left its supposed to open a new page of links (nope) for some reason its not pulling the html page of links through.
this is the mainpage frame html
<b><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>THE SLEEPWALK RESEARCH & DEVELOPMENT LABORATORY</title>
</head>
<frameset cols="400,*" rows="*">
<frame frameborder="0" noresize="noresize" name="thelist" src="iatsw_linklist_mainpage.htm">
<frame frameborder="0" noresize="noresize" name="thework" src="iatsw_landing page.htm">
</frameset>
</html>
</b>
this is the right hand frame
<b><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>THE SLEEPWALK RESEARCH & DEVELOPMENT LABORATORY</title>
</head>
<body text="#000000" link="#800000" vlink="#800000" alink="#800000">
<P align="left" style="font-family:helvetica;font-size:9pt">
<br><br>
<b>IAMTHESLEEPWALKER.COM</b> THE ONLINE PORTFOLIO OF VINCENT IV
<br><br>
<img src="http://i246.photobucket.com/albums/gg111/iamthesleepwalker/NEW%20WEB%20IMAGES%202010/mainimage_tunnel.jpg" alt=" ">
<br><br>
<P align="left" style="font-family:helvetica;font-size:8pt">
<b>
CONTACT
IAMTHESLEEPWALKER@HOTMAIL.CO.UK
</b>
</body>
</html>
</b>
here is the left hand frame
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>THE SLEEPWALK RESEARCH & DEVELOPMENT LABORATORY</title>
</head>
<body text="#000000" link="#800000" vlink="#800000" alink="#800000">
<P align="right" style="font-family:helvetica;font-size:9pt">
<b>
<br><br><br><br>
<a href="iatsw_blankpage.htm" target="thework" onClick="top.thelist.location='iatsw_linklist_artwork.htm'" style="text-decoration:none" >DESIGN</a>
<br>
<a href="iatsw_blankpage.htm" target="thework" onClick="top.thelist.location='iatsw_linklist_photo.htm'" style="text-decoration:none" >PHOTOGRAPHY</a>
<br>
<a href="iatsw_blankpage.htm" target="thework" onClick="top.thelist.location='iatsw_linklist_prose.htm'" style="text-decoration:none" >WRITING</a>
<br>
ILLUSTRATION
<br>
<font size="1">
COMING SOON
</font>
</b>
</body>
</html>
this is what is supposed to come through on the left hand frame when you click the mainpage links
<b><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>THE SLEEPWALK RESEARCH & DEVELOPMENT LABORATORY</title>
</head>
<body text="#000000" link="#800000" vlink="#800000" alink="#800000">
<P align="right" style="font-family:helvetica;font-size:9pt">
<b>
<br><br><br><br>
VARIOUS MOMENTS IN TIME
<br><br>
PEOPLE
<br>
<a href="iatsw_photo_people_portrait.htm" style="text-decoration:none" target="thework">PORTRAIT</a>
<br>
<a href="iatsw_photo_people_landscape.htm" style="text-decoration:none" target="thework">LANDSCAPE</a>
<br><br>
NOT PEOPLE
<br>
<a href="iatsw_photo_not people_portrait.htm" style="text-decoration:none" target="thework">PORTRAIT</a>
<br>
<a href="iatsw_photo_notpeople_landscape.htm" style="text-decoration:none" target="thework">LANDSCAPE</a>
<br><br>
---
<br><br>
<a href="iatsw_blankpage.htm" target="thework" onClick="top.thelist.location='iatsw_linklist_artwork.htm'" style="text-decoration:none" >DESIGN</a>
<br>
<a href="iatsw_blankpage.htm" target="thework" onClick="top.thelist.location='iatsw_linklist_prose.htm'" style="text-decoration:none" >WRITING</a>
</b>
</body>
</html>
</b>
its not working tho...
im so close to figuring this out, been through a ton of forums and coding help-sites but i just cant figure it?
can anyone help out?
it'd be much appreciated!!