I have a banner for my Band on my myspace and i want to show the code for it so ppl can copy and paste it so they can put it on their profile. take a look at www.myspace.com/calltoattraction
How do i paste codes for people to copy and put onto there profiles for MySpace?
u have to put it in a scrollbars use this code ;)
"%26lt;textarea%26gt;ur code %26lt;/textarea%26gt;
and it will put in in a scroll box ;)
How do i paste codes for people to copy and put onto there profiles for MySpace?
the first person is right .. but if you'd like a certain background color and stuff to it you can ...
%26lt;style type="text/css"%26gt;
textarea {
background-image:url("");
background-color:000000;
width:250px;
height:100px;
border-width:1px;
border-style:solid;
border-color:FFFFFF;
color:FFFFFF;
font-family:tahoma;
font-size:12px;
text-align:center;}
%26lt;/style%26gt;
%26lt;form%26gt;%26lt;textarea%26gt;PUT YOUR CODE HERE!!!%26lt;/textarea%26gt;%26lt;/form%26gt;
You can change the font-family, font-size, text-align, or anything on there if you know what to do. :) You can change the width and height too. :)
Put the code at the end of the code where it says "textarea" "PUT YOUR CODE HERE. Hehe .. :) That's if you want certain colors and stuff int eh background. if not .. you can do this ..
%26lt;textarea%26gt;PUTCODEHERE%26lt;/textarea%26gt; :)
No comments:
Post a Comment