View Single Post
  #1  
Old 07-17-2007, 12:23 PM
 
mmoskva mmoskva is offline
 

eXpert
  
Join Date: Aug 2005
Location: Pennsylvania
Posts: 306
 

Default Use "Frameset" for a page

I would like to create a ⌠Fixed Top & Fixed Bottom■ frameset to display information. Is their something that I need to know in order to do this?
- For the src=⌠ ■ what do I place as a location; is it the .tpl file becuase, I am not sure?


ex.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>

<frameset rows="80,*,80" frameborder="NO" border="0" framespacing="0">
<frame src="" name="topFrame" scrolling="NO" noresize >
<frame src="" name="mainFrame">
<frame src="" name="bottomFrame" scrolling="NO" noresize>
</frameset>
<noframes><body>
</body></noframes>
</html>
__________________
x-cart 4.0.16v
linux server
Reply With Quote