How do end users insert a DIV tag?

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

  1. #1

    Default How do end users insert a DIV tag?

    Folks:

    How can my end users insert a <div> tag in Contribute? I can't find this
    in any of the menus. Do I have to do some kind of customization?

    I have some CSS styles I'd like users to take advantage of, but to keep
    my markup valid, they need to be applied to divs, rather than other
    block-level elements like <p> or <h*>.

    Thanks.

    - Kevin
    Kevin Guest

  2. Similar Questions and Discussions

    1. License.Limit.Exceeded with 4x150 users licence andonly 300 real users
      As indicated by the ongoing discussion, this issue can have different causes - can you describe your application a little bit? How many users are...
    2. License.Limit.Exceeded with 4x150 users licence and only300 real users
      We have 4x150 users licence, set to unlimited bandwith. We get these messages in event viewer: Connection rejected by server. Reason : :...
    3. select all users whose emails belong to two or more users
      Say I wanted to create a query to select all the users whose emails belong to two or more users. How would I go about doing this? Here's what I...
    4. Insert a PDF file so users can download and read
      I want to allow users to download my PDF and read. I have Publisher 2002. Can some please help me.
    5. Enable additional users properties in Active Directory users and Computers
      "Mike Brannigan " <mikebran@online.microsoft.com> wrote in message news:O5qGXY1XEHA.808@tk2msftngp13.phx.gbl......
  3. #2

    Default Re: How do end users insert a DIV tag?

    afaik users cannot add div tags or any other HTML element except for what is
    available in the different menus. What you maybe could do have those div's
    ready for use in your template, but turn them into an optional region, which
    users can turn on/off at will. That would however require to to make
    decisions on where those div's would possibly appear.

    John

    "Kevin" <user@example.net> wrote in message
    news:f56var$ev1$1@forums.macromedia.com...
    > Folks:
    >
    > How can my end users insert a <div> tag in Contribute? I can't find this
    > in any of the menus. Do I have to do some kind of customization?
    >
    > I have some CSS styles I'd like users to take advantage of, but to keep my
    > markup valid, they need to be applied to divs, rather than other
    > block-level elements like <p> or <h*>.
    >
    > Thanks.
    >
    > - Kevin
    >

    Laiverd.COM Guest

  4. #3

    Default Re: How do end users insert a DIV tag?

    You can insert a div tag in a table that you have put in your template for users to copy and paste in their pages.

    A div in a table, stupid no?


    richsky 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