| The Steadfast Tin Soldier ( @ 2008-07-18 12:23:00 |
| Entry tags: | style: flexible squares |
Flexible Squares: I Saw Eternity the Other Night
Flexible Squares
Best view: 1024x768, but a small screen should be okay
Works with ads + navbar
Works in Firefox + IE (IE doesn't show the opacity changes)
Crediting
adventures or
peterpansflight? Please do!

screenshot | live preview
Instructions:
1. Go to lj customize and put "Flexible Squares" in the search bar.
2. Select one of the themes.
3. Go to Customize your theme and to "Sidebar."
4. Set only the blurb and link list to "yes." Set everything else to "No." However, If you have a really long link list you might want to set it to "No." You can add the links in the blurb with html.
5. Go to "Custom CSS" Set all drop-down menus to No.
5. Copy and paste the codes below into the box labeled "custom stylesheet."
6. Press "Save" and everything should be fine! I tried a few new things with this, so if you have any problems, please let me know!
Codes:
Want to add a header?:
.headerimage {
position: relative;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
width: 0px;
height: 0px;
background-image: url('imageurlhere');
background-repeat: no-repeat;
Paste this to the bottom of the codes. Make sure to put the width and height in.