I need a code....

1,000 Watts

Member
Aug 28, 2006
62
0
6
Can someone please give me the code to add a "Code" wrapper around a code in a MySpace bulletin and the code to add an image to a myspace page...thank you! :)
 
Sure thing.

I assume by code wrapper you mean so people can copy and paste code from your site into theirs?

That is simply...

<form><textarea rows="5" cols="6">CODE GOES HERE</textarea></form>

And image code is....

<img src="http://www.yoursite/yourimage.jpg" alt="Description of image"/>