Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web

Replacing Search with Comment Box

Place at the top of your About Me section

<div class="comment">
<form action="http://comment.myspace.com/index.cfm?fuseaction=user.ConfirmComment" method="post"><input name="friendID" value="FRIEND ID HERE" type="hidden"> <textarea style="width:600px; height:20px; float:left;"></textarea><input type="submit" value="Submit"></form>
</div>
<style>
.tb {hiding search bar}
div table td form input, div table td form select, div table td form img {display:none;}
.tb {setting size for comment box div}
div table td form {height:30px;}
.tb {positioning comment box div}
.comment {position:absolute; left:50%; top:100px; margin-left:-350px; width:800px; z-index:9;}
</style>

What this Code Does:

Replaces top search bar with comment box.

Back