navigation buttons, discussion boards

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default navigation buttons, discussion boards

    :confused; I am a real amateur at all of this. Can I create navigation
    buttons with Contribute? Can I create a discussion board? Do I need to use
    more software along with Contribute in order to do these things or am I missing
    some commands on Contributethat will allow me to do this? I also haven't been
    able to do a lot of different graphics and positions with words. Please help. I
    don't see anything in the edit mode that allows me to do any of this.

    --Lost and Confused

    divapete Guest

  2. Similar Questions and Discussions

    1. Help with navigation on buttons
      I am trying to add navigation to a nutton that i created but I cannot get it to redirect to a page when I click on it. I have looked into the...
    2. Navigation buttons and flash
      I have made a set of buttons in flash and inserted them sucessfully in a website. I want to use them for site navigation control where the pages...
    3. Problem with Navigation buttons
      Hi there I'm building a site in FireworksMX. When I export the pages to Dreamweaver and preview in internet browser..everything is fine. However,...
    4. Problems with Navigation Buttons
      I am using Microsoft Publisher XP. I have designed my webpage using one of the templates. My problem is with the navigation buttons. When I try...
    5. can't access Apple Discussion boards
      Hi. I can't get the Apple discussion web site to come up. I know they were doing maintenance yesterday, but now I can't even access the site. Is...
  3. #2

    Default Re: navigation buttons, discussion boards

    "Create nav buttons?" You can insert button images and then link them to other
    pages if that works for you. You can't do image rollovers or automagically make
    them appear on multiple pages. Need an editor like Dreamweaver to add that
    stuff.

    "Discussion board?" You'll need a way to store the postings. A database
    backend is the most common way. So you'll need a programming language that can
    access a database to display the stored messages. PHP and MySQL are the most
    common way. There are tons of free software choices out there that you could
    just install on your site without having to code it yourself. Make sure your
    web hosting supports php / mysql. Most paid ones do.

    "Do I need to use more software along with Contribute in order to do these
    things or am I missing some commands on Contributethat will allow me to do
    this?" Yes. See above.

    Ctb is built so that a techie person (or anyone that is comfortable with html)
    can create templates using an editor like Dreamweaver. These templates will
    allow novice user to edit text and add images -- display items rather than
    functionality. You CAN use ctb without an editor (DW) but then you're very
    limited as to what you can do to the web pages since ctb doesn't let you touch
    the stuff behind the html being displayed.

    Sounds you like you need an html editor rather than ctb. :beer;

    Joeyb Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139