textbox placement

textbox placement

am 15.06.2007 00:38:44 von Steve

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?

thanks in advance,
Steve

Re: textbox placement

am 15.06.2007 04:30:26 von Adrienne Boswell

Gazing into my crystal ball I observed "Steve" writing
in news:Wrjci.46744$7U2.22607@newsfe21.ams:

> 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?
>
> thanks in advance,
> Steve
>
>
>

Is this a text box for a form, or something else? URL?

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Re: textbox placement

am 15.06.2007 16:39:42 von anzenews

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:



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?

Re: textbox placement

am 15.06.2007 19:14:03 von Steve

It's a text box that needs to sit next to a rectangular graphic.
Non-editable text. Thanks.

"Adrienne Boswell" wrote in message
news:Xns994FC66FF68DDarbpenyahoocom@69.28.186.121...
> Gazing into my crystal ball I observed "Steve" writing
> in news:Wrjci.46744$7U2.22607@newsfe21.ams:
>
>> 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?
>>
>> thanks in advance,
>> Steve
>>
>>
>>
>
> Is this a text box for a form, or something else? URL?
>
> --
> Adrienne Boswell at Home
> Arbpen Web Site Design Services
> http://www.cavalcade-of-coding.info
> Please respond to the group so others can share
>

Re: textbox placement

am 15.06.2007 19:55:47 von Steve

actually, I need to place a rectangular graphic to the left of it, the right
of it, and below it. It's just a box that will contain a bunch of
uneditable text; more than will fit on the screen at once.

"Steve" wrote in message
news:BNzci.26563$tq2.22761@newsfe13.ams...
> It's a text box that needs to sit next to a rectangular graphic.
> Non-editable text. Thanks.
>
> "Adrienne Boswell" wrote in message
> news:Xns994FC66FF68DDarbpenyahoocom@69.28.186.121...
>> Gazing into my crystal ball I observed "Steve" writing
>> in news:Wrjci.46744$7U2.22607@newsfe21.ams:
>>
>>> 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?
>>>
>>> thanks in advance,
>>> Steve
>>>
>>>
>>>
>>
>> Is this a text box for a form, or something else? URL?
>>
>> --
>> Adrienne Boswell at Home
>> Arbpen Web Site Design Services
>> http://www.cavalcade-of-coding.info
>> Please respond to the group so others can share
>>
>
>

Re: textbox placement

am 15.06.2007 21:04:11 von a.nony.mous

Steve wrote:

> actually, I need to place a rectangular graphic to the left of it, the
> right of it, and below it. It's just a box that will contain a bunch
> of uneditable text; more than will fit on the screen at once.

Instead of a textbox (in a

), use an iframe with CSS set to
overflow: hidden;

Please don't top-post. Thanks for your consideration.

--
-bts
-Motorcycles defy gravity; cars just suck

Re: textbox placement

am 16.06.2007 02:07:24 von Neredbojias

On Fri, 15 Jun 2007 17:55:47 GMT Steve scribed:

> actually, I need to place a rectangular graphic to the left of it, the
> right of it, and below it. It's just a box that will contain a bunch
> of uneditable text; more than will fit on the screen at once.

Sounds like a regular old div amongst floated images included in an outer
div would work. You'll need to set overflow accordingly.

--
Neredbojias
He who laughs last sounds like an idiot.