Click to See Complete Forum and Search --> : alignment problems


melA~16
05-31-2005, 06:19 AM
what i am having trouble with is this:
:confused: i am trying to insert two blocks of text in one line in dreamweaver mx; one block on the left alignment and one block on the right alignment. the word "frostbark" LEFT, and the words "Music" On Off [on and off being on another line]...so what i'd like to know is HOW to insert a "text box" as such, so that these texts can be on the same line...i've got a script for textareas but... unfortunately i don't know how to edit those textareas i.e. insert text into each of them...so that's why i am having trouble with them...
if you could help me that would be great! :D
thanks

meLissa~

rimian
05-31-2005, 07:30 AM
is this what you need?

<textarea>put text in here</textarea>

<textarea>
put
text
in
here
</textarea>

melA~16
06-01-2005, 01:39 AM
oh..really...thats so simple...thanks :D