How to add a frame in my theme?
So that my header doesn't has to reload every time you go to another page?
I can't find any good info on framesets and php
can you combine these things or is there another solution?
thank you :)
How to add a frame in my theme?
So that my header doesn't has to reload every time you go to another page?
I can't find any good info on framesets and php
can you combine these things or is there another solution?
thank you :)
Its cuas i have a flash video header and it would be much nicer if it could stay put..
this is my site
it would would be great if there would be a way to do this
a bit like the wordpress site itselfs wich has also a fixed header
anyone an idea?
I have made a htm page with an 2 frames
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="80,80" frameborder="NO" border="0" framespacing="0">
<frame src="/header.htm" name="topFrame" scrolling="NO" noresize>
<frame src="/index.php" name="mainFrame">
</frameset>
<noframes><body>
</body></noframes>
</html>
but when i upload the files i see my page like it is on
Well the above code worked eventually, however it slows everything down dramaticly.
So frames is defenatly not the awnser.
Anyone with a better idea?
Or is this just not doable?
I found this wich explains a lot i think we aren't there yet, maybe in a year or 2 :( :( :(
This topic has been closed to new replies.