Applying a class to an HR tag

Is it possible to apply a class to an HR tag within
Contribute CS3?
The class just contains basic height/colour attributes - but
there seems to be no way to actually apply this to any horizontal
rules within Contribute.
Any help would be much appreciated.
Thanks in advance,
Jas

I normally use this option:
1. create a stylesheet especially for contribute users (f.i.
style-users.css). In this stylesheet you put the css-classes your
users will be able to use
2. link the style sheet in your template so that it's
available in all pages, this way Contribute will recognize your
styles in edit mode.
3. in the admin section of Contribute, go to Users and Roles
and adjust the Styles settings to display the css file you created.
4. now your users can apply a css class to the hr-tag in
edit-mode.

Similar Messages

  • Applying CSS classes in DW 8

    Hello!
    The good old Dreamweaver 4 had a wonderful panel, with the
    css classes
    listed on it, that could be open all the time, where you
    could easily
    click and apply a class to a selection.
    This panel has vanished in subsequent versions (probably for
    good reasons).
    But still...
    My question is: is there an extention somewhere that provides
    this
    functionality?
    Thanks
    Michael

    That "Apply" button was removed because it caused problems.
    Clicking it
    more than once could result in multiple spans wrapping the
    tag, as I recall.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "David Powers" <[email protected]> wrote in message
    news:ecueve$p0d$[email protected]..
    > michael wrote:
    >> I know. And there are more options to do so.
    >> It is just that the old panel was so efficient and
    easy in use.
    >
    > It's a long time since I last used Dreamweaver 4, so I'm
    very happy with
    > the current setup, but different people have their own
    preferred ways of
    > working.
    >
    > AFAIK, there is no extension that re-creates that panel.
    You could always
    > submit an enhancement request to the Dreamweaver
    development team to try
    > to persuade them to bring it back.
    >
    >
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    >
    > --
    > David Powers
    > Adobe Community Expert
    > Author, "Foundation PHP for Dreamweaver 8" (friends of
    ED)
    >
    http://foundationphp.com/

  • Applying a class to an instance

    Is there a way in AS3 to apply a class to an instance on the stage?  Or is the only way to do it through the linkage menu in the library?  The reason I ask is, I have a button class that I'd like to apply to only the button instances on the stage that meet certain criteria.
    Any help you can give is much appreciated.

    There is no way to do this. You must set the class in linkage menu. But you may collect all instances of this class from stage and apply into in what you want

  • Can you make the "Apply CSS Class" part of the editor bigger?

    Hi there...
    Just wondering - is it possible to make the "Apply CSS Class" editor window larger... It's TINY. (about 200px Square)
    As a result I can't see many of the classes...
    Cheers, Dave

    Hi Liam, I think i did what you said, only the changes don't appear?
    Am I missing something?
    I've cleared the browser cache & refreshed page etc - but can still see:
    Cheers, Dave

  • Apply a hyperlink to an anchor tag in Muse to a file created in Edge Animate?

    Is it possible to apply a hyperlink to an anchor tag in Muse to a file created in Edge Animate?
    thanks

    HI Eric,
    Found a discussion thread that could help you.
    Re: anchor link to muse
    Thanks,
    Preran

  • Importing classes that implement jsp tags

              I was making a custom JSP tag library. The tag functionality was implemented in
              a class called, lets cay ClassA. I made the tld file and put it under the WEB-INF
              directory. The class which implemented the functionality was placed under WEB-INF/classes
              directory. I had the imported the tag library using the taglib directive. I was
              getting an error which said "cannot resolve symbol". But when I in the JSP file
              I imported the class file which implemented the taglib functionality the error
              vanished. Is it necessary to import the class files even if the taglib is imported.
              The documentation does not say so. Or is there some configuration I have to make.
              

    I think was a side effect of the .jsp changing redeploys the web app in 6.0.
              When the web app was redeployed your directory structure was reread and thus
              it found your .tld.
              Sam
              "bbaby" <[email protected]> wrote in message
              news:3b422db7$[email protected]..
              >
              > I was making a custom JSP tag library. The tag functionality was
              implemented in
              > a class called, lets cay ClassA. I made the tld file and put it under the
              WEB-INF
              > directory. The class which implemented the functionality was placed under
              WEB-INF/classes
              > directory. I had the imported the tag library using the taglib directive.
              I was
              > getting an error which said "cannot resolve symbol". But when I in the JSP
              file
              > I imported the class file which implemented the taglib functionality the
              error
              > vanished. Is it necessary to import the class files even if the taglib is
              imported.
              > The documentation does not say so. Or is there some configuration I have
              to make.
              >
              >
              

  • Any way to apply View NX/Capture NX type tags in Aperture 2?

    I'm starting to get the hang of Aperture 2 now and am loving it - the filtering and keywording are amazing. One thing I've not worked out how to do though is to apply NX style tags or labels to images (Lightroom and Photo Mechanic both seem to be able to replicate this by colour coding).
    My wife and I share the same camera when we go out walking, and I've been using tags to quickly flag her photos when we get back - it's good to have them as part of the record of the walk, but I want to be able to filter them out easily when working on my own images.
    Can anybody suggest a good way of doing this in Aperture?
    Chris

    use a keyword instead, or use another iptc field, etc.
    RB

  • Applying a class to a button on a page

    Using APEX 4.0.2
    Trying to style a button on a form.
    BUTTON STYLE = Template Based Button
    BUTTON TEMPLATE = Button
    BUTTON ATTRIBUTES = class="btn btn-primary"
    When I firebug the page the only class I see applied is "t3ButtonHtmlMiddle".
    Is it possible to style the button with simple class attributes?

    This is an example of the button HTML:
    &lt;table class="t10Button" cellspacing="0" cellpadding="0" border="0"  #BUTTON_ATTRIBUTES# id="#BUTTON_ID#" summary="">
    &lt;tr>
    &lt;td class="t10L">&lt;a href="#LINK#"><img src="#IMAGE_PREFIX#themes/theme_10/button_left.gif" alt="" width="4" height="24" />&lt;/a>&lt;/td>
    &lt;td class="t10C">&lt;a href="#LINK#">#LABEL#&lt;/a>&lt;/td>
    &lt;td class="t10R">&lt;a href="#LINK#">&lt;img src="#IMAGE_PREFIX#themes/theme_10/button_right.gif" width="4" height="24" alt="" />&lt;/a>&lt;/td>
    &lt;/tr>
    &lt;/table>so the actual class of the button title would be something like this:
    table.t10Button td.t10C a {color: #000000;}The best would be to have a look at the complete code of the button and create appropriate classes for all subclasses you find in a button template. Just create a template copy of your standard and play with it a bit.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    http://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • How to apply java .class  to html?

    For java .class file, I am sure I follow exactly what the tutorials said to apply it to htm file but it just doesn't work. I applied it by adding the applet element with the .class file as the attribute. Is that wrong? I googled for it and an article said it is probably because of wrong .class file name. I am very sure it is not the case for me and it must not be upper or lower case thing. Any hint to fix it?
    My code is like this:
    <applet code="file_name.class" name=file_name archive=file_name.jar height="x" width="y"></applet>

    try this:
    <applet code="whatever.class" width=100 height=100>
    </applet>
    Works for me.

  • How can I apply new attributes to a table-Tag in an JEditorPane?

    I'm using a JEditorPane as a base for a small HTML-Editor. The manipulating of the attributes of an image-tag such as href works fine. But now I want to add the width-attribute to an table-tag.
    The result: Nothing in the table-tag, but other strange things (width is set to any TD oder in every cell a new table is added.
    How can I do this? Any suggestions??
    Thanks.

    Did you ever solve this problem?
    I can manipulte the <p> tags and character styles, but the manipulation of <td>, <div> and other standard tags I cannot figure out.
    Please let us know, [email protected]
    By the way:
    If you have only a width tag in your images, does it resize proportionaly, as in a normal browser or is the height taken from the original picture, as it happens with me?
    This is quite nasty, since I do not know the original picture sizes.

  • Problem styling images

    I would like to style some of my images (adding margins, etc.).
    Styling in RH11 works fine for text, but when I select the image, the formats drop-down where I select a style becomes grayed out.
    Given that you are allowed to apply a class to the <img> tag, this seems arbitrary.
    Short of manually editing the HTML, how can I style an image in RH11?

    It's not so much logic as history. That dropdown has been there forever and has been paragraph and character styles only. Think of it as a quick way to apply those styles.
    The fact that image styles don't show if you remove filtering is a bug. Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • CSS Cell Question

    Can anyone help me understand where i am going wrong. I am
    trying to
    create cell table buttons with CSS
    Example here:
    http://76.12.37.122/test
    2 problems.
    1) I cannot get the cell border to also follow the horizontal
    between the
    buttons. If i apply the class to the <tr> tag i get a
    duplication of the
    top and bottom of the cell.
    2) I need to pad the cell somehow as i do not want the text
    close to the
    edge of the cell but in doing so the backgroud colour does
    not fill the
    cell. Is there a workaround?
    My CSS
    .test {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FF0000;
    border-right-color: #FF0000;
    border-bottom-color: #FF0000;
    border-left-color: #FF0000;
    display: block;
    margin: 0px;
    padding: 0px;
    .test a:link {
    background-color: #FFFFFF;
    display: block;
    color: #000000;
    .test a:visited {
    display: block;
    color: #000000;
    .test a:hover {
    background-color: #0066FF;
    display: block;
    color: #FFFFFF;
    .test a:active {
    display: block;

    Paste this into dreamweaver and see if its somewhat similar
    to what you
    want. I am using unordered list <ul> and not table
    cells. I am sure the
    script can use improvement. Search the net and you'll find a
    lot of well
    written code etc.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Untitled Document</title>
    <style type="text/css">
    ul {margin-top:5px} /*for IE*/
    ul li{list-style:none; padding:10px 80px;}
    a {text-decoration:none; color:#000; padding:10px
    80px;border:1px solid
    #900;}
    a:hover {color:#fff; background:#69C;}
    </style>
    </head>
    <body>
    <table cellspacing="0" cellpadding="0" align="center">
    <tr><td><ul><li><a
    href="#">Button 1</a></li><li><a
    href="#">Button
    2</a></li><li><a href="#">Button
    3</a></li><li><a href="#">Button
    4</a></li>
    </ul></td></tr></table>
    </body>
    </html>
    You cannot lose until you give up !!!
    "Mike" <[email protected]> wrote in message
    news:[email protected]...
    > Can anyone help me understand where i am going wrong. I
    am trying to
    > create cell table buttons with CSS
    >
    > Example here:
    http://76.12.37.122/test
    >
    > 2 problems.
    >
    > 1) I cannot get the cell border to also follow the
    horizontal between
    > the
    > buttons. If i apply the class to the <tr> tag i
    get a duplication of
    > the
    > top and bottom of the cell.
    >
    > 2) I need to pad the cell somehow as i do not want the
    text close to the
    > edge of the cell but in doing so the backgroud colour
    does not fill the
    > cell. Is there a workaround?
    >
    >
    > My CSS
    >
    > .test {
    > font-family: Arial, Helvetica, sans-serif;
    > color: #000000;
    > border-top-width: 1px;
    > border-right-width: 1px;
    > border-bottom-width: 1px;
    > border-left-width: 1px;
    > border-top-style: solid;
    > border-right-style: solid;
    > border-bottom-style: solid;
    > border-left-style: solid;
    > border-top-color: #FF0000;
    > border-right-color: #FF0000;
    > border-bottom-color: #FF0000;
    > border-left-color: #FF0000;
    > display: block;
    > margin: 0px;
    > padding: 0px;
    > }
    > .test a:link {
    > background-color: #FFFFFF;
    > display: block;
    > color: #000000;
    > }
    > .test a:visited {
    > display: block;
    > color: #000000;
    > }
    > .test a:hover {
    > background-color: #0066FF;
    > display: block;
    > color: #FFFFFF;
    > }
    > .test a:active {
    > display: block;
    > }
    >
    >

  • Can't figure out CSS issue

    Hi - I cannot seem to figure out what I'm doing wrong.  I have a little box I am using for links.  The code for the box [.menutitle] works great [see below].  But I am trying to make it so that when you hover over the box, the background color of the box will change.  The second piece below is what I have but it will not change the color when you point your cursor over the box.
    PS - I also tried putting the "a" before it [like a.menutitle:hover] but that did not work either.
    Please advise.
    Thanks - Deaf Guy
    <style type="text/css">
    .menutitle{
    cursor:pointer;
    margin-bottom: 5px;
    background-color:#f2f2f2;
    color:#000000;
    width:150px;
    padding:2px;
    text-align:left;
    font-weight:none;
    /*/*/border:1px solid #000000;/* */
    .menutitle:hover{
    cursor:pointer;
    margin-bottom: 5px;
    background-color:#ececff;
    color:#000000;
    width:150px;
    padding:2px;
    text-align:left;
    font-weight:none;
    /*/*/border:1px solid #000000;/* */
    .submenu{
    margin-bottom: 0.5em;
    </style>

    On the second page example you are applying a class to an anchor tag <a> which is not in your code:
    Change this:
    <div class="menutitle" onclick="SwitchMenu('sub1')">&raquo; Doc Libraries</div>
    to this: (note the addition of the <a></a> tag around the link)
    <div class="menutitle" onclick="SwitchMenu('sub1')"><a href="#">&raquo; Doc Libraries</a></div>
    And your css styles to these:
    .menutitle {
    background-color:#f2f2f2;
    color:#000000;
    width:150px;
    margin: 0 0 9px 0;
    text-align:left;
    border:1px solid #000000;
    .menutitle a {
    display: block;
    text-decoration: none;
    padding: 2px;
    color: #000;
    .menutitle a:hover {
    background-color:#ececff;
    color:#000;

  • CSS Advice

    I have a site that is made up of tables with pictures in cells and a comment below the picture in the next cell.
    In trying to learn CSS I am confused about a plain CSS rule and a class.
    Is the class just to create your own name for a rule, like, to set font, bold, color etc. If I do that and call it 'piccomment', then that is a class.
    I need some direction to learn the difference.
    I also want to change my site to use CSS for positioning, right now we use a table and if we need more rows we just add them.
    Thanks,
    Fred

    Have you read any books on CSS?
    Your questions causes irritation, sorry but I had to mentioned that.
    Why not go to Barnes and Noble or a public Library and read some books on CSS.
    Tables in general are used for displaying Spread sheet or some statistical data. I sometime find tables suitable for certain forms.
    Other then that. NEVER USE TABLE FOR ANYTHING ELSE!!
    Nothing I show you will help, based on your question.
    I strongly recommend you get some books.
    Here is a bit to read:
    CSS Class: Think of a class as a salutation, any body can be called Mr., Mrs., Ms., Mam., Madam,
    A class is not restricted, meaning you can call anyone sir at your job. You can call any man walking in your office Mr.
    How does this apply to CSS? Well, when you create a class, you can use it to style multiple or ulimited html elements.
    Example: Lets say you have a paragraph tag, like around a greeting, like this: <p>Hello Everyone</p> you can apply CSS class to the paragraph tag, like this:  <p class="highlight">Hello Everyone</p>, note, the name of the class assigned to the paragraph tag is highlight.
    So if we were going to use the class highlight to style the paragraph, you will do this.
    To declear or create a style, you add a dot or period.
    .highlight{
    font-size: 24px;
    color: #000;
    Now lets assumed you have another paragraph, like this: <p>I need to learn CSS</p>, you can apply the same class to this paragraph with out conflict
    or violations, meaning breaking html rules.
    Add the style to the new paragraph: <p class="highlight">I need to learn CSS</p>
    Why is this important, because you can use styles as many times as you like through out the page.
    ID's work the same way but is restricted, you can only use ID one time on a page. So lets assumed I was using ID's instead of class, I would have to create a new ID everytime because I cannot use the same ID on another tag.
    Think of ID's as Social Security numbers. Do you and your buddy have the same number?
    Any that's it.
    Feel free to ask if you have any other questions.
    Remember, it takes a short while to learn CSS, it takes a life time to master.
    WE
    glasflugel301 wrote:
    I have a site that is made up of tables with pictures in cells and a comment below the picture in the next cell.
    In trying to learn CSS I am confused about a plain CSS rule and a class.
    Is the class just to create your own name for a rule, like, to set font, bold, color etc. If I do that and call it 'piccomment', then that is a class.
    I need some direction to learn the difference.
    I also want to change my site to use CSS for positioning, right now we use a table and if we need more rows we just add them.
    Thanks,
    Fred

  • Tag Handler Class classpath

              Hi.
              I have some problems with Tag Handler Classes in custom tags. When tag handler
              class store in package all is OK - I place it's class-file in /WEB-INF/classes/%package-path%/%class-name%.class
              and in tld-file in <tagclass> write: %package-path%.%class-name%.
              When tag handler class don't store in package I place class-file in /WEB-INF/classes/%class-name%.class
              and in tld-file in <tagclass> write: %class-name%, but it's doen't work. When
              jsp starts I recieve:
              D:\bea\wlserver\config\mydomain\applications\.wl_temp_do_not_delete\WEB-INF\_tmp_war_myserver_myserver_CustomTag\jsp_servlet\_simpleexample.java:81:
              cannot resolve symbol
              symbol : class ExampleTag
              location: class jsp_servlet._simpleexample
              ExampleTag csajspexample0 = null;
              ^
              Why? Plese, help me.
              Igor
              

    You probably should not use unnamed packages at all.
              Language spec specifically says that "Unnamed packages are provided by the
              Java platform principally for convenience when developing small or temporary
              applications or when just beginning development."
              Igor Vinnikov <[email protected]> wrote:
              > Hi.
              > I have some problems with Tag Handler Classes in custom tags. When tag handler
              > class store in package all is OK - I place it's class-file in /WEB-INF/classes/%package-path%/%class-name%.class
              > and in tld-file in <tagclass> write: %package-path%.%class-name%.
              > When tag handler class don't store in package I place class-file in /WEB-INF/classes/%class-name%.class
              > and in tld-file in <tagclass> write: %class-name%, but it's doen't work. When
              > jsp starts I recieve:
              > D:\bea\wlserver\config\mydomain\applications\.wl_temp_do_not_delete\WEB-INF\_tmp_war_myserver_myserver_CustomTag\jsp_servlet\_simpleexample.java:81:
              > cannot resolve symbol
              > symbol : class ExampleTag
              > location: class jsp_servlet._simpleexample
              > ExampleTag csajspexample0 = null;
              > ^
              > Why? Plese, help me.
              > Igor
              Dimitri
              

Maybe you are looking for

  • Authorizations, hierarchy, ZAUTH table

    Hi, I am having a problem with authorizations, and I was wondering if anyone could recommend the way to go on this. 1. We created a hier based on 0sales_off and 0sales_grp. 0sales_grp is the postable node. 2. We have a table that has the user ids and

  • Documentation Regarding Business Packages.

    Hi My name is Krishna, can anybody  provide the documentation about the Business Packages?

  • Application hangs on first login - First run - Oracle IdM

    HI, I am new to Oracle IdM (Xellerate). Just finished setting up my install (Win 2003 SP1, SQL 2000 sp3a, OIDM 9.0.1, JBoss 4.0.2, JDK 5.0). When I try to login to the xlWebAp using xelsysadm/xelsysadm, my server console hangs after displaying [XLJob

  • Rejection Returns in Cross Company STO

    Dear Team, We have the following business case which needs inputs from you. Plant A creates Inter-company PO on Plant B Plnat B creates delivers goods to Plant A with delivery against STO Plant A finds rejections in the supply Plant A in China Plant

  • Why not make the Detail Navigation column in SDN website?

    I wonder the SDN Team can make the Detail Navigation column like in the portal, which can be adjusting size and minimize. As I always have to hold my  mouse to move the page to the right when reading Weblog and Post Thread. Kent