Topic: Portal with 4 rows

hi i want to have 4 rows and not 3....can somebody tell how to this?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
<html dir="<pun_content_direction>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
<pun_head>
<style type="text/css">
    #left {
        width: 180px;
        float: left;
    }
 #right {
        width: 180px;
        float: right;
    }
    #main {
       
     margin-left: 190px;
     margin-right: 190px;
    }
</style>
</head>
<body>
 
<div id="punwrap">
<div id="pun<pun_page>" class="pun">
 

<div id="brdheader" class="block">
    <div class="box">
<img src="/forum/img/logo.png" width="800" height="100">
        <div id="brdtitle">

        </div>
        <pun_navlinks>
        <pun_status>
    </div>
</div>
  
<div id="left">    
<pun_include "recentmusic.php">
<pun_include "recentgames.php">
<pun_include "statistics.php">

</div>

<div id="right">  
<pun_include "login.php">
<pun_include "menu.php">
</div>

    <div id="main">
    
       
    
        <pun_main>
        
    </div>    


 
<div class="clearer"></div>
 
<pun_footer>
 
</div>
</div>
 
</body>
</html>
PunnyBunny..

Re: Portal with 4 rows

i did a 3 column.. here the example
http://modelcrowd.com

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: Portal with 4 rows

Thats the one i also have... but i want 4 smile

PunnyBunny..

Re: Portal with 4 rows

ok this is what i came up with

start with left and add them left left1 right right1 etc.
in a order..
float left
or float right
<style type="text/css">
    #left {
        width: 140px;
        float: left;
    }
#right1{
width:80px
float: left
}


 #right {
        width: 140px;
        float: right;
    }




    #main {
       
     margin-left: 150px;
     margin-right: 150px;
    }
</style>
My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

5 (edited by thesaint 2007-02-01 06:36)

Re: Portal with 4 rows

doesn't work...strange enough.

PunnyBunny..

6

Re: Portal with 4 rows

try extendending the margin-left and the margin-right under #main

Re: Portal with 4 rows

okay it works now smile another thingie...

How can i show a avatar in the portalnews.php ?.

PunnyBunny..

Re: Portal with 4 rows

find the string in the funtions.php where it post the avatar. cut and hack at that..haha..
that about what i know..
Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: Portal with 4 rows

lol, i find nothing there...

PunnyBunny..