ShowMyPro Forums > Help! > okay a few questions.
How do I add a comment box to my page? Annd, contact buttons? Where would I get these things that work with smp??? and can someone give me the full code to delete all the other side stuff I have left on my page?
Comment box. <form action="worker.php?u=yourusernamehere" method="post"> <input type="hidden" name="action" value="leaveProfileComment"> <textarea name="comment" cols="50" rows="7"></textarea> <p><input type="submit" value="Submit Comment"></p> </form> Message me button. <a href="http://www.showmypro.com/sendmessage.php?u=yourusername"><img src="http://www.showmypro.com/images/privatemessage.gif" border="0"></a> Add me button. <a href="http://www.showmypro.com/add.php?action=addUser&userToAdd=yourusername"><img src="http://www.showmypro.com/images/addfriend.gif" border="0"></a> Or links. Add Me text-link. <a href="http://www.showmypro.com/add.php?action=addUser&usertoAdd=Yourusername">Add me</a> Message me text-link. <a href="http://www.showmypro.com/sendmessage.php?u=yourusername">Message me</a> Or css. <style type="text/css"> #contact { position: absolute; width: 100px; height: 100px; top: 5; left: 10; overflow: auto;} </style> Just change around width, height and top and left numbers. Or close the contact box since if you're going to put only private and add me buttons on your profile then add this in. <style type="text/css"> #contact {display: none;} </style> This can be put in your description. http://www.showmypro.com/editprofile2.php Easy way to customize profile: http://www.showmypro.com/profile-wizard
Go find it on google.com myspace codes work the same on here there all html codes.
ask emily she helped me with mine a while back lol
Originally posted by snowball148 Go find it on google.com myspace codes work the same on here there all html codes.
like a message and add me link i guess, i've seen it on other people's pages.
Updated my post.
Links & Referrals | User Agreement | Privacy Policy | Contact ShowMyPro WallPapers | Protect Yourself | Ninebean Articles © 2007 showmypro.com - all rights reserved Page executed in 0.14814 seconds