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
Making Network Icons all the Same Size!

There are a lot of tutorials on this but some of them don’t work, this one actually works! Add the following code after the url of the image:

style='height: 75px; z-index: 1;'

It should end up looking something like this:

image

Just change the number 75 to any other number to make the image bigger or smaller! 

Please *LIKE* this tutorial if you found it helpful! 

Thursday, July 18, 2013
  princess--alex asked:
  hey, i was wondering how to get the badges on my networks tab to scroll by themselves because they dont all fit at once. thanks!

Add:

 <marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();"> before your networks and </marquee> after all the codes!
Monday, July 15, 2013