No one might need them anymore, but yeah. Still putting them here.
A quick how to for the layout installation:
1. Go to
Customize and set your style to S2 & save changes.
2. Under "Select New Theme", type "Flexible Squares" and pick any theme under that category.
3. Proceed to
Custom Options and click "Custom CSS".
4. Change '"Use layout's stylesheet(s)" & "Use layout's stylesheet(s) when including custom external stylesheet " & "Use external stylesheets " to 'No'. (YOU SHOULD HAVE THREE BOXES NO - this is a crucial part.)
5. Paste the stylesheet and click save.
Best AD Placement:
1. On your
Customize under "Page Set Up", choose "Vertical" and click save.
2. After that, click on the drop down box again, choose, "Between Entries" and click save.
..This way the ADs would be placed as sidebars..
chuuuu to
kimmyxfleur for this info bit.
Installing Profile Layouts:
1. Go to your user profile page.
2. Head to "Bio" area, and click "Edit".
3. Paste the codes on the specified area, edit accordingly and save.
Replacing BG Image:
1. Take the layout codes and paste them on Notepad.
2. Find this area: (relatively at the beginning)
BODY {
margin-top: 0px;
background-color: #FFFFFF;
background-image: url('IMAGE URL HERE');
background-repeat: no-repeat;
background-attachment: fixed;
3. Paste image url on the specified area.
4. Install layout and save.
Replacing Header Image:
1. Take the layout codes and paste them on Notepad.
2. Find this area: (relatively at the end)
.headerimage {
position: relative;
width: 800px;
height: 443px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
background-image: url('IMAGE URL HERE');
background-repeat: no-repeat;
background-position: right;
3. Paste image url on the specified area.
4. Install layout and save.
Replacing Profile Header Image:
1. Take the codes and paste them on Notepad.
2. Look for "
![](IMAGE URL HERE)
"
3. Paste image url on the specified area.
4. Install codes and save.