How do i make it so I have navagation links on my myspace. Like just a link that you clickt to comment, see pics, go home,etc. How do i do this? and no generators please if at all possible. thanks.!
MYspace navagation links??
%26lt;style%26gt;
.contactdiv {width:200; height:30; }
.contactdiv {z-index:5; position: absolute; left:50%; top:400px; margin-left:-100px;}
.contactdiv {background-color: transparent;}
%26lt;/style%26gt;
%26lt;div class="contactdiv"%26gt;
%26lt;p style="white-space:nowrap;"%26gt;
%26lt;a href="COMMENT URL"%26gt; Comment %26lt;/a%26gt; |
%26lt;a href="PICTURES URL"%26gt; Pics %26lt;/a%26gt; |
%26lt;a href="ADD URL"%26gt; Add %26lt;/a%26gt;
%26lt;/p%26gt;
%26lt;/div%26gt;
You need to get the urls to these links by going to your profile, right-clicking "add comment" or "add to friends", etc., and clicking "copy shortcut".
Also, adjust the "top" and "margin-left" numbers to correctly position the div where you want it.
No comments:
Post a Comment