[Pro] freeway 5.32 and text styles / scripty

Good afternoon,

I am making a drop down menu w scripty accordian and having some issues changing the txt styles - like we need to (ie p or H2)

I did the whole thing -and while trying to change each line to what it needs to be for the click(h2) and the action (p) it then changes the whole html box not just that one line…

in addition when there is no style to a line - I go to add one on (p style 3 or whatever) it does not ass it to the words / line.

any suggestions?

thanks

Jules


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

P styles can only be applied to entire paragraphs. If you want to
apply a style to a few words, then make a style that doesn’t have a
tag at all. You can apply those to a selected bit of text, and the
code that will be generated will have a span tag to carry the style.
The accordion effect will continue to work in that case, because the
outer P will be shown and hidden as one block, and the span (which
will be a child of the P) will show and hide along with it.

Walter

On May 27, 2009, at 3:08 PM, swimmer35 wrote:

Good afternoon,

I am making a drop down menu w scripty accordian and having some
issues changing the txt styles - like we need to (ie p or H2)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you! that did it… .I was just putting the cursor in front of
the words… duh…

On May 27, 2009, at 3:19 PM, Walter Lee Davis wrote:

P styles can only be applied to entire paragraphs. If you want to
apply a style to a few words, then make a style that doesn’t have a
tag at all. You can apply those to a selected bit of text, and the
code that will be generated will have a span tag to carry the style.
The accordion effect will continue to work in that case, because the
outer P will be shown and hidden as one block, and the span (which
will be a child of the P) will show and hide along with it.

Walter

On May 27, 2009, at 3:08 PM, swimmer35 wrote:

Good afternoon,

I am making a drop down menu w scripty accordian and having some
issues changing the txt styles - like we need to (ie p or H2)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options