Applying a gradient to the RoboHelp background

Hello
I would like to apply a graident to the background of my RH9 pages.
Is this possible? and if so, what would be the best way?
Thanks so much in advance for any advice

Hi there
pixiesparkles13 wrote:
Hello
I would like to apply a graident to the background of my RH9 pages.
Is this possible?
Indeed I believe it is possible.
...and if so, what would be the best way?
That's likely the subject of debate, depending on who you ask.
One way is to use an image that is configured with a gradient, then tile it. That's likely the way I'd approach it.
Another way is likely done using CSS to specify paramaters. Some of those here that are well versed in CSS, such as Willam, would be better equipped to answer that. Or you might use Google, I found the page below using Google.
Click here to view
Cheers... Rick

Similar Messages

  • Applying a gradient to the stroke on live text

    Hi,
    I am working on gradient effect on some of my text.How can I achieve the folowing effect where stroke is applied with gradient. Any help is grealty appreciated.

    Hi steve fairbairn ,
    I have followed the step as described however the "offset path" did not give me the required result. How much value should I put? Thanks in advance.

  • Applying a solid fill after applying a gradient?

    In CS5.5, I create a basic shape and apply a gradient from the Toolbox, I now want to fill the shape with a solid color from the foreground swatch, though it doesn't take the color. What do I need to do?
    Thanks.

    Drag the foreground swatch {your cursor will change to a hand}, and drop the color on top of your gradient.
    Also if you are in this situation, you can use the < keyboard shortcut, or click on the first of 3 swatches under the foreground/backgorund swatches.

  • Why does applying a gradient to text turn it black, but the text accepted the gradient fill?

    This seems utterly illogical.  The text now has the gradient fill in its fill slot.  But it's black. 
    Thoughts?
    Reasoning?

    You cannot apply a gradient to individual characters, hence at the character level if you started with green type, applied a gradient, your type would turn black (no matter what the original color was) and would not show a gradient.
    You would preferably delete that fill (to keep your postscript clean), and then click on "Type No Appearance" . Thsi taeks you to the object level of Type, and apply your gradient here.

  • Applying a gradient mask to type to create a reflection

    I working with CS4 Windows and am applying a gradient mask to unrasterized type to create a reflection. I've flipped the type, chose gradient tool, have chosen foreground to background, foreground to transparent, etc. The mask layer keeps acting like a "normal" layer and instead of masking out the part I want masked, it darkens that portion. I've even verified my method with tutorials and come up the same problem. I figure there's something I have either checked or unchecked but I can't figure out what. If I use another tool to mask part of the type it works fine. I'm really baffled.

    You either want a proper layer mask, or to create a clipping mask. You might try posting a screenshot of your layers panel if you're still stumped.
    More about layer masks here:
    http://help.adobe.com/en_US/Photoshop/11.0/WSfd1234e1c4b69f30ea53e41001031ab64-7866a.html
    More about clipping masks here:
    http://help.adobe.com/en_US/Photoshop/11.0/WSfd1234e1c4b69f30ea53e41001031ab64-7853a.html

  • Gradient or Mask stage background?

    Hello all,
    I was wondering if there is a way to apply a gradient or mask
    to the stage background. Essentially making part of the flash movie
    transparent to the content / page behind it. I am relatively new to
    Flash and I am using CS4 with AS3.
    Thanx
    Les

    Les,
    > I was wondering if there is a way to apply a gradient or
    > mask to the stage background.
    This isn't possible directly, but the workaround is easy.
    Create a new
    layer and drag it to the bottom of whatever layers you may
    already have in
    the Timeline panel. Doing so puts your new layer beneath all
    other content.
    In the new layer, use the Rectangle tool to draw a rectangle
    to the same
    dimensions as the Stage. Use the Free Transform tool or the
    Align panel to
    get your rectangle to the exact dimensions. Use the Color
    panel to give the
    rectangle a gradient fill.
    > Essentially making part of the flash movie transparent
    to
    > the content / page behind it.
    Aha. Then you'll have to use something called WMODE in the
    HTML itself.
    This *does* work in most browsers nowadays, but it's
    potentially buggy in
    some cases. You can read details on this page:
    http://www.quip.net/blog/2006/flash/how-to-position-flash-beneath-other-content
    David Stiller
    Co-author, ActionScript 3.0 Quick Reference Guide
    http://tinyurl.com/dpsAS3QuickReferenceGuide
    "Luck is the residue of good design."

  • My mac book pro will not fully boot up. I have the grey background with the apple sign and the timer going round...but 20 minutes later still no desktop

    My mac book pro will not fully boot up. I have the grey background with the apple sign and the timer going round...but 20 minutes later still no desktop

    You could try doing a hard shut down (holding the power button or yanking the battery) and then doing a safe boot by holding the shift key at startup:
    http://support.apple.com/kb/HT1455
    Also, not sure if this applies in your case, but I've had that happen when there's a USB drive inserted either in the computer or a connected external keyboard.  I did a hard shut down, removed the drive and it went through a normal start up. 

  • Gradient as a Table Background Works, but Color is Wrong

    Hi:
    I've created gradients in Web pages as well as in tables in
    Web pages, but I can't seem to get it to work properly in WebHelp.
    I can get the gradient to display in a table, but the colors are
    not right--it is dark blue to black (close to my skin colors?); the
    color should have been pale grey to white. I want to put the
    gradient in the page header or in the page header table. Either
    will work for me. I don't want the whole page to have a gradient,
    only the header.
    After entering the code in Truecode, after I save the file
    and go back and look at the page, the color delimeters are gone!
    The rest of the code is there. Weird.
    Robohelp keeps everything in the statement up to
    "Microsoft.Gradient" and discards the rest consisting of
    (endColorstr='#EEEEEE', startColorstr='#FFFFFF',
    gradientType='0');" which is what determines the colors. RoboHelp
    also as changes the single quotes and adds spaces.
    Here is the code I used, after the last !. Any suggestions
    would be welcome.
    !===!<p>Gradient Table Example</p>
    </p>
    <table border="1" width="100%" id="table1">
    <tr>
    <table
    style="filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#EEEEEE',
    startColorstr='#FFFFFF', gradientType='0');"</style
    width="1036">
    <td>Table is here.
    <p> </td>
    </tr>
    </table>
    Regards,
    Diana

    Hi Diane.
    Here's more of a workaround solution... There could be those
    more technically savvy than myself willing to chime in.
    This could just be RoboHelp TrueCode's special little way of
    saying "I don't
    think so!"
    I'd suggest modifying everything that you need to in WYSIWYG,
    generate, and then go to where your HTML files are (that you want
    to add the gradients to), and then add the gradient code in
    Notepad.
    Then don't go back into that file with WYSIWYG in RoboHelp!
    Otherwise chances are good that RoboHelp will get its fingers in
    there and mess your code up again.

  • How do you apply a gradient to Levels Gamma in CS2?

    In Adobe Photoshop versions 5 and 7, while retouching photographs I was able to change a levels gamma setting on a selected area, then make the levels change gradual from one side to the other by using the gradient tool. This enabled me to compensate for a gradual fall-off in brightness across an area of the photo. But in version CS2 (Windows XP Professional), the gradient tool seems to work only for added colors, not for the levels gamma.
    Does anyone know how to apply a gradient to a levels gamma change in CS2?  I can't seem to get it to work either on non-layered levels or on a levels layer.
    Cordially,
    Oliver Dean
    Browser: Mozilla
    Operating System: Windows XP Professional
    Has it ever worked? If so, what's changed? (provide comments in description field): No
    Same results with different file?: Yes
    Same results with different computer?: Yes
    Recent System Hardware or Software change?: Not Applicable

    Thanks for your reply -- this is a novel approach I haven't enough experience to figure out for myself!  Chalk one up for the forum!   In the meantime, I think I've found the "missing link" from the simple way I did it in Photoshop 5 and 7 to a similar way in CS2 -- I surveyed all the Gradient Presets, and found one which lookied exactly like the oft-repeated black-to-white preset, but which the tool-tip revealed is actually a "levels" preset.  By selecting it, I was able to use the gradient tool to apply my levels change gradually across a selected area (or across the whole image if nothing is selected).  This way I avoid having to edit masks.
    But thanks for steering me on to a new way of thinking that I need to explore!
    Cordially, Oliver Dean

  • How do I change the Gradient in the Artwork and Effect Text tool

    How do I change the colors used in the gradient under the Artwork and Effects Text Tool? It always comes green and blue and I dont know how to change it.

    Gradient usually picks up the foreground & background colors from the chips in the tool bar, but that is for the default gradients. Sounds like you have one of the pre-set gradients selected in the drop down list in the gradient options bar. Select the gradient tool, then look in the options bar at the top of the screen. The second item from the left, if I remember correctly, is a drop down list of various gradient possibilities. Select the top left gradient sample for the foreground to background gradient.
    Bob Warren

  • How do I extract a theme background and set it as the desktop background?

    Hi
    I want to have the industrial theme background as the desktop background.
    I have tried unpacking the keynote application but end up with Industrial_1920x1080.kth
    How do I convert a kth file into a recognisable graphics file?
    Thanks
    AJ

    If you mean that you want to use the Moroccan background in Pages, yes the same principle applies. the Keynote "package" is simply the Keynote application -- Control-Click on the Keynote icon in the Finder, then choose "Show Package Contents" from the pop-up menu. In the new Finder window that appears, follow the directions as outlined above. Be careful not to move or delete any files in the package.

  • Using gradients with the gradient mesh tool

    So I have a basic knowledge of using the gradient mesh tool, but in my current project I need the gradients within the object to fade from black to transparent (it will be used for a one-color tshirt).  I've tried to do this a couple different ways.  First, I created a solid white rectangle (no stroke) then created a 1 row 1 column flat gradient mesh on it.  Added the points I needed, even added the color, and the fade is exactly the shape I need, but I can't figure out how to get rid of the white, and just have the black fade to transparent.  I also tried creating a rectangle with a linear gradient fill, clicked expand and selected gradient mesh, but as soon as I press ok it changes it to solid black.  I included a cropped picture of what I'm talking about.  All the tail feathers need to have that black fade but without the white, it needs to fade out to transparent like the other gradients around it.  I put a color background behind the image to make these areas easier to see.  It seems like there should be an easy solution, but I'm not sure how to do it. Any help would be really appreciated.

    Edit: set all mesh point to black.
    Assuming that your version of Illustrator allows it, you can get what you want by adjusting the opacity of the mesh points, something like this:

  • Applying a gradient to my object results in a tiled pattern.

    Hi,
    I'm not sure how to explain this, and have had trouble trying to find help because I don't really know how to describe what's happening.
    I created a diagonal gradient that I applied to a rectangle with rounded corners. I added the gradient to the swatches pallet. I then created another rectangle which was immediately filled with the gradient swatch. However, the gradient created was shaped like the rectangle and did not line up with the object, thus creating a tiled pattern of the swatch inside the rectangle. Attached image "gradient.jpg" shows the first (normal) gradient and the second (tiled) gradient.
    I moved the rectangle and observed that the gradient did not move with the object. It's like the gradient is stuck to the page and so the tiling pattern changes depending on where I move the rectangle.
    Does anyone know what is going on and how I can get rid of it? I just want a rectangle with a regular gradient across the fill.
    I'm using Illustrator CS4 win.
    Thanks for any help you can provide.
    Steven

    Thanks for the quick reply, Wade.
    Fantastic - it worked just fine. The only thing I noticed is that the swatch doesn't retain the -45 degree angle. Is this something I have to specify in the gradient pallet each time I apply the swatch? Actually I just tested it and worked out that a graphic style contains both the gradient information and the angle.
    Thanks again for your help.
    Cheers,
    Steven
    BTW, were you able to view the image I attached? When I view my post, it has the word QUEUED after it and I can't select it. Sorry, first time I've attached an image... Actually, just worked out there's an 'insert image' button in the editor, so I'll use that from now on. Cheers.

  • How to change the Video Background Color - The Answer...Not the Question.

    Hello All,
    I was struggling with the Video Background Color as I was setting up my DVD. I'm new to DVD Studio Pro. I couldn't get the color to change from grey to the desired black. I was moments from asking for help, but thought to try just a bit harder. The answer lies under Preferences, Menu, Video Background Color. Just thought I'd share for future search strings by others.
    Ahh, onward!
    DG

    The id is applied by (I think) the skin class of the ChoiceBox. You don't need to define it.
    You have to apply the css in an external style sheet. You can apply the external style sheet to any parent of your choice box, or to the scene (the most usual way to do it).
    Example:
    import java.util.ArrayList;
    import java.util.List;
    import javafx.application.Application;
    import javafx.scene.Scene;
    import javafx.scene.control.ChoiceBox;
    import javafx.scene.layout.VBox;
    import javafx.stage.Stage;
    public class ChoiceBoxTest extends Application {
      @Override
      public void start(Stage primaryStage) throws Exception {
        primaryStage.setTitle("Example 2");
        final ChoiceBox<String> choiceBox = new ChoiceBox<>();
        List<String> tempResult = new ArrayList<String>();
        for (int i = 0; i < 10; i++) {
          tempResult.add("Item " + i);
        choiceBox.getItems().setAll(tempResult);
        VBox root = new VBox();
        root.getChildren().add(choiceBox);
        final Scene scene = new Scene(root, 300, 250);
        scene.getStylesheets().add("choiceBox.css");
        primaryStage.setScene(scene);
        primaryStage.show();   
      public static void main(String[] args) {
        launch(args);
    choiceBox.css:
    @CHARSET "UTF-8";
    #choice-box-menu-item:focused  {
    -fx-background-color: yellow ;
    #choice-box-menu-item .label {
    -fx-text-fill: black ;
    Message was edited by: James_D

  • How to change the selection background color of the selected item in the popup menu of the choice box ?

    How to change the selection background color of the selected item in the popup menu of the choice box ?
    By defaut, the selection background color likes "blue", but if I want it to be "yellow" for example, how should I do ?
    Thanks

    The id is applied by (I think) the skin class of the ChoiceBox. You don't need to define it.
    You have to apply the css in an external style sheet. You can apply the external style sheet to any parent of your choice box, or to the scene (the most usual way to do it).
    Example:
    import java.util.ArrayList;
    import java.util.List;
    import javafx.application.Application;
    import javafx.scene.Scene;
    import javafx.scene.control.ChoiceBox;
    import javafx.scene.layout.VBox;
    import javafx.stage.Stage;
    public class ChoiceBoxTest extends Application {
      @Override
      public void start(Stage primaryStage) throws Exception {
        primaryStage.setTitle("Example 2");
        final ChoiceBox<String> choiceBox = new ChoiceBox<>();
        List<String> tempResult = new ArrayList<String>();
        for (int i = 0; i < 10; i++) {
          tempResult.add("Item " + i);
        choiceBox.getItems().setAll(tempResult);
        VBox root = new VBox();
        root.getChildren().add(choiceBox);
        final Scene scene = new Scene(root, 300, 250);
        scene.getStylesheets().add("choiceBox.css");
        primaryStage.setScene(scene);
        primaryStage.show();   
      public static void main(String[] args) {
        launch(args);
    choiceBox.css:
    @CHARSET "UTF-8";
    #choice-box-menu-item:focused  {
    -fx-background-color: yellow ;
    #choice-box-menu-item .label {
    -fx-text-fill: black ;
    Message was edited by: James_D

Maybe you are looking for

  • 'BAPI_GOODSMVT_CREATE' takes more time for creating material document for the 1st time

    Hi Experts, I am doing goods movement using BAPI_GOODSMVT_CREATE in my custom code. Then there is some functional configuration such that, material documents and TR and TO are getting created. Now I need to get TO and TR numbers from LTAK table passi

  • How do I convert thousands of TIFF files to PDF while preserving their individual filenames?

    I currently have a library of thousands (if not hundreds of thousands) of TIF documents.  We're going to switch document management programs so I figure this is an opportunity to cut the files over to a more user friendly format like PDF (everybody h

  • Delivery costs in PO

    Hi, Delivery costs wrongly entered in PO and MIGO made. But after founding the correct delivery costs,the MIGO was cancelled for the PO. But when try to enter the new delivery costs,system not allowing  to enter the new delivery costs. How to go with

  • Pie Chart in Management Cockpit

    Hi everybody, this time a question concerning pie charts in Mgt Cockpit. Does anyone how to show the percentage values of each part of the pie within the chart? Is this possible? I only see the absolute values concatenated with the "%"-sign, which ma

  • MDSD Application Start Error

    Hi Folks, I've followed all the instructions to install the MDSD client in our device, however I am getting the following error at the trace display option: "MDSD30_SP02 cannot be accessed because com.sap.dsd.appctrl.DSDMain cannot be instaniated  Re