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
  bamblini asked:
  Hey i was wondering for the bubble tab if there is a way to add more than one network in it, because whenever I try to add another one in, it doesnt show up?

the image code you are using must not be correct, you should be able to add as many as you’d like. you have to upload it to photobucket or tinypic

Tuesday, September 3, 2013
  luhle-tah-deactivated20130906 asked:
  I followed your directions for the network thing, and when i looked at my blog and open it, it says "not found" and the image cannot read :(

you have to retype the quotation marks

Sunday, August 25, 2013
  crassybritch asked:
  when i try to add a hover tab, it seems to looks weird and be kind of glitchy. do you think it is just my theme? and if not, how can i add a badge to the hover section?

<a href=”url”><img src=”img url”></a>

Sunday, August 25, 2013
  cahrefree asked:
  hi again!! i was wondering how you add a network into the double bubble tab with the picture?? thanks (:

Use <a href=”URL”><img src=”URL 2”>

Thursday, July 25, 2013
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