You are not logged in.

  • »imvucodes« is a verified user
  • "imvucodes" started this thread

Posts: 130

Location: Interwebs

Occupation: Serving code snippets non stop.

  • Send private message

1

Monday, July 12th 2010, 2:36pm

Add more special someones

This will allow you to add more special someones to your page. Please note that this code is only a fragment that allows you to add a custom made special someone to your special someone panel. And of course you have to change the things in the code that say "Productions". Otherwise you will point to my page.

If you looking for a better and easier way to add more special someones (and more then just one more) go to this page: http://www.imvucodes.net/generator/add-m…pecial-someones

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<style type="text/css">
  #extended_spec, .imvucodes_net {
    font-size:10px !important;
    color:#ff9999 !important;
  }
</style>
<br />
<table id="extended_spec" cellpadding="10">

  <tr>
    <td>
      <a href="http://avatars.imvu.com/Productions"><img style="width:80px;height:110px;border:0px" src="http://www.imvu.com/catalog/web_av_pic.php?av=Productions"></a>
    </td>
    <td>
      <a href="http://avatars.imvu.com/Productions"><span style="font-size: 1.1em !important">Productions</span></a>
      <br />
      <i style="font-size: 1.1em !important"><span>I am supporting IMVUCODES.NET!</span></i>
    </td>
  </tr>

</table>

Rate this thread