content top

Web Coding

If you’re computer savvy like me and want to know more about how websites are made, check out this free, informative website :
http://w3schools.com
This is an excellent website that teaches you various kinds of coding from html, css, to sql and more! Plus, after you learn how to do something, the website provides you a “practice box” to help you test your skills. It’s like having digital scrap paper to help you practice, practice, practice!

Check out this link for a complete list of web coding tutorials:
http://w3schools.com/sitemap/sitemap_tutorials.asp

Read More

Wrapping text around Google Ads

For anyone who has a blog and wants to wrap text around the ads they insert into their posts, use the following code:

<div style=”display:block;float:left;margin: 5px 5px 5px 5px;”>

put adsense or chitika code here

</div>

Here’s the website where I got the code!

Read More
content top