Manually create anchor

I’ve got a stack of HTML5 animations in an inline layout to which I need to attach anchors.

This needs to be within the HTML markup that contains the code for the HMTL5 animations. The anchors must be invisible and not interfere with the vertical spacing of the inline items.

I’m not sure how to do this. This is as far as I have gotten, but I know I’m missing something (or a number of somethings)

When doing a simple test, I see that FW inserts the following code in the head:

.f-sp { font-size:1px; visibility:hidden }
.f-lp { margin-bottom:0px }
.f-fp { margin-top:0px }

and

anchor text

I need to do this four or five such animations per page.


freewaytalk mailing list
email@hidden
Update your subscriptions at:

When you create a markup item FW will give it an ID such as item26

A link to that “Anchor” is as simple as yourpage.html#item26

You can add an ID to any item in Markup using the format div id=“item26” if your Div doesn’t have one already. Just make sure that your IDs are unique on a page by page basis (no 2 IDs the same per page)

David


freewaytalk mailing list
email@hidden
Update your subscriptions at: