I still can not get the page to work the way that I would like it to work. I have tried to use the framesets but actually ended up messing the site up (I actually had to take the site down and redirect to my old site, luckily i kept a spare on my other computer and just had to do some minor updating). Wondering what I am doing wrong, if someone could walk me through the steps. Heres my sites html for the front page (I use dreamweaver) :
<html>
<head>
<title>Jx2 Productions</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</head>
<frameset rows="209,*" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="topFrame" scrolling="NO" noresize src="top_frame.htm" >
<frameset cols="150,*" frameborder="NO" border="0" framespacing="0" rows="*">
<frameset rows="*,168" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="leftFrame" scrolling="NO" noresize src="nav_frame.htm">
<frame name="bottomFrame" scrolling="NO" noresize src="Bottom_left_frame.htm">
</frameset>
<frameset rows="*,59" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="main_frame" src="Main_Frame.htm" frameborder="NO" noresize>
<frame name="bottomFrame1" scrolling="NO" src="bottom_frame.htm" noresize>
</frameset>
</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>
Not sure if I can jsut edit what I already have there or if i have to start completly over from scratch and then just add everything into the new page. Which ever is fine to me, the most important thing is getting the site to work.
Thanks for everyone's help, this website thing has been driving me nuts.. Making it is easy but getting the details from the help sources aren't always too easy to understand.
For those of you who are network inclined;
When you are to go to my site :
http://www.Jx2Productions.com, and you click on a link (for instance photos) the address bar will change to my ip address and the location of my site (
http://151.203.154.88:82/jax2_frames1.htm). How can I get my computer / webserver to always show up as my url (
www.Jx2Productions.com) ? I understand that you have to do something w/ the config file of the webserver, but not sure where to do it. I am using WebWeaver for my server. I will switch to apahce, but I currently don't know how to edit the files too well. Tried it but was way to confusing for me. I asked a buddy that works w/ apache in Unix but he wasn't sure off the top of his head how to do it either. Any help here is greatly appreciated.
Thanks a lot for everyone's help...
Andrew