How do I expand on a word/sentence in a seperate box

S

sarahrendle

I want to be able to highlight a word or sentence so my visitors can click on
this and an expanded explaination appears. Please help.
 
M

Murray

How expanded?

Try entering this into a new page in FP's code view (between <body>, and
</body>) and see if it's suitable when you preview it -

<p>Here is some text containing a special <span title="This is an expanded
definition" style="cursor:help;background-color:#DDD;">WORD</span> in
it.</p>
 
Top