Sue M.
11-29-2004, 08:29 PM
In the following code, how do I contol how the quoted phrase prints in the box? The default is: CENTER And I want it to be LEFT JUSTIFIED.
function aen()
{
add.value="Sue M\nHello there, wanna read what I have to say? \n \n And, further more......\n"
add.style.height=120
add.style.width=260
}
Thanks!
function aen()
{
add.value="Sue M\nHello there, wanna read what I have to say? \n \n And, further more......\n"
add.style.height=120
add.style.width=260
}
Thanks!