How do I make MySpace Comment Boxes?
To make a MySpace Comment Box, paste the following HTML code directly into your MySpace profile to make it easy for visitors to add their comments in one easy step, alleviating the need to scroll to locate the "Add Comment" link.
You can even include a customized default comment in the following MySpace comment box code. Simply copy the MySpace comment code to your clipboard and see the instructions below.
The MySpace Comment Box HTML Code:
<center>
<table>
<tr>
<td align=center>
Here's some text above the box.<br>
<form method="post" action="index.cfm?fuseaction=user.ConfirmComment"style="display:inline;">
<input type="hidden" name="friendID"value="ENTER YOUR PROFILE ID HERE">
<textarea name="f_comments" cols="33" rows="4">ENTER SOME TEXT FOR THE BOX HERE</textarea><br>
<input type="submit" value="BUTTON LABEL">
</form>
</td>
</tr>
</table>
</center>
Instructions: Simply paste the above HTML code into whatever section in your MySpace profile that you'd like it to show up at. The Upper Case text in the above code is completely customizable by you, so be sure to edit the upper case text shown above.
Also, note the <center> and </center> HTML tags. these two tags can also be interchanged with <left> and </left> OR <right> and </right>. However, it is important to note that these tags cannot be mixed around.
In other words, <left> and </left> OR <right> and </right> OR <center> and </center>, but not mixed.
Bookmark How do I make MySpace Comment Boxes?
Latest Blog Posts
Copyright 2009 Tech-FAQ. All rights reserved. Privacy Policy. |
