Currently,
this is my livejournal layout. I was wondering if it's possible to make the outer border of my layout dissappear because I don't want to shrink the size of my journal any more than it already is, but I would like the header image and the border to match. Also, is there any way to make the border dashed
(
Read more... )
Comments 1
#content
{
width: 798px;
margin-left: auto; margin-right: auto;
background-color: #ffffff;
border-width: 0px;
border-style: dashed;
border-color: #979797;
padding: 7px;
text-align: justify;
}
This is from my layout, but you get the gist.
You can either delete the border stuff all together, or make it 0px like I did.
Reply
Leave a comment