FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Suggestions » Portal Thoughts
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re:Portal Thoughts [message #10041 is a reply to message #9877] Fri, 16 May 2003 02:52 Go to previous message
JamesS is currently offline  JamesS   United States
Messages: 275
Registered: July 2002
Location: Atlanta, GA
Karma:
Senior Member
Depending on how "portal" like you want to get this will work:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
    <title>A portal like page</title>
    <meta http-equiv="Content-type" content="text/html; charset="iso-8859-1">
    <link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
    <div class="top_level">
        <div class="menu_bar">
            <ul>
                <li>Menu Item 1</li>
                <li>Menu Item 2</li>
                <li>Menu Item 3</li>
            </ul>
        </div>
        <div class="main">
            <object data="/path/to/fud/index.php" type="text/html" style="width: 100%; height: 100%;">
        </div>
    </div>
</body>
</html>


Attached is a stylesheet that is necessary to render that html.

Combine this dirty little hack with the information found here and you have a pseudo-portal site.
[Message index]
 
Read Message icon5.gif
Read Message
Read Message
Read Message
Previous Topic: How about a Calendar
Next Topic: Installation debugging issues
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Nov 28 13:40:42 GMT 2024

Total time taken to generate the page: 0.03750 seconds