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
  unlazed 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
  rosifly asked:
  Hi there sorry to bother you but for some reason my pop-up ask seems to have disappeared, like if you look at my blog you will see like the pop-up is still there and the faq before it but the ask feature has gone and ive tried heaps to fix it but nothing will work! any suggestions? xx

You added an extra </div> right before the ask box code. Just delete it and it will work! Highlighted in pink below:

 

Thursday, December 12, 2013
  leafhog asked:
  i can't add another section for the elevator tab, the content just appears outside of the tab:-(

Make sure you put it before the </div>’s at the end of the tab code

Thursday, December 12, 2013
  qwurkie asked:
  Hello, I want to make a pop-up ask box and I'm following your tutorial but I can't seem to make it right. I am having trouble with step 3. Could you please help me? ): Thank you!

It’s working! 

Thursday, December 12, 2013
  galartsy asked:
  help with my pop up please, it's not working :(

You didn’t follow the tutorial correctly! you don’t have any popup codes in the correct places. Please go back and try to follow the tutorial exactly!

Thursday, December 12, 2013
  fleaurist asked:
  Hi! I have some trouble with putting my network icons next to each other in a code that makes them move. I have put them all in the same code and there is no </br> or <p> or whatever... :s

It seems like they are working now!

Thursday, December 12, 2013
  ost-west asked:
  Hi there : ) I have a question, please. Could you please tell me, how to get a photobox for single photo posts like in the "Daeron"-Theme? Or even better like in the "Syndex"-Theme? I'm now searching for over 2 weeks how to do this by editing the HTML and would be very grateful for your help! Thank you very much! : ) Kind regards, Jan Becker

I’m not even sure where to find those themes haha could you submit a link? and I think you’re thinking of a lightbox. I think it’d be much easier to get a theme that already has that installed because it’s complicated to add to a theme, you have to use javascript and what not

Wednesday, December 11, 2013
  galartsy asked:
  for the glow hover code, i can't find where to paste it :(

After <style> add:
.post:hover { }
and paste the code inside the brackets 

Wednesday, December 11, 2013
  ksuabi asked:
  hey sorry, but could you tell me how to put a link of a post in my hover

Use the link code <a href=”link url”> link title </a> 

Retype the ” marks and next time please take a look on this blog before asking because that code is on here about 5 times! Thanks

Wednesday, December 11, 2013
  acai-tigers asked:
  hey i tryed the code u told me to do for the bubble tab scroll bar but it doesnet work att all what do i do ?

Hmm I don’t honestly remember what I told you before so I’m sorry if it was incorrect but all you have to do is find #tabs:hover{ and under that add:

 overflow:scroll;

Wednesday, December 11, 2013
  filmingrealities asked:
  I have two pop ups, and I'm trying to add a pop up submit but it doesn't show the box? I changed the 'urlhere' to filmingrealities and the div id is different from the other two - can you please take a look at my source code to see if I'm doing something wrong?

It’s working now! 

Tuesday, December 10, 2013
  r-ainbowless asked:
  hey :) i was wondering how can i put these social media buttons on my bubble hover tab? i dont know how to do it i mean i wanna put the ig/twitter/fb button on the bottom on the tab but when i do it, it appears on the right side, heeelp please!

Just upload the images somewhere and then copy the url and add them to the image code, then add a link around the image code like so:

<a href=”http://”><img src=”http://”></a>

Retype the ” marks

Tuesday, December 10, 2013
  l-ordeux asked:
  With the tut for links table w/ background on hover what does it mean by step 2 when its asks to put that code inside a pop up? where exactly do i put the code? I've never done pop ups before but im wanting pop up links. thanks!

You have to have a popup already installed to use the links table! Look here

Tuesday, December 10, 2013
  overdxses asked:
  Do you have a tutorial for pop up links without the table?

Yes you can just use the tutorial for adding more than one popup

Tuesday, December 10, 2013
  recouth asked:
  hi in my coding i cant find the <img src="URL"> to change the image on the hover tab thanks!

You have to add it where the plus sign is! 

Tuesday, December 10, 2013