Easy Html Tutorials

Stats

/

Notifs

Complete blog makeover (1/22/2014) Send me your thoughts!

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
  pohpcorn asked:
  hi!! so like in the faq layout 1 you said this, and idk what ya mean?? 2. find your pop-up link coding under <body> (((and than replace it or what am i gonna do???))) 3. replace your current faq/ask content with this code (((which one my link or like what? the one under </body>?

place the code for the faq layout underneath <div id=”02" class=”popup_block">

you’ll also probably need a scrollbar in your popup after you install that, there’s two tutorials on this blog

Thursday, March 13, 2014
  Anonymous asked:
  Could you make a tutorial for a cute fask layout like the one rosiealoha or flowishta have? I can't find a tutorial anywhere!

Just put it together, put this code in your popup ask and fill in all the info in the appropriate spaces

Monday, February 3, 2014
  whierdo asked:
  every time I add a new pop up tab, the other one stops working? WHat do I do?

Change the order of the popup codes under </body>, this usually fixes the problem. 

if that doesn’t work, be sure that the numbers you’re using for the popups (ex: rel=”02”) match up 

Wednesday, January 29, 2014
ADDING MULTIPLE POPUPS

1. If you already have one pop up, ignore this step. If you do not ha a pop up yet, follow steps 1 and 2 from this tutorial.

2. Paste this code under </body> but BEFORE the code for the other pop up. If you place the code after it will cause problems. 

3. Wherever you would like your link to be, meaning the link that you click to make the box pop up, paste this code. This link can go anywhere on your blog, even inside another pop up. 

4. To add even more popups, repeat steps 1 and 2, but replace the 03 with 04. (In BOTH of the codes) Then you would use 05, then 06, and so on. 

PLEASE LOOK HERE BEFORE ASKING QUESTIONS ABOUT THIS TUTORIAL! IT MAY HAVE BEEN ANSWERED!

Monday, September 2, 2013
  Anonymous asked:
  for the popup ask/fask, eveytime i open it, it i cant see the top where the close button is and i cant see the first few lines of my faq. how do i move it down?

you can add a scroll bar!

Wednesday, July 24, 2013
Popup ask/fask

Live Preview!

1. Copy this code and paste it before </head> or after <head> in your theme code (use Control F to find it).

The url highlighted below is for the close button. You can change what it looks like by replacing the highlighted URL with another image URL. If you want the url of one of these close buttons, right click on the button you want and click ‘copy image url’ and paste it into the code. 

imageimageimageimageimageimageimage

image

2. Paste this code before </style> or if you can’t find that, put it after <style> or <style type=”text/css”>

The codes highlighted below are the colours of the pop up box background and the border, you can change them if you like using this website or the more tab on our blog.
image 

3. Find your ask link. It can be tricky to find for some people, but you have to replace it with this code.
It might look like <a href=”/ask”>ask</a> or <a href=”/ask”>message</a> or <a href=”{text:Link one url}”>{text:Link one}</a>
Message me for help with step 3 of adding a pop up ask box if you can’t find it.
You can change ‘MESSAGE’ to whatever you want the title of the link to be.

4. Paste this code after </body> in your theme code.
If you want to add an faq to your pop up ask box, find <center> and put your faq directly after it. Then, add <p> directly after your faq.

PLEASE LOOK HERE BEFORE ASKING QUESTIONS ABOUT THIS TUTORIAL! IT MAY HAVE BEEN ANSWERED!

Credit: megscoding
Please ‘like’ this tutorial if it was helpful! x

Sunday, July 14, 2013