How to create a scrollable text block?

J

james

How do I create a window of text that is scrollable (the main web structure
stationery, only the window scroll).

I guess this means a text block that gets translated into a div with
style=overflow:scrolling.

I look in the properties of the text box and did not see anything relevant.
 
D

DavidF

Publisher does not offer this functionality with text boxes. The workaround
is to use an IFrame and import the text. However that text will not be
indexed by the search engine webots, so it is generally not a good idea. You
can Google for IFrame code and use the insert html code fragment tool if you
insist on doing this.

DavidF
 
S

Spike

Try this:

Insert the HTML code fragment:
============================

<div style="overflow:auto;height:100px;">

"your test goes here, without the quotes"

</div>
============================
Using your mouse, position and size the fragment box in publisher

Spike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top