Saturday, January 2, 2010

handy cheater code


this takes off the border, insert before "border=0"
style="border:none;"

+++++++++++++++++++++++++++++++++++++++++++++
to get the nav bar to disappear!
#navbar {
height: 0px;
visibility: hidden;
display: none;}

Right before this code:


/*Variable Definitions

AND

make each link open a new page:
<head>      (it's only about 5 lines down from the top)
then insert this coding:
<base target='_blank'/>
directly below it.
Click save and you're done!

AND

How to Save Sidebar Gadgets
http://leeloublogs.blogspot.com/2007/12/this-tutorial-is-to-show-you-how-to.html

thanks to http://leeloublogs.blogspot.com/2008/12/tutorials.html

+++++++++++++++++++++++++++++++++++++++++++++








******************************************
Use this for Minima

to put in a background, host on photobucket,
then go to code
body {
background:$bgcolor;
and make it look like this:
body {background-image: url(http://i389.photobucket.com/albums/oo339/SeattleScents/pattern_102.gif);

note-this is a single small gif that moves when scroll down, this is not static

now need to make main blog area white
#outer-wrapper {
background: #E3F2FB;
and

then

put in margins on right and left
border-left: 2px solid #ffffff;
border-right: 2px solid #ffffff;

thanks to http://www.bloggerbuster.com/2008/01/cheats-guide-to-customising-blogger.html
******************************************

my image lightbox

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...