I'm trying to make a livejournal layout and my entries page is great but I can't figure out how to get my friends entries page looking right. The text boxes are all the way across the screen. Can anyone help me out with coding?
This is all I have so far... Thanks
GLOBAL_HEAD<=
<style type="text/css">
<!--
a:link {color:white; font-weight:bold; cursor:e-resize; text-decoration:none;}
a:visited {color:white; font-weight:bold; cursor:e-resize; text-decoration: none;}
a:hover {text-decoration: none; font-family:impact; font-size: 8pt; color:white; font-weight:bold; cursor:e-resize;}
<!--
table {
width: 40%;
margin-left: 0%;
margin-right: 60%;
filter: alpha(opacity=100);
}
table table {
width: 25%;
margin: none;
border: 1px solid black;}
table table table {
width: 0;
filter: alpha(opacity=100);
border:0;}
table { border: 0;}
table, tr, td, .shadowed {
filter: none;}
table table { border: 0;}
-->
<!--
body, td, font, div, p {
font-family: arial narrow;
font-size: 8pt;
font-color: #000000;
cursor: move;
line-height: 13px;
letter-spacing: .8;
}
b{color:#ffffff;}
}
-->
<!--
body {
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #DD1D1D}
-->
<!--
body {
background-color: #000000;
background-image: url(http://i100.photobucket.com/albums/m9/kharris09/Disturbed.png) !important;
background-attachment: fixed !important;
background-position: center;
background-repeat: no-repeat;
}
-->
</style>
<=GLOBAL_HEAD