How to create new nav buttons in nav bar

I am trying to design a new site in iWeb. I want to add a row of navigation buttons to go to 8 different pages. All I have in the first page is a button called "welcome" and I cannot add anymore. It won't even let me select rollover colors or anything in that area.
I only have a single page so far. If I add new pages does it automatically create new buttons in the nav bar, and how can I name them?
Mike

I cannot add anymore
Yes you can. *New Page* from the file menu. Or *Add page* at the bottom left of the window.
If I add new pages does it automatically create new buttons in the nav bar,
Yes. (They're actually not buttons but textlinks)
and how can I name them?
By typing the characters of the pagename in the Sidebar on the left.
Tutorials : http://www.apple.com/findouthow/web/
Also note the word HELP in the menu bar at the top of the screen.

Similar Messages

  • How to create a Nav Bar?

    How can you create a navigation bar in DreamWeaver CS4?

    How can I create one from scratch?
    With HTML and CSS.  See Nancy's links.  Or -
    Check the uberlink and MacFly tutorials at PVII - http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm

  • How to use CSS to create horizontal nav bar in Dreamweaver CS6

    How to use CSS to create horizontal nav bar in Dreamweaver CS6

    One of the ways to do it is this: Tryit Editor v1.9
    You can also use floats to get something to the same effect.

  • How to create new tax codes

    how to create new tax codes
    Service Tax 4% on 33% VAT 4% on 90% Non Deductible
    Service Tax 12.24% on 33% VAT 4% on 90% Non Deductible
    regards
    anil

    Hi Anil,
    This is an example from Italy:
    Local purchases 20% 40% recoverable
    Base Amount                                                     100    0         BASB
    Round.Up Output Tax             MWS                    110    100       MWAI
    Input Tax Round.up                VST        8.000      120    100       MWVI
    N.d.input tax                         NAV                      140    100       MWNI
    Non-ded.InputTax -RU            NVV       12.000     150    100       MWZI
    Acqu.Tax Outgoing-RU          ESA                       200    100       NLAI
    Acqu.Tax Inc.- Ro.up             ESE                       210    100       NLVI
    VST is the deductible tax and NVV the Non Deductible tax.
    I hope that you can use this and that you don't have to change your calculation procedure.
    Paul

  • How to create new or delete the existing row in the grid....

    hi my friends...
    i am developing report using Reuse_alv_grid_display...
    my requirement is... At runtime
              1.  i may create new row on the grid (empty row inwhich  i may enter the data).
              2.  i may delete a existing row in the grid
              3.  i may edit the existing data...
    then i have to trace the modification in the grid in one internal table...
    how can i get into this.....
    note:
    i have some idea to edit the existing record in the grid and trace those modification,
    but i don't know abt how to create new or delete the existing row....
    can you give me some idea...

    Hi deva,
    write a class which implemets these methods
    CLASS lcl_event_receiver DEFINITION.
      PUBLIC SECTION.
        METHODS:
    To handle the toolbar on alv
         handle_toolbar
           FOR EVENT toolbar OF cl_gui_alv_grid
              IMPORTING e_object e_interactive,
    To handle the buttons on the alv grid
         handle_user_command
           FOR EVENT user_command OF cl_gui_alv_grid
           IMPORTING e_ucomm.
    endclass.
    Now Implement these methods.
    CLASS lcl_event_receiver IMPLEMENTATION.
    To handle the toolbar on alv
      METHOD handle_toolbar.
       DATA ls_toolbar  TYPE stb_button.
        CLEAR gs_toolbar.
        MOVE 3 TO gs_toolbar-butn_type.
        APPEND gs_toolbar TO e_object->mt_toolbar.
        CLEAR gs_toolbar.
        PERFORM icon_create USING 'ICON_INSERT_ROW' gs_toolbar-icon.
        MOVE text-010 TO gs_toolbar-function.
        MOVE text-012 TO gs_toolbar-quickinfo.
        MOVE ' ' TO gs_toolbar-disabled.
        APPEND gs_toolbar TO e_object->mt_toolbar.
        CLEAR gs_toolbar.
        PERFORM icon_create USING 'ICON_DELETE_ROW' gs_toolbar-icon.
        MOVE text-011 TO gs_toolbar-function.
        MOVE text-013 TO gs_toolbar-quickinfo.
        MOVE ' ' TO gs_toolbar-disabled.
        APPEND gs_toolbar TO e_object->mt_toolbar.
      ENDMETHOD.
       METHOD handle_user_command.
    In this form, check the function code(e_ucomm has the function code), based on that do the required action.
    as i said yesterday(i.e for appending a row, deleting a row, modifying a row)
        PERFORM user_command USING e_ucomm.
      ENDMETHOD
    endclass.
    Before calling the alv method, create a object of this class.
    DATA :
          gref_event_receiver  TYPE REF TO lcl_event_receiver,
          gv_tables_alv          TYPE REF TO cl_gui_alv_grid.
          CREATE OBJECT gref_event_receiver.
          SET HANDLER   gref_event_receiver->handle_user_command
                        FOR gv_tables_alv.
          SET HANDLER   gref_event_receiver->handle_toolbar
                        FOR gv_tables_alv.
    check this program for event handling, it is the similar way
    demo_abap_objects_events
    Hope u understood this.
    Regards,
    Prasant
    reward if helpful

  • How to create new layers in captivate?

    Hi,
    how to create new layers in captivate's timeline?
    Regards,
    krishnaraj

    Hi krishnaraj
    Sounds like you may be expecting Captivate to work
    identically to Flash. Sorry my friend, it doesn't work this way.
    For starters, notice that Captivate uses slides.
    Each slide has its own timeline. So what you see in the timeline
    area is not for the whole movie.
    As you add objects (Buttons, Click Boxes, Images, Rollover
    Areas, Etc.) the object is placed on the timeline and assumes what
    you are referring to as a layer. You then control which object is
    in front of another object by its relative position in the layer.
    This is called the "Stacking Order".
    Hopefully this helps... Rick

  • How to create new starting conditions for a workflow of shopping cart

    Hi all,
    How to create new starting conditions for a workflow of shopping cart
    SATYA

    Excecute SWB_COND
    Creating New:
    Click on Create button. If you cannot see that it could be a authorization issue
    then Business Object:  BUS2121
    Double Click the event linkage for one step workflow
    Define the expressions, Check Consistency and click on Traansfer
    Start Condition is created. If it is not Active click on the Red Button to make it Active
    Editing Already existing:
    Click on Edit Button If you cannot see that it could be a authorization issue
    then select Business Object:  BUS2121
    Click on the condition part (White area) of the start condtion needing editing
    Change the expressions, Check Consistency) and click on Traansfer.If it is not Active click on the Red Button to make it Active

  • How to create new canvas at photoshop and apply a layer by layer name?

    How to create new canvas at Photoshop and apply a layer by layer name ?
    So simply what i want is
    Create a new canvas certain size such as 150x40 pixels
    Apply a layer to that canvas. Script will select the layer by layer name
    How can i do that these 2 simple things with Photoshop scripting
    CS6

    JJMack wrote:
    Something like var doc = app.documents.add(width, height, res);
    When you write Apply a layer what do you mean Script will select layer by name. A new document will have a background layer or a normal layer do you want to rename that there is onle one layer. Or do you want to add a layer by name what kind?
    thanks for answer. you know like background layer. for example when you are generating web buttons you are preparing background layers. it will select a layer like that.
    also can you post full script here if possible ? thank you.
    example : http://img12.imageshack.us/img12/844/examplepx.png
    after this i will write a text on that canvas but i will ask that after learnt this 2 steps

  • Creating new Template Buttons

    Is there a way to create new Template Based Buttons? For instance, I'd like to create a MAGENTA template based button and have it appear in my list of template based buttons along with 'Hot Button (Black)', 'Small Hot Button (Red)', and the others. I know how to create an HTML button, but for consistency and appearance I'd rather create and use the nicer looking Template Based Buttons, with their rounded corners and slight 3-D effect. Can someone point me in the right direction to get started?

    >
    Mark
    In Re: Setting width of field label you've been advised on how to make effective use of this forum by providing full information about your APEX configuration when asking a question. This isn't just about me being a grouch: we can't even point you at the relevant documentation unless you tell us your APEX version. Include all of this information for every question: I get lower blооd pressure; you get a faster answer.
    Is there a way to create new Template Based Buttons? For instance, I'd like to create a MAGENTA template based button and have it appear in my list of template based buttons along with 'Hot Button (Black)', 'Small Hot Button (Red)', and the others. I know how to create an HTML button, but for consistency and appearance I'd rather create and use the nicer looking Template Based Buttons, with their rounded corners and slight 3-D effect. Can someone point me in the right direction to get started?Start with the "Managing Themes and Templates" chapter in the documentation. (APEX 4.1 docs—your version may differ)
    If you're not familiar with HTML and CSS, then you'll need to get to grips with the basics of those as well.
    The basic process is:
    <li>Use a web inspector (included in real browsers like Safari, Chrome, Firefox+Firebug) to see how the existing buttons in the theme are constructed using CSS and images.
    <li>Create images with the colours/textures required for the appearance of the new buttons.
    <li>Create a new button template as a copy of the existing one that's closest to your requirements. It will at least require a new HTML <tt>class</tt> name, plus any other HTML modifications you need to make.
    <li>Create a new CSS style sheet to apply the style(s) for the new class of button.
    <li>Modify page templates to include/reference the new style sheet.
    <li>Deploy the style sheet and images to the location required in your configuration.

  • How to create New Work Center

    Dear Experts
                      How to create New Work Center?, what are all the inforamtions  need while creating workcenter.
    Regards
    Rajakarthik

    Hi,
    In addition to the above post, you need to identify that:
    1. Whether you need separate activity types and cost center for the newly created work center. These details are entered in the Costing View of the Work Center.
    If these are required then use KL01 to create new activity, KP26 to define the activity price.
    If required create cost element using T Code KA01 and Cost Center using KS01.
    Take help from the CO guy on this.
    2. Also  you need to ask the concerned about the operating times for the wor center. That is Start time and End time of WC. It is used for capacity evaluation and scheduling of the orders. It is maintained in the capacity view (Bottom left Button in the view).
    this view will also contain the details regarding the calendar, to be assigned to the work center, if needed. Collect details for this requirement. Also you can assign a different calendar to WC apart from factory calendar.
    3. Find out whether this WC will be operating in shifts or not. Accordingly maintain the details.
    Hope it is useful for you.
    Revert for clarifications
    Regards,
    Rohit.

  • How to create a custom button/ double button

    First of all I am relative new to
    Java 2D programming; therefore,
    I am seeking some help and advice of
    how to create a complex double button
    a big one which is responsible for
    the use case and a small one which
    will show some help text if pressed.
    | |
    | Use Case _____________|
    | / |
    | | Help Case |
    | | |
    \ | /
    A 3D effect should distinct and signify whether the Use Case
    button area or Help Case button area is pressed.
    I am looking for some example or best practice that
    explains to me how to create a double button
    so that it can carry or depict at least a:
    1) Title
    2) Subtitle
    3) Pictogram (Graphic Icon)
    4) Round or organic borders
    5) 3D effect
    Thanks in advance.

    What you are asking here is something complex enough that nobody is going to explain it to you in one forum post. We are talking about creating your own custom button component. I would suggest you check out the book [Filthy Rich Clients|http://www.amazon.com/Filthy-Rich-Clients-Developing-Applications/dp/0132413930/].

  • I don't have a "create new list" button in the reminder list when i press edit

    I tried to create a new reminder list, I open the reminder app, under Lists, i pressed the 3 bar symbol on the upper right hand corner, then i pressed edit, but there is neither the delete button () nor the  "create new list" button. Can someone tell me how to get the create new list button?

    I had that problem too!
    Do you have a hotmail account that you have connected to?
    Because I do and I couldn't make a new reminder list!!
    But I fixed it by going to settings and going to mail, contacts and calendar and then under "accounts" i went to Mail and then slided the little dot for reminders to off.
    This fixed it for me, hopefully for you too! 

  • How to Create a radio button?

    How to Create a radio button with the label “Maintenance of RSDDTREXHPAFAIL tab".Once the user chooses this then there will two options –
    Create and Delete.Table has three fields.When user chooses the create button then it should create a new entry and delete should delete an entry. If the entry exist then create should overwrite an entry. There is no update.

    hi...
    the sample code below should help you .....
    parameters:Maintenance of RSDDTREXHPAFAIL tab radiobutton group grp1.
    this will create the radio button on the screen with  the lable required.
    now in the user command  of the screen ..
    PROCESS AFTER INPUT.
        MODULE user_command_0100.
    MODULE user_command_0100 INPUT.
    *assigning the sy-ucomm value to ok_code
      ok_code= sy-ucomm.
    *clear the sy-ucomm
      CLEAR sy-ucomm.
      CASE ok_code.
    *when user presses CREATE button
        WHEN 'PB_CREATE'.
        if  Maintenance of RSDDTREXHPAFAIL tab = 'X'.
          here write query to fetch data into the internal table
         and then use modify command to modify the database.
        endif.
    *when user presses CHANGE button
        WHEN 'PB_DELETE'.
       if  Maintenance of RSDDTREXHPAFAIL tab = 'X'.
          HERE write the delete query.
       endif.
    ENDCASE.
    ENDMODULE.                 " USER_COMMAND_0100 INPUT
    <b>plz reward pts if helpful.</b>
    regards
    vijay

  • How to create user defined button in alv report

    how to create user defined button in alv report
    thnks in advance.

    Hi,
    U can define it the the PF-STATUS ( Menu for ALV ).
    For that u have to define it in the EVENTCAT.
    form z_eventcat  using    p_i_eventcat type slis_t_event.
      data: i_event type slis_alv_event.
      call function 'REUSE_ALV_EVENTS_GET'
        exporting
          i_list_type     = 0
        importing
          et_events       = p_i_eventcat
        exceptions
          list_type_wrong = 1
          others          = 2.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
      clear i_event.
      read table p_i_eventcat with key name = slis_ev_top_of_page into
      i_event.
      if sy-subrc = 0.
        move 'TOP_OF_PAGE' to i_event-form.
        append i_event to p_i_eventcat.
      endif.
      read table p_i_eventcat with key name = slis_ev_pf_status_set into i_event.
      if sy-subrc = 0.
        move 'SET_PF_STATUS' to i_event-form.
        append i_event to p_i_eventcat.
      endif.
      clear i_event.
      read table p_i_eventcat into i_event with key name = slis_ev_user_command .
      if sy-subrc = 0.
        move 'USER_COMMAND' to i_event-form.
        append i_event to p_i_eventcat.
      endif.
    And in the DISPLAY
    call function 'REUSE_ALV_GRID_DISPLAY'
       exporting
         i_callback_program                = v_progname
         i_callback_pf_status_set          = 'SET_PF_STATUS'
         i_callback_user_command           = 'USER_COMMAND'
         i_callback_top_of_page            = 'TOP_OF_PAGE'
         i_grid_title                      = v_gridtitle
         i_save                            = 'A'
         is_layout                         = i_layout
         it_fieldcat                       = i_fieldcat[]
         it_sort                           = i_sortinfo
         it_events                         = i_eventcat
    IMPORTING
      E_EXIT_CAUSED_BY_CALLER           =
      ES_EXIT_CAUSED_BY_USER            =
        tables
          t_outtab                          = it_final
       exceptions
         program_error                     = 1
         others                            = 2
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    *MENU SETTINGS.
    form set_pf_status using rt_extab type slis_t_extab.
      set pf-status 'ALV_MENU'.
    endform.                    "SET_PF_STATUS
    endform.                    " Z_EVENTCAT
    Now double click on ALV MENU nad u can create a button in the application bar.
    Regards,
    Pritha.

  • How To Create On Submit Button For Master_detail Page ?

    I have adf page that is master And detail view.
    i want to have one submit button for master and detail block

    Duplicate of  How To Create On Submit Button For Master_detail Page ?
    Please don'r post your question multiple times.
    Timo

Maybe you are looking for

  • Can't yet deserialize non-null Objects

    "Can't yet deserialize non-null Objects" This is the error that I get when calling a Web Service Producer - not a single hint ion what is wrong and why. :) This is a RPC Web Service and all the input params are of type xsd:anyType... May be a hint fr

  • Can't install flash cs4 on windows 7

    hello everybody, I'm running windows 7 ultimate and I'm trying to install flash cs4 professional with no luck. it always get stuck and about 93% and i get the error massage the it can't install flash cs4 please help me

  • How to raise OSS call

    Gurus, May be basic one pls excuse for such fundemental ones Is there a separate login id to raise OSS call given to each SAP customer?

  • Change PO's currency

    Hello, The PO's currency comes from the supplier one. But i want to change as the currency of the SC for some plants. Is there any possibility to do that by customizing or i have to code it? thnaks, Meriem.

  • Multithread to arraylist

    here is the deal, i've got a multithread class, each thread is working on extract the content of one single webpage (of course with the same run()). now, how can i ask those threads return a string when they finish their job, and how can i put all th