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
  fashyun asked:
  hey again, sorry if i'm bothering you but, you know the bubble tab? how do you change the spacing between the titles and the information under the given title so its not all scrunched up like mine?

You can use <br> to create a line break, or look here for the other option! 

Thursday, December 12, 2013
  nudc asked:
  i tried changing 'the border-bottom-left-radius' and the right one but it doesn't change :( ps: i'm sorry to bother you but how can i make the border color glow, like if it was made of neon lights?

Take off bottom-left- so it only says border-radius, that will cause all the border radius’s to change. 

Use the code from this tutorial and put it under #tabs to make it glow when closed or #tabs:hover to make it glow when opened

Friday, November 22, 2013
  nudc asked:
  hi cutie, could you please tell me how to make the 'bubble tab' a circle and to move it from the corner? thank you a lot xx

To move it, change the values for top and bottom under #tabs
To round it change the border-radius to 60 

Friday, November 22, 2013
  pinkfairyland asked:
  Hi :) I used your bubble tab code and I was wondering, How can I change the fonts on the tabs? Thank you :)

Under #tabs change the font-family. Next time please look at the questions I’ve already answered please. 

Sunday, November 17, 2013
  brilliancing asked:
  the website for your tutorials is down... do you think you could send me the codes for the double bubble tab? or at least post it? idk when the site is going to back up ): Thank youu! (: xx

It’s working for me! That’s strange! 

I put the codes onto pastebin for you though, here: 

Code 1 / Code 2

Saturday, November 9, 2013
  kierenwqlker asked:
  I did the hover tab and the only problem is that if I move it lower, the whole page moves too. I want it in my description, under it or at the bottom.

Did you use the bubble tab or the slide from left tab? I think the bubble tab would work best for what you’re trying to do, the slide from left tab can be a bit tricky to move around

Tuesday, November 5, 2013
  vouguez asked:
  hi! could you tell me how can i put the links in my hover tab?

Just use the link code, <a href=” link “> title of link </a>
retype the ” marks 

Tuesday, November 5, 2013
  rosy-diiamonds asked:
  Hi(: For the double bubble tabs on the left, how do I move the network and other section to the top tab?

Just select the section you want to move, and right click and choose “Cut” then paste it using ctrl+v wherever in the tab you want. Make sure not to mess with the </div> at the end though or the whole thing will get messed up! 

Tuesday, November 5, 2013
  Anonymous asked:
  for the bubble hover tab, how do you change the font and the font size? also how do you change the color of the dotted lines around it? thanks xx

Under #tabs, you can change all 3 of those things there, font-family: , font-size: , and border: 

Monday, November 4, 2013
  prestigiovs-deactivated20131105 asked:
  i did your sectioned hover tab code but when i entered it, everything dissapeared! what did i do wrong?

It seems that some people have had problems with it and others aren’t, make sure you enter the codes in the correct places

Sunday, November 3, 2013
  Anonymous asked:
  is it possible to increase the spacing between network icons on the hover tab??

You could add padding between them? <div style=”padding-left:10px”> icon here </div> but I’m not sure if it’ll stay on the same line or not

Sunday, November 3, 2013
  flurella asked:
  hi! im just wondering if you know how to change the position of bubble tab, so it appears in the bottom left hand corner instead of the top. thankss x

Just change the top: to bottom: and then change the border-radius so the curve is at the top and not the bottom!

Sunday, November 3, 2013
  polenesian asked:
  hi! i tried to separate the two hover tabs but it isnt working, any other suggestions? thankyou x

I only see one on your blog, I actually have a tutorial with 2 tabs called the double bubble tab! that would be perfect I think 

Sunday, November 3, 2013

hey :) I was trying to install a hover tab and I pasted it after <style type=”text/css”>{ and it isn’t showing up on my blog :( any help?

ANSWER: I highly suggest putting it before </style> near the bottom of your css instead, and you have to make sure the second part of the code is in the correct place as well. 

Saturday, November 2, 2013
  weareso-classy asked:
  I tried to add a little icon to my hover tab in place of the "+" but it doesn't appear :s what can I do? thank you so much xx

You currently have this:

<div style=”font-size: 32px;<img src=”http://www.picgifs.com/mini-graphics/mini-graphics/butterflies/mini-graphics-butterflies-288456.gif">

delete the strikethrough section and it should work 

Saturday, November 2, 2013