What should I fix in the code that will make the box of my profile bigger and more columns such as 3?
here's the code?
<style> /* A free User Profile created by FallenSamurai, avaliable .proboards.com */ html { background-image: url(); background-color: ; background-position: center top; background-repeat: no-repeat; background-attachment: inherit; margin-left: auto !important; margin-right: auto !important; width: 1000px !important; height: 960px !important; } body { background-image: transparent; background-color: transparent !important; color: ; font-size: 9px; } { background-image: none; background-color: transparent; border-bottom: 0px; width: auto !important; text-align: center; font-size: 8px; } { width: auto !important; position: absolute; top: 0px; } a:link, a:hover, a:visited { color: ; font-weight: normal; } a:hover { text-decoration: underline; } u, i, b { color: ; } /* Column Stuff */ .column { padding: 0px; margin: 0px; float: none !important; } ul.column li { margin:0; padding: 0; } .block { margin-bottom: 10px !important; } div.div_float { display: inline; float: none; } , { display: none; } { position: absolute; left: 326px; top: 227px; width: 291px; height: 252px; margin-left: 0px !important; opacity: 1; overflow: hidden; } :hover{ width: 308px; overflow: auto; } .textbox{ height: 85px !important; padding: 0px; margin: 0; width: 100% !important; border:0; background-color: ; opacity: 0.5; color: ; } .forminput{ background-color: transparent !important; width: 100% !important; border: 0px; color: ; font-size: 9px; text-transform: lowercase; } .comment_table { background-image: none !important; width: 100%; } /* Other stuff */ .panel, .panel h1 { background-color: transparent !important; margin: 0; padding: 0; } .header { height: auto !important; font-weight: normal; font-size: 10px; text-align: left; font-family: arial, tahoma, veranda; letter-spacing: 1px; color: !important; border-bottom: 1px dashed ; padding: 0px; margin: 0px; line-height: 12px; background-image: none !important; background-color: transparent!important; width: auto !important; opacity: 1; } .info_block { background-image: none; } .block { -moz-border-radius-bottomleft:0; -moz-border-radius-bottomright:0; -moz-border-radius-topleft:0; -moz-border-radius-topright:0; background-image: none; border: medium none; margin: 0px; padding: 0px; } td { width: 50% !important; } </style>
delete
, {
display: none;
}
alternately, I also made a free to use user profile code, you can find it here
