Easy Html Tutorials

Stats

/

Notifs

Due to my lack of time for being online I can't answer questions anymore, but please use these tutorials to help you create a beautiful blog!

The results are in! Look here to see the survey responses.

NETWORKS

Support Me
Support easy-html-tutorials! If you enjoy my tutorials, consider adding one of the following to your blog!

Easy Html Tutorials
Social network buttons under follow and dashboard buttons!

Paste this under <style type=”text/css”>

Put this under </body> and fill in the image URLs and links.

Like if you found this helpful please :)

Saturday, September 21, 2013
Creative & Unique codes for your blog!

Add any of the following codes to the very bottom of your theme code. After </html>

  • Bubbles that you can pop and are filled with hearts: code 
  • Cool Exploding Hearts: code
  • Cute falling bubbles that explode when popped: code
  • Falling bubbles that explode with hearts: code
Sunday, July 28, 2013
  rosybeaut asked:
  hey! i was just wondering how to change the text colour in an updates tab? i've been searching for ages in my html and can't find it anywhere!xx

Put the following code under #oneout_inner:

text-color:#000000

Then change #000000 whatever color you would like!

Wednesday, July 17, 2013
Links Hover Effects

Rainbow links on hover:

  • Paste this code directly before </head>
  • (use Ctrl+F to find </head> in your html)

Spaced letters on hover:

  • Paste this code directly after <head> 
  • (use Ctrl+F to find <head> in your html)
  • If you would like the word to be more spaced out when you hover, change 1px (the section boxed in the image below) to a higher number like 2px or 3px

Text Shadow on hover:

  • Paste this code directly directly after <head> 
  • (use Ctrl+F to find <head> in your html)
  • To change the color of the shadow, change #000000 to a different color code from here.

*PLEASE LIKE THIS POST IF YOU FOUND IT HELPFUL*

Sunday, July 14, 2013
Bubble tab with dotted borders

PREVIEW: 

Paste this code under

<style type="text/css">

or before

</style>
  1. If you do not want dotted borders, find “border:dotted;” and change it to solid, or, if you don’t want a border, remove the line of the code. 
  2. To change your box color, find the code under
    .ttitle { 
    and change it to any color that you would like
  3. To change height of box that the icon is in, find
    #tabs{ 
    and change the width/height
  4. To change height of hover box, find
    #tabs.hover{
    and change height/width

Now paste this code under <body>

  1. To make the icon a different one, remove the plus and use 
    <img src="URL">
    (retype quotation marks) 
  2. To make the dividers another color find background and change the HTML color. 
  3. Marquee is already installed for networks

Please look here before asking questions about this tutorial!

Credit goes to html-tutorials

Sunday, July 14, 2013
Popular Theme Blogs

Page layouts:

  • Blogroll x x 
  • Network x

This list will be updated from time to time!

* Like this post if you found it helpful! *

Friday, July 12, 2013