Trending News
How do I make a band banner for my page?
I have a myspace for my music. myspace.com/josephhendersonmusic
but I don't know how to make one of those little banners that have the html code underneath where people can add it to their profiles.
How do I make one?
I've been googleing it for like an hour and a half and all the ones I've tried out don't have the html part at the bottom.
1 Answer
- ?Lv 51 decade agoFavorite Answer
You can probably do that with the textarea tag. I'm not sure exactly what you are after, so you will probably need to modify this:
<p>Copy and paste the link below and add it to your profile:</p>
<textarea rows="2" cols="50"><a href="http://myspace.com/josephhendersonmusic%22>Jose... Henderson Music</a></textarea>
In the textarea tag place the code that you want your visitors to add to their profiles. You should replace < with < and > with >.
For more on the textarea tag see: http://www.html-tags-guide.com/html-textarea-tag.h...