How do I Change the location of the MySpace Comment Box?
To change the location of your MySpace Comment Box, it is best to establish a working knowledge of HTML, for greatest control.
However, there are various online MySpace layout editors and generators that are specifically designed for these various types of MySpace tweaks, such as the MySpace Comment Box Generator.
The Simple Customized MySpace Comment Box HTML Code Solution:
<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 Change the location of the MySpace Comment Box?

