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
  b--adreligion asked:
  Do you know what code releash(.)tumblr(.)com has for the 4 hover tabs in the corner? P.S. you help me so much with my blog thanks xx

Yes actually I made those! here’s the tutoprial

Wednesday, December 18, 2013
  ridikilistic asked:
  Thanks a bunch!! I feel bad because I keep asking questions, but is it possible for the elevator tab to not go down when you scroll down, but stay in the same spot??

Under #uppppp { change position: fixed; to position: absolute;

Wednesday, December 18, 2013
  ridikilistic asked:
  Hey I deleted it all to start again because the coding was really messy- but I ca't find the hover tab I used before!! (It was the one with the doughnut) Do you know which one I used??

If you look on the tutorials section it should be the elevator tab

Wednesday, December 18, 2013
  bowtimes asked:
  I done a "Blog Rate Widget" and when someone click it's moving him on my Facebook site. What's wrong? :C Btw i love your blog, it helps me a lot. xx

Thank you!

and where are you trying to add it? I don’t see it on your blog. If you add it to your hover tab you have to increase the height under #tab1:hover or #tab2:hover

Wednesday, December 18, 2013
  twinkh asked:
  how can i add a scrollbar to my bubble tab? xx

under #tabs:hover add overflow:scroll;

Wednesday, December 18, 2013
  uncareably asked:
  how do i put the image on the bubble tab in the middle when it opens?

hmm it should already do that, but you can add <center> and </center> around the image code

Wednesday, December 18, 2013
  bloomiaa asked:
  hey I was wondering how I can add a scrollbar to my bubble tab? It won't fit anything in, sorry if it's been answered x

You can change the height under tab1hover or tab2hover 

Wednesday, December 18, 2013
  allve-deactivated20140123 asked:
  hello, do you know how can i make a banner bigger in narnia 2? thanks xox

Change the number I highlighted in the image below:

Wednesday, December 18, 2013
  sunpixie asked:
  Hey! :) I try add background to my blog, but when i upload its not work..What should i do? :) Thank you so much! xox

Under:
 /* —————— STANDARD HTML —————— */
body {  

in your theme, look for background-image: and put the url of the background image in the parentheses like so: background-image:(‘url here’)

Wednesday, December 18, 2013
  bubbles-asked-acid asked:
  hey darling i want to have doted border to my double bubble tab how can i do it? :)

Under tab1 and tab2 change the border to say “dotted” instead of solid

Wednesday, December 18, 2013
  cherioz asked:
  hiya i got the code from somewhere that put a border on my posts, I was just wondering if there was any way that I could make a gap between the border and the photo / post? ty x

Sure! under the same div that you put the code for the borders, add padding:5px; or something like that, it should work but in the case that it doesn’t, you can change the border to border:7px double #000000; and it will have two lines but one line will be further out

Wednesday, December 18, 2013
  prrinsesse asked:
  the sectioned hover tab finally works for me now. thank you so much for your help! xo

Of course! Thanks for letting me know, I had to fix the code :)

Wednesday, December 18, 2013
  perriesbody-deactivated20140517 asked:
  I'm sorry if you already answered this but I added an Update Bar to my blog and I'm clueless to where I put the text and links, can you please help? thanks xx

Just find the code in your html and type directly into it, look for the text that is currently in the tab and replace it with whatever you want it to say. 

Wednesday, December 18, 2013
  blissairy asked:
  hi. is there any way i can put my section tabs on the left side of my blog? cause on the right are my pictures so its kind of ugly. please answer xx

Under #musicsection change “right: 5px;” to ”left: 5px;”

Wednesday, December 18, 2013
  flowarei asked:
  well im trying to add a double bubble tab that looks sorta like glithzy's but when i put it in, the tabs look weird. like, when the bubbles arent open, it doesnt just show the +'s, it shows the top half of what is in the tab

Just change the margins under tab1icon and tab2icon until it looks good!

Wednesday, December 18, 2013