Custom 2.0 'Add Comment' Box
|
|
|
|
|
|
|
|
If you want a custom 'add comment' box in your 2.0 profile like the above it's a two step process, follow below:
Step 1 - Add this to your About/Meet/Interests Modules (wherever you want it to appear):
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input name="friendID" value="6221" type="hidden" /> <textarea name="f_comments" class="mscBox">MSC Comment Box 2.0!</textarea> <br /> <input type="submit" class="mscBox" value="Done!" /></form>
--Replace input name "value="6221" with YOUR friend id number. Learn how to find your friend id here. --Adjust "MSC Comment Box 2.0!" with your own text. --Adjust "Done!" with your own submit button text.
Step 2 - Add this to your 2.0 CSS Box:
.msc {http://www.myspace-compilation.com/commentbox2} .msc {adjust comment area to your own style below} textarea {color:green; font-size:12pt; width:450px; height:80px; font-family: tahoma; font-weight:bold; background-color: yellow; border-color:blue; border-width:5px; border-style:double; -moz-border-radius:5px; -webkit-border-radius:5px; text-transform:uppercase; font-weight: bold; text-align:center; padding:5px;} .msc {adjust submit button to your own style below} input {color:yellow; font-size:9pt; width:450px; font-family: tahoma; background-color: green; border-color:blue; border-width:2px; border-style:solid; -moz-border-radius:2px; -webkit-border-radius:2px; font-weight: bold; text-align:center; padding:2px;}
--Adjust the 'textarea' (comment area) and also adjust the 'input' (submit button) to your own colors and style. --If you want a background image in the box instead of a solid color replace "background-color:yellow;" with "background-image:url(URL HERE);".
If you have questions/comments about this code you can ask here!
|
|
|
|
|
|
|