[quote=majhef04]where can i find the codes to customize the how you connected box..?[/quote]
Its confusing because its called meettrail
[quote]/* CUSTOMIZED MEETTRAILBOX */
#meettrail {
border: 1px 'solid, outset, ridge, etc...' #HEX VALUE;
background: url(YOUR IMAGE URL HERE);
background-position: center center;
background-repeat: repeat;
}
#meettrail h2 {
background: url(YOUR IMAGE URL HERE);
color: #HEX VALUE;
}
#meettrail .bottom {
padding: 7px 5px 0 5px;
position: relative;
zoom: 1;
}
#meettrail .bottom:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#meettrail .bottom .buddies {
float: left;
padding: 5px 10px 0 20px;
text-align: center;
margin: 0 auto;
display: inline;
}
#meettrail .bottom .message {
text-align: center;
width: 210px;
float: left;
display: inline;
}
#meettrail .bottom .inextended {
text-align: center;
width: 130px;
padding: 0 5px;
float: left;
display: inline;
}
#meettrail .boldtext {
font-weight: bold;
}
#meettrail .bottom .me, #meettrail .bottom .friendlink, #meettrail .bottom .them, #meettrail .bottom .personinfo, #meettrail .bottom .arrow {
float: left;
display: inline;
}
#meettrail .arrow {
width: 20px;
padding: 15px 3px 0 3px;
}
#meettrail .me, #meettrail .friendlink, #meettrail .them {
font-size: 11px;
width: 48px;
text-align: center;
overflow: hidden;
}
#meettrail .them, #meettrail .me {
font-weight: bold;
}
#meettrail .degree1 {
margin-left: 45px;
}
#meettrail .degree2 {
margin-left: 12px;
}
#meettrail .nodetails {
text-align: center;
padding-top: 25px;
}[/quote]