PDA

View Full Version : no frame


haemin
02-19-2002, 01:50 AM
Could someone tell me how I can create a home page
without using frames? How do I make no frame page
and still let the page refresh when a user click on a menu
without opening up a new page?
Am I being clear on this? Thank you.

Haemin:confused:

NSpears
02-19-2002, 03:01 AM
I'm pretty new to web design...but maybe if you copy the source code from your home page to the new page that you are linking and then make changes from there....hmmm , but I am not completetly sure. :rolleyes:

josh
02-19-2002, 01:41 PM
If you're meaning what I think you are, you can't. When someone clicks on a link, a new page will be loaded and the entire page. graphics however provided they are the same will be loaded from the viewers cache file, so it will be a little quicker.

The only way to make it so part of the page loads and part remains the same is by using a frame.

haemin
02-20-2002, 05:41 PM
here is an example site http://www.htmlgoodies.com/
You see how left side menu has no frame, or scroll bar? This is how I want my site to look, but ... :(

JMaxs
02-20-2002, 05:59 PM
You use tables....


<html>
<head>
<title> .... </title>
</head>
<body topmargin="0" marginwidth="0" marginheight="0" leftmargin="0">

<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="100">Content Here</td>
<td>Content Here</td>
</tr>
</table>

</body>
</html>


You can change the width of the cells, and the width of the table also.... hope you can understand

nsr81
02-20-2002, 06:06 PM
some times iFrame is gooooooooooooooooooood. as in my sig :D :D