|
Posted by Anze on 06/15/07 14:39
Try Googling for "CSS tutorial".
Textbox is placed on the page in the same way as any other HTML element
(depends on your preferences, there are many ways), but its width, height
and scrollbars can be set using CSS properties:
<textarea style="width: 200px; height: 120px; overflow: auto">
My text.
</textarea>
Best,
Anze
> I am having a heck of a time figuring out how to create a textbox that A)
> needs to be in a specific location on a page - sandwiched between
> graphics,
> and B) is a specific size. It will have more text than is visible is once
> so a scrollbar will need to be there. Can someone point me to a page that
> explains this?
Navigation:
[Reply to this message]
|