[quote=sheeberi]Now I got it. Thank u so much! but how come it's arranged in 2 columns now instead of 3?? What part should i edit???[/quote]
Did you use the css that i provided
at the 1st post mam? if you do...
maybe it has some conflicts on your main css
on friends box.... coz i see that ur using two
column friends on your profile...
This is my two column friends css code..
the one that i use before that don't
conflicts on the Friend Randomizer css...
[quote]//TWO COLUMN FRIENDS
.flogrid75, .flogrid50 { margin:10px 10px 10px 40px; }
.flogrid75 .flogriditem { width: 88px; }
.flogrid75 { zoom: 1; }
.ir { background: transparent; text-align: center; overflow: hidden; }
.dr { text-align: center; background: #000000; padding: 3px 0; border-top: 0px solid #000000; }
.flogrid75 .ir { width: 85px; height: 85px; }
.flogrid75 .ir img { margin: 0 auto; height: 85px; }[/quote]
and if you wanna compress some boxes...
to avoid having a wide profile u can use these css mam..
[quote]/*SCROLLABLE MORE ABOUT ME BOX*/
#content_moreabout_1_5{
padding: 2px 2px 2px 2px;
overflow: auto;
width: 98%;
height: 370px;
background-color:transparent;
background-image:url(URL OF BACKGROUND);
background-attachment: scrollable;
background-repeat: repeat;
background-position: center center;
border: 2px solid #b22222;
}
/*CUSTOMIZED COMMENTS BOX*/
#publiccomments_1_7 div div .dtd {
width:100%;
}
#publiccomments_1_7 div div .dtd ul {
padding: 2px 2px 2px 2px;
overflow: auto;
text-align:center;
background-color:transparent;
background-image:url(URL OF BACKGROUND);
background-repeat: repeat;
background-position: center;
background-attachment: scrollable;
border: 1px solid #cc9966;
width: 350px; height: 100px;
}
and use this for the whole comments box
especially if you want to cut your table...
#publiccomments_1_7{
background-color:transparent;
background-image:url(URL OF BACKGROUND);
background-attachment: scrollable;
background-repeat: repeat;
background-position: center center;
border: 2px solid #b22222;
[b]height: ???px;[/b]
}[/quote]
that's what i'm using on my profile...
just edit the sizes, colors(hexcode) at your liking mam...
and don't forget to delete the codes you're replacing.
Last edited by Refresh/Reload (2007-09-20 19:52:04)