HTML coding / myspace help?

  • Thread starter Thread starter iwakunigrl
  • Start date Start date
I

iwakunigrl

Guest
i want to add a space/box below my music section to put text, and theres not a space there originally , how do i put a space/section there? is there a HTML code that some one can give to me?
and please dont tell me that i just click buttons and its just there -- if you know the coding please just give it to me.
 
I'm not suure how to do it, but there is a way to make your general/interests section all white instead of blue so it just looks like a space there. I don't know if it works, I just know there is a way to do it.
 
<textarea></textarea>

<br>

<hr>

Explanations:

use Attributes "cols" for amount of colums and "rows" for the amount of rows... example:

<textarea cols="50" rows="15">Default Text Goes Here</textarea>

<br> = Line Breaks like if you press the Enter button

<hr> = Horizontal Rules for page sections/dividers

I don't know about MySpace stuff but I am a rookie Web Programmer, and I've heard MySpace is able to add HTML codes so... Anyway, textarea is the basic element you use for adding texts which is basically what you use everywhere... for adding comments on websites and even asking/answering questions here.. let me know if you need something else...
 
<table> </table> If you need more editing features let me know. I'll check back.
 
Back
Top