By Emma on Monday, July 14, 2008Filed Under: Code
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!If your lazy like me and you want to know how CSS works, but you don’t want to memorize all of the code. You just want to find out what you need to know. Then as you gradually make [...]
Popularity: 20% [?]
By Emma on Tuesday, July 1, 2008Filed Under: Code, Featured
I’ll admit when it comes to learning code I’ve been a little lazy. But the truth is if you want to be a success on line it would help to understand how things work. The days of memorizing code and typing everything in by hand are probably long gone for many of us. But [...]
Popularity: 22% [?]
By Emma on Friday, November 9, 2007Filed Under: Code
Most bloggers are familiar with the no follow attribute. For those who are not, and for my personal reference here is how you add it into a link.
Here is a typical link:
<a href="http://www.site.com/page.html" mce_href="http://www.site.com/page.html">Visit My Page</a>
Here is the same link with the no follow attribute:
<a href="http://www.site.com/page.html" mce_href="http://www.site.com/page.html" rel="nofollow">Visit My Page</a>
Popularity: 15% [?]
Popularity: 15% [?]