How?

Hello again, o wonder how do this sintaxis inside freeway pro 6 without use markups

Wafture Sumptuous Scintilla Propinquity Harbinger

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

sorry i mean this:

Wafture Sumptuous Scintilla Propinquity Harbinger

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

Can you post a link to where you found this?

Are you just wishing to add classes to the section and the nav element. A bit more information would help.

David


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

Here are some quick comments:

  1. You cannot use hyphens or underscores when making a straight-forward
    class style in FWP. So instead of “color-1” may I suggest “color1”

  2. The anchor tags in your example aren’t attached to any text tags. They
    should either be paragraph tags (p tags) or list item tags (li tags)

The way I would do this is to

  1. create a container and use the inspector palette to change it to a
    section structure. Make sure your page is set to HTML5 of course.

  2. apply the style either by Extended markup of the section container (div
    tab, add attribute, name=“class”, value=“color1”) OR by creating the class
    style “color1” then clicking the section container and applying the style
    from the palette. If you apply the style the first way, then you have to
    create the style with the TAG field - with the leading period in the name
    to define it as a class style. This will force FWP to publish the style,
    whereas as a normal class style, FWP will not publish it unless FWP thinks
    it’s being used. Also, as a TAG style the only way to apply it is through
    the Extended Item interface.

  3. Since your links seem like a list, I would make a list of them.
    Highlight them, click the indent in the inspector once, then choose
    “bullets”. FWP will automatically make a style for it (e.g., “style1”).
    Edit the new style to make it Permanent, change the Name, set the list to
    Bullets BUT in the extended dialog create a new definition “list-style”
    with value “none”, “padding” with value “0”, and “margin” of “0”. In the
    normal Edit Style interface, set the font-size and color. You then can
    style this like any other unordered list.

Your code should then appear as such:

  <section id="section1" class="color1">
         <ul class="listclassname">
                <li><a href="#">Wafture</a></li>
                <li></li>
                <li></li>
                <li></li>
                <li></li>
         </ul>
  </section>

If you don’t want an id on the section, there is the Anonymous action by
Walter. You would have to put any positioning attributes into the class
style though.

Hopefully this makes sense to you. Let us know.


Ernie Simpson

On Fri, Jun 27, 2014 at 5:07 PM, jgalicia email@hidden wrote:

sorry i mean this:

Wafture Sumptuous Scintilla Propinquity Harbinger

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

Hi, I acquired freeway and joined group.
I wish to add a movie icon to a page so it plays when the link is clicked on, same as adding a PDF file for site uses to view or download, similar to adding media elements to Facebook?
Thank you David.
Darren

Sent from my iPad

On 27 Jun 2014, at 23:02, “DeltaDave” email@hidden wrote:

Can you post a link to where you found this?

Are you just wishing to add classes to the section and the nav element. A bit more information would help.

David


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