• 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 ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter hodiau

    (@hodiau)

    Its cuas i have a flash video header and it would be much nicer if it could stay put..

    this is my site

    https://www.zipazana.be/

    it would would be great if there would be a way to do this

    Thread Starter hodiau

    (@hodiau)

    a bit like the wordpress site itselfs wich has also a fixed header

    Thread Starter hodiau

    (@hodiau)

    anyone an idea?

    Thread Starter hodiau

    (@hodiau)

    I have made a htm page with an 2 frames

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "https://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

    https://www.zipazana.be/

    Thread Starter hodiau

    (@hodiau)

    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 ?? ?? ??

    https://www.webmasterworld.com/forum88/11068.htm

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to add a frame in my theme?’ is closed to new replies.