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
  nudesriot asked:
  where do you put codes for hit counters etc?

You could put them in your description or in a hover tab

Friday, May 2, 2014
  nymhfe asked:
  Is there a way to get my hypster music player to play continuously and not restart when you go to another page?

A few other theme makers I know have been trying to solve this issue and it seems that unfortunately SCM is the only player that doesn’t restart when you change pages. 

Friday, May 2, 2014
  wildcoco asked:
  hi so when I changed my theme its automatically using this cursor and I cant find the html code for this mustache cursor, i want to change it becs it doenst fit my blog and i also cant remove the link of tumblr cursor on the top left of my blog, its so annoying. help me please and thx :)

Hmm that’s so odd, it seems like wherever you got the theme from added that code in from the original theme coding and reposted it. 

The original theme code is here and it shouldn’t have a cursor on it at all!

Friday, May 2, 2014
  parrot-dise-deactivated20140709 asked:
  hi! i have a hover tab on the left of my blog, but i was wondering how you get the background of the hover part white? thanks

After .onetitle { add background-color: #ffffff; 

Friday, May 2, 2014
  effxrt-less asked:
  hi there, im having trouble making a network badge code fit on to my blog like when I add it its just really big can you tell me how to make it smaller? thanks xx

RESIZE NETWORK ICON
RESIZE NETWORK ICON
RESIZE NETWORK ICON

Please read through the tutorials first 

Friday, May 2, 2014
  lemohnnie asked:
  Heyyy could you please help me? how can i make my networks go after each other? bc they appear under each other.

Make sure you don’t add <br> or <p> in-between the icons! x

Friday, May 2, 2014
  sparhkelz asked:
  hi! how can i remove the dots around my hover tab?

under #tabs{ change border:dotted; to border:solid;

Thursday, May 1, 2014
  nudesriot asked:
  How do you add scrolling text to you bio?

Under .description { add:

max-height: 100px; 
overflow: auto; 

You can change the max height so it is the height you want it to be (change the 100px)

Thursday, May 1, 2014
  frxshana asked:
  hey!! I was just wondering how you can add a box with the visible HTML code in it? For example I want people to be able to support my banner/blogmakeover blog so I made a badge. How can people see the code for the badge to copy and paste it? thankyouu!

The best way is to use a textarea (such as what I have on this blog). To do so, use the following code:

<textarea rows=”4” cols=”20”>
HTML STUFF GOES HERE
</textarea>

You can change the # of rows and cols to make it taller/wider, and it should automatically scroll if there is too much text in it! 

Thursday, May 1, 2014
  iillegal asked:
  I cant find my links to add in the pop ups :(((

it’s either under <div id=”nav2"> or <div id=”nav2"> depending on which option you are using on your theme! 

Thursday, May 1, 2014
  ovtkast asked:
  My question is about custom fonts, I used my custom font, and coded it in correctly, or so i thought, but I was wondering if it's even possible to have the post notes as a different font than the rest of the text on my blog. Because it is a difficult to read font in large bodies of text and looks awful in excess, any suggestions?

You would need to find the div that controls that font, and you can change the font-family and the font-size. You would need to be more specific as to what you are talking about for me to help more, because I don’t see the post notes! xx

Thursday, May 1, 2014
  forthepeople-andthedead asked:
  How do I take off the parenthesis icon/image from my tab?

it’s an image, but you can replace it by looking after <span class=”onetitle">

Change the image url (bold):

<img src=”http://static.tumblr.com/rseu6su/patm1x9nz/black_right_btn.jpg">

Thursday, May 1, 2014
  vineayl asked:
  my popups stopped popping up why?

What was the last thing you edited on my theme?

Wednesday, April 30, 2014
  melon-bali asked:
  CAN YOU PLEASE HELP ME WITH MY ASK/FAQ BOX IT LOOKS FUCKED UP PLEASE I WOULD BE REALLY HAPPY IF YOU HELPED ME

whats wrong with it? xx

Wednesday, April 30, 2014
  parisianbliss asked:
  Hi, I can't find the ask link on my coding to change for the popup fask? :( Can you please help me? Thanks! <3

Look under 

<font class=”navi"> 

it will be the second link (the first is your home link)

Tuesday, April 29, 2014