Help Question

Discussion in 'Feedback & Assistance' started by SpazticFantaztic >:3, Jun 30, 2008.

  1. SpazticFantaztic >:3 Kingdom Keeper

    112
    952
    I was wondering how to get a box of options in your signature. Like Mish's that says "Shoutouts" or Archawesomeman's that says "Why I'm awesome"
     
  2. Sanya Orussia’s 586th Fighter Regiment

    Joined:
    Oct 13, 2006
    Gender:
    Male
    Location:
    Hinamizawa
    735
    It's fun with HTML coding basically. I'll show you what Arch's looks like to give you an example:


    HTML:
    <select style="width:200px; font-size:9px;"><option selected>Why I'm Awesome</option><option>1. Chuck Norris says so</option><option>2. I obtained over 9000 pylons</option><option>3. I know what awesome means</option><option>4. I am made of awesome</option><option>5. I can stalk you</option><option>6. I'm made of epic and win </option><option>7. My friends are ninjas </option></select>
    You start it off with the pixel width and font size, along with the begining select tag in the front line. Then have "option selected" as the opening tag for the topic. After that, you list the choices with the option tags for each one. Once you're done, finish up with the ending select tag.

    It might take some time to type out, so I suggest typing it out in MS word or notepad first before copying it to your sig. Have fun. :P