How to install your layout
1. Go to Journal >
Select Journal Style.
2. In the search bar type in flexible squares, then submit.
3. Pick a random one and click Apply Theme.
4. Go on Journal >
Customize Journal Style
5. On the left side click Custom CSS.
4. Have all the yes/no questions to 'No'.
5. Under 'Custom stylesheet' just copy and paste the codes to the layout, and then click Save Changes.
F.A.Q.
How to add your userpics on the side of entries
Look for .userpic in the CSS and then take out display:none;. Then add 10 to the padding (if it's 0).
How to add a header
Flexible Squares:
Add this to your CSS:
.headerimage {
position: relative;
width: 100%;
height: HHHpx;
margin-bottom: 5px;
background-image: url("
http://urlofyourheader.jpg");
background-position: center;
background-repeat: no-repeat;
}
Replace HHH with the height of your header. If you want your header and layout to be the same width look for .content in the CSS and change the percentage (where it says width:50%;) into the width of your header. So for example if your header was 500px, you change this: width:50%; to this: width:500px;.
Smooth Sailing
Add this to your CSS:
.pageheaderblock {
background-image: url("IMAGE_URL");
background-position: top center;
background-repeat: no-repeat;
padding-top: HHHpx; }
Replace HHH with the height of your header. If you want your header and layout to be the same width look for .content in the CSS and change the percentage (where it says width:50%;) into the width of your header. So for example if your header was 500px, you change this: width:50%; to this: width:500px;.
How to credit
You copy and paste this:
Layout by
and put it in your profile!
Before asking a question..
Make sure your question hasn't been asked before and please check out mintyhelp for help if you can't find it here.