Wednesday, September 23, 2009

Signature

make my signature in whatever font I like using gimp, upload it to photobucket, and then use the image code at the end of each of my posts.

Tuesday, September 22, 2009

Grab my code

I'm not sure if this works but I found the code to add one of those cute "grab my code" banners to my site.

&lt;textarea rows="4" cols="24" style="font-size: 1.1em;" readonly="readonly" onclick="this.select();"&gt;&lt;a href="<img'>http://housewifewom.com"&gt;&lt;img
src the word mouth img]http://i474.photobucket.com/albums/rr110/cebrain/entrecard.jpg[/img]="alt=" power of housewife/&gt;&lt;/img
src&gt;&lt;/a&gt;&lt;/textarea&gt;



Friday, September 18, 2009

Remove No Follow

deleted the "nofollow" code. Open your html, back-up template (I never do this, haha), expand widgets, control F and search rel='nofollow' and delete, click "next" on your search box and remove the second rel="nofollow'. Save

Thursday, September 17, 2009

Comment posting

When leaving a comment, add link in siggy with this code:

&lt;a href="http://yoursite.com"&gt;Name of site&lt;/a&gt;

Wednesday, September 16, 2009

Background Check

Just added a background to my Crazy Lazy Mother Blog. I loooove it. I got the background from The Cutest Blog on the block. So adorable. I've decided to go with the three columns and put the sponsors on one separate side by themselves.

Monday, September 14, 2009

Scrolling bar

For a scrolling box put this code before the list:
<div style="overflow: auto; width: 165px; height: 175px;">
And </div> after the list.

Sunday, September 13, 2009

Updates

Joined Entrecard and stumbleupon. Both are too confusing to work on today.

Code to stop people from stealing my work.

<SCRIPT language=JavaScript>
<!--TYPEWHATYOUWANTITTOSAYWHENPEOPLERIGHTCLICKHERE-->
var message = "function disabled";
function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; }
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } }
document.onmousedown = rtclickcheck;
</SCRIPT>