HTML-szerkesztés kezdőknek!!!
  • marsu
    #1733
    Erről lenne szó.

    De a frames oldal ezt tartalmazza.

    <head>
    <title>menuteszt</title>
    </head>


    </frameset>
    <frameset cols="649,*" frameborder="0" framespacing="0">
    <frame src="menu.html" name="menu" scrolling="no" noresize marginwidth="0" marginheight="0">
    <frame src="page.htm" name="page" scrolling="auto" noresize marginwidth="0" marginheight="0">
    </frameset>
    </frameset>
    </html>

    A menű oldal ezt

    <head>
    <title>Webstyle produced NavBar</title>
    </head>
    <body bgcolor="#000000" text="BLACK">
    <script Webstyle4 src="menu_.js"></script>
    </body></html>

    És a page oldal ezt

    <html>

    <head>
    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">

    </head>

    <body bgcolor="#008000">

    </body>

    </html>