Question about borders...

Jun 06, 2006 23:26

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... )

misc

Leave a comment

Comments 1

scifijunkie June 7 2006, 07:04:58 UTC
Find this:

#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

Up