Superscript in code snippet

T

Tommy Desperate

I would like to do two more things with code snippet:

1. I would like to have the word that triggers a ScreenTip to be in
superscript. For example, I now have: <span title="comment or
phrase"style="color:blue"<|note|</span> How can I get the "note" in
superscript? Also, if I want an off-shade of blue, can I use a number after
"color:" instead of the word blue?

2. In the comment or phrase I'll use for the ScreenTip, how can I can I put
a book title in italics? I tried to use code for this in code view but it
didn't work.

3. One more quick question: How can I extend the default 3 seconds for the
ScreenTip?

I use FrontPage 2003. My website is http://www.hairloss-reversible.com.
 
M

Murray

See below -

--
Murray
============

Tommy Desperate said:
I would like to do two more things with code snippet:

1. I would like to have the word that triggers a ScreenTip to be in
superscript. For example, I now have: <span title="comment or
phrase"style="color:blue"<|note|</span>
Your code *should* be this -

How can I get the "note" in
superscript?

Also, if I want an off-shade of blue, can I use a number after
"color:" instead of the word blue?

Sure (for example) -

2. In the comment or phrase I'll use for the ScreenTip, how can I can I
put
a book title in italics? I tried to use code for this in code view but it
didn't work.

You cannot style the contents of the title attribute.
3. One more quick question: How can I extend the default 3 seconds for the
ScreenTip?

You cannot.
 

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