Afar
  1. Apr6

    purplechocoholic asked: hello! i was wondering, how did you put your "ask me" on your sidebar, either in this format or as a link to a page? mine appears under my description, and it annoys me :|

    Hello,
    I created an iframe inside of my sidebar
    <iframe frameborder=”0” scrolling=”no” width=”100%” height=”100%” src=”http://www.tumblr.com/ask_form/yourtumblr.tumblr.com” style=”background-color: #fff; overflow:hidden;” id=”ask”></iframe>
    You have to set your own values for everything, by adding an id = “ask” I was able to style it however I wanted with CSS
    You could also google it, there is more than one way to do this.