Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Internet & the Web (https://www.askmehelpdesk.com/forumdisplay.php?f=177)
-   -   Centering Frames In GoLive (https://www.askmehelpdesk.com/showthread.php?t=27278)

  • Jun 5, 2006, 01:22 PM
    smart08
    Centering Frames In GoLive
    I've got my website completely designed but I'm having problems centering the frames to display correctly when posted. Could you please help?
    Thank you!:)
  • Jun 6, 2006, 01:24 AM
    LTheobald
    What do you mean by "center the frames"? Do you have an example we can view?

    If you want your frames to stay in a certain place when the page is resized etc. make sure you use percentages in your frameset:
    Code:

    <frameset cols="25%, 25%">
        <frame src="leftframe.html" />
        <frame src="rightframe.html" />
    </frameset>

  • Jun 6, 2006, 05:08 AM
    smart08
    This is part of the code I've used to create the frames.


    <head>
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    <meta name="generator" content="Adobe GoLive" />
    <title>Aboutus Subsite</title>
    <link href="../css/basic.css" rel="stylesheet" type="text/css" media="all" />
    </head>
    <frameset cols="*">
    <frameset rows="172,*"border=0>
    <frame name="Header" src="../Headers/Header_AboutUs_test.html" noresize="noresize" scrolling="no" />
    <frame name="Body" src="../About%20Us/Company%20Information.html" noresize="noresize" />
    <noframes>

    <body>
    <p></p>
    </body>

    </noframes>
    </frameset>
    I've got 2 frames and one links to header that I've created and the other is the body. I don't know if this will help. But right now when I preview it in a browser it just stays left justified. I would like it to be centered not matter what screen size you open.

    Thanks!

  • All times are GMT -7. The time now is 04:30 AM.