how do i make code work as a banner on my myspace page?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rayfalcon
    New Member
    • Feb 2013
    • 1

    how do i make code work as a banner on my myspace page?

    what kind of coding is this ? and how do i make it work as a banner on my myspace page so that people can click it to goto my site thats listed on the banner ? the banner code is for a site called listia.

    Code:
    <script>
    listia_username = 'speedjunky777';
    listia_num_rows = 3;
    listia_border_color = '888888';
    listia_background_color = 'ffffff';
    listia_font_color = '2386cc';
    listia_width = '250';
    </script>
    <script src="http://www.***.com/_widget/alpha.js" type="text/javascript"></script>
    <div id="listia_widget_content" style="display:none;"></div>
    www.***.com
    <a href="http://www.***.com/?r=2850646" class="listia_widget_moreLink">more free stuff on Listia</a>
    Last edited by acoder; Feb 10 '13, 10:28 PM. Reason: Added [code] tags, removed link
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    It's javascript code and you probably won't be able to insert it into your Myspace page because that would be a huge security risk for them.

    Comment

    Working...