Is paragraph alignment possible in RH 6 HTML?

Hi all,
Most of the topics I've created include text boxes, tables, and screen shots - all of which I can set the size for best viewing. But so far I haven't been able to find a way to control the paragraph text so that it doesn't stretch beyond the boxes, tables, and images when accessing the help pages without the content pane (TOC) open or having to minimize the page size. I've tried using the margin ruler, the paragraph alignment, and the page setup function, but nothing seems to do the trick. What I'm aiming for is nicely alignment topic when opened as a single help page or as part of a manual w/TOC.
I'd appreciate your input. Thanks!

Hi there
You are probably looking for something RoboHelp doesn't help you with easily.
If you hand edit the HTML code, you can insert a DIV on the page to make it adhere to a specific width.
Basically the HTML *MAY* look something like this:
This may make the editor look a bit odd as things are now inside a dotted rectangle frame. But it should work.
Cheers... Rick
Begin learning RoboHelp HTML 7 within the day - $24.95!
Click here for Adobe Certified Captivate and RoboHelp HTML Training
Click here for the SorcerStone Blog
Click here for RoboHelp and Captivate eBooks

Similar Messages

  • Paragraph Alignment question - is it possible with scripting?

    Hello. I am working on a business card template that has a paragraph alignment problem. I have asked in other forums if it was possible, they pointed out that it might be, with scripting.
    I need to know if it is, so I can dig further.
    Here is the problem: I have a name and title on seperate line that need to be aligned to the right margin (the longest line touches the right margin) but centered above or below themselves. The text box is set to receive a large amount of characters. This is an automated system using InDesign Server so no manual adjustments are being made once the information has been submitted.
    Is this possible?

    Again, I don't know anything about ID Server, but you can try this. Label the text frame 'card' (select the frame, go to Window > Automation > Script label and enter a 'card' -- without the quotes).
    try
       tf = app.activeDocument.textFrames.item ('card');
       p0 = tf.paragraphs[0];
       p1 = tf.paragraphs[1];
       p0.justification = Justification.rightAlign;
       p1.justification = Justification.rightAlign;
       p0left = p0.insertionPoints[0].horizontalOffset;
       p1left = p1.insertionPoints[0].horizontalOffset;
       if (p1left > p0left)
          p1.rightIndent = (p1left-p0left)/2
       else
          p0.rightIndent = (p0left-p1left)/2;
    catch(_){}
    This one doesn't rely on a selection.
    Peter

  • Paragraph Alignment and Justification different in Word 2003 and 2010

    Hi all,
    We are migrating some letter templates from word 2003 to word 2010 for our system and we found a alignment problem in word 2010 (actually, it is not a problem and I think the behavior in 2010 is correct)
    In word 2003, the following paragraph alignment will display like this :
    "To enjoy your membership in our service center, please remit a payment of US$
    123456789.00 per annual"
    In word 2010, the following paragraph alignment will show like this
    "To enjoy your membership in our service center, please remit a payment of
    US$ 123456789.00 per annual"
    (US$ 123456789.00 is shown on same line in 2010 but US$ and dollar amount are not
    on the same line in 2003)
    Although I think the paragraph alignment in 2010 is more reasonable, I still want to achieve back
    the look in 2003 such that we can easily to compare results.
    As in one post that I asked help in this forum, one expert shows me that there is option to set back the layout
    look behavior in 2003, I guess if there are some advance settings to achieve this?
    Please kindly advise to me on this.
    Thanks in advance for your help,
    Ray

    There is a difference, but it turns out to be a "2-factor" one. As far as I can tell, "enabling an 'east asian' language for editing" is the other factor. When you create
    a document with such a language enabled, wrapping of currency amounts works differently in Windows Word 2007 and later. Once created, the problem seems to occur even on copies of Word that only have (say) English enabled.
    In Word 2003, having such a language enabled for editing appears to make no difference.
    Whether "enabling of an 'east asian' language is the cause of the problem described by the OP, or the only thing that will result in such a difference, I cannot tell.
    Here, I tested roughly as follows:
     a. back up normal.dot/normal.dotm
     a. open Word 2010 and ensure only English is enabled as an editing language
     b. create a new document 
     c. Type 
    " $          a"
    (space, $, 10 spaces, "a", no quotation marks).
     d. Type text + spaces before that, until the "a" wraps onto the next line.
     e. save and close that
     f. enable (say) one of the Chinese languages for editing.
     g. restart Word
     h. repeat (b)-(d). This time, I think you will see that the $, 10 spaces and the "a" wrap as a unit.
     i. Save that.
     j. disable the East Asian language again and restart Word. Open each document and see how the wrapping behaves.
    Here, I happen to have Chinese enabled as one of the editing languages in my copy of Word 2003 and I do not see the "wrap as a unit" behaviour in that case, or in either
    of the two .doc fiels saved from Word 2010.
    Here, the behaviour appeared to be the same whether I used $, £ (UK pound sign) or the Yen character symbol, but not the Euro currency symbol.
    I saved my test files (including some created in Word 2003) in 2007 XML format and tried to pin down the significant difference. Per-dcoument compatibility settings
    didn't seem to be involved. Changing the w:eastAsia language attribute in the following element in the styles.xml file was enough to change the behaviour:
    <w:styles><w:docDefaults><w:rPrDefault><w:rPr><w:lang ...
    Peter Jamieson

  • PSE 11 - Photomerge: No alignment possible for panorama even with equal focus width

    Plötzlich habe ich ein Problem mit Photomerge: Fotos lassen sich nicht mehr zu einem Panorama zusammenfügen, obwohl alle mit gleichem Cameraprogramm und gleicher Brennweite erzeugt wurden. (PhSE 11).
    "Suddenly" I got a problem with Photomerge in PhSE11 while connecting some fotos to a panorama:  No alignment possible, even if all pictures were taken with the same focus with and the same camera program. The SW from Canon ZoomBrowserEX works fine with these files. Where is my mistake?

    Plötzlich habe ich ein Problem mit Photomerge: Fotos lassen sich nicht mehr zu einem Panorama zusammenfügen, obwohl alle mit gleichem Cameraprogramm und gleicher Brennweite erzeugt wurden. (PhSE 11).
    "Suddenly" I got a problem with Photomerge in PhSE11 while connecting some fotos to a panorama:  No alignment possible, even if all pictures were taken with the same focus with and the same camera program. The SW from Canon ZoomBrowserEX works fine with these files. Where is my mistake?

  • Is it possible to export the html code from a muse site that I am building?

    Is it possible to export the html code from a muse site that I am building?

    Mac_Heibu has the right idea. When you export your site to HTML, it creates a folder that contains all of your pages. Here's an example of what the folder will contain. All of your HTML pages, all your scripts, CSS, and it'll also have individual folders WITHIN your main folder for your phone or tablet versions, if applicable. This method allows you to upload your files to an FTP host. However, if you're trying to upload it to an FTP, the BETTER option would be to go File > Upload to FTP Host. If this has helped you, please mark mac_heibu's answer as the Correct Answer, and feel free to mark my reply as a Helpful Answer.

  • Is it possible to load an html page inside a JavaFX application?

    Hi
    Is it possible to load an html page inside a JavaFX application?
    Thank you!
    Alexandra.

    Actually it is very simple to load an HTML page inside a JavaFX application.
    var html:JTextPane = new JTextPane();
    html.setPage("http://www.berkshirehathaway.com/message.html");
    Stage
        scene: Scene
            content:
                ScrollView
                    node:SwingComponent.wrap(html)
    }A JavaFX application "tainted" by Swing is still a JavaFX application, isn't it?
    Loading an HTML page into a native JavaFX control would be a different story. It is hard.
    I don't think it is a top priority for JavaFX team to develop a control to render HTML. Using a Swing component, which supports HTML well, does not make a JavaFX application inferior. But, if JavaFX team could make a fully functional embedded browser control supporting HTML, JavaScript, etc., I would applaud that effort wholeheartedly.
    Right now, JTextPane inside a JavaFX application will crash the system, display gibberish, hang for ever or go haywire inexplicably, if JavaScript is used in the HTML page.

  • It is possible to insert a html code in iWeb?? help please!!

    Hi there, and thanks for helping me!
    I have a question. I am new to iWeb, and  I am making my first website with Adobe Dreamweaver CS5. I have the HTML, CSS code ready to be uploaded to the web. So I wonder if it is possible to insert my HTML and CSS code in iWeb so I can publish it? I mean, my code in Dreamweaver is ready to be publish, so I want to put the code in iWeb and then publish it with all HTML, CSS and Javascript code. Thanks!

    You might be able to reuse some of your html in iWeb with the HTML-snippet:
    Whenever I need to do something tricky in iWeb I insert a HTML-snippet from the drop down insert menu -> widgets  (or the Media Browser Widgets palette), adjust its size and paste the HTML code into the snippet.
    You will not be able to recreate a complete page this way, but you might be able to save some  preformatted parts of your page, like elaborate tables and groups of pictures.

  • Paragraph Formatting in Tables - RH8 for HTML

    In working with paragraph formatting in tables, I find that whatever I set the Table Properties to be in terms of Flush Left, Centered, or Flush Right, that formatting is assigned to every paragraph within the table. 
    So if I want to center the table on the page, then the text within every cell is also centered.
    Is this common to others?  What's the solution?

    Cracked it.
    I found different results with different browsers.
    IE8 and Opera = Text is centred in output
    FF and Chrome = Text is left aligned.
    That meant it had to be a browser issue so what could be different? The way they handle XHTML. Go to Tools > Options and tick Convert RH edited topics to HTML.
    The first test is that Preview will now display the text left aligned. Then generate an output and test in any browser, it should now be OK.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How can I make this possible? Loading another html, into a table?

    Hello everyone!
    Im using Dreamweaver CS3. I have a website thats all image based - which is not good because google or any search engine cant really pick up any keywords. So I have a table filled with images, Id like to take an image in the center out, and put in some type of code that says "load blah.html into the current row and collumn of this table. I attached an image of what I mean.
    Id like to do this because it will be easier for me to update 1 html file and have it load that into the master html file. Is this even possible?
    If anyone is interested in checking out the source of the page im working on please feel free to go here:
    http://www.ryandeyoung.com/home.html
    Thanks in advance for anyones help.

    TheFiend1 wrote:
    Well, I mean 1 row and 1 column, sorry - but when I go to type something in there it starts typing in the middle - is there a text field I can stick in that empty spot? Where I can write whatever and for it to be as long as I make it, without making the master table change in length?
    Here's an example of some scrolling text inside a table cell...
    http://dreamweaverresources.com/tutorials/scroller.html
    Easy enough to see how it's done, I've provided the code  :-)
    You can set up the scrolling div in the table cell and then use an include file to populate the text into that div...  that way,, you can make changes to the include file and it will be updated automatically on the page.
    Here's a quick and easy article on creating server side includes  (SSI).  Use this to create your 'include file' that goes into that scrolling div.
    http://bignosebird.com/ssi.shtml
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    Book: Ultimate CSS Reference
    http://www.sitepoint.com/launch/005dfd4/3/133
    http://twitter.com/nadiap

  • Is it possible to access a html based web service from a pdf form?

    I was wondering if it is possible to send a query from livecycle to web service and parse the return data.
    An quick example of what I am thinking is querying a database like wolfram alpha using their html query.
    It is in the format http://api.wolframalpha.com/v2/query?input=pi&appid=XXXX. where "pi" is the query and XXXX is the specific user id
    The website then returns a xml file.
    Is there anyway to send out that html with any query from a text field and process the response?
    Thanks!

    Hi,
    Naseko is right in using the formcalc get function, and I use this for accessing information from google calendar, you can also call the formcalc get function from JavaScript as described here http://blogs.adobe.com/formfeed/2009/02/calling_formcalc_functions_fro.html.
    The main problem I have is with the yellow message bar message and popup saying do you want to allow access to api.wolframalpha.com (or whatever).  I think you can get around this by certifing the form, but I don't have access to the servre products to do that.
    Anyway, if it helps have a look at https://workspaces.acrobat.com/?d=vFcW-9OVSm*BdV6GyFfUIg you will need to modify the button click code to specify your own appid but the code is simple enough;
    var response = FormCalc.Function.Get("http://api.wolframalpha.com/v2/query?appid=<<appid>>&input=capital%20of%20australia");
    response = response.replace(/^<\?xml\s+version\s*=\s*(["'])[^\1]+\1[^?]*\?>/, "");
    var responseNode = xfa.datasets.createNode("dataGroup", "response");
    responseNode.loadXML(response, false, false);
    var answer = responseNode.resolveNode("queryresult.pod.(title.value=='Result')").subpod.plaintext.value;
    console.println(answer);
    So this code sends a query "capital of australia" and gets a response "Canberra, Australian Capital Territory, Australia"
    Replace <<appid>> with your appid and look at the linked sample to see how FormCalc.Function.Get works.
    Also, expect Designer to crash a few times while getting it to work.
    Hope this helps,
    Bruce

  • Is it possible to load an html file on a frame

    Is it possible to make a java applet refresh(load) an html file which is loaded on different frame in the same browser window. In other words a web page is divided into 2 frames. One has the applet and the other is refreshed when the applet request it.
    Thanks

    Try something like :
    URL urlApplet = new URL(appletAddress);
    // "rightFrame" is the name of the frame in the page
    getAppletContext().showDocument(urlApplet,"rightFrame");
    And a HTML page like:
    <FRAMESET cols="35%, 65%" rows="100%">
    <FRAME SRC="/AppletBrowse/AppletBrowse.html" NAME="leftFrame" SCROLLING="auto">
    <FRAME SRC="/AppletResult/AppletResult.html" NAME="rightFrame" SCROLLING="auto">
    </FRAMESET>
    Is it what u want to do??

  • Paragraph Alignment Issues

    Okay I am a novice when it comes to using Indesign and am putting together a lengthy document that requires paragraph headers.
    Im having some trouble adjusting the headers seperate from the body of the paragraph. The headers do not appear at the begining of every paragraph so I have been attempting to change the headers manually. My issue is with their alignment, I want my headers Align Left with the body Justified. When I change one line the alignment effects the whole paragraph. The only solution I can come up with is a hard return and then adjust the leading back to make the text tight again.
    Any help is greatly appericated.

    Id love to send you a screen shot but the text is for a legal document for a financial institution so ill just try and explain it here. The text reads like this:
    Lorem ipsum dolor sit amet.
    consectetur adipiscing elit. Nunc est augue, sagittis eu faucibus ut, euismod quis lectus. Mauris feugiat tellus id nulla eleifend elementum cursus tellus dignissim. Mauris eget mi lorem. Sed suscipit molestie mattis. Nam ac lectus quam. Aliquam dolor tortor, tincidunt ut tempor in, ultrices id ligula. Pellentesque tincidunt magna ut augue malesuada blandit. Nulla facilisi. Integer sed ligula vitae magna gravida consectetur. 
    Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed ultricies, massa sed feugiat tempus, quam quam tempor felis, id consectetur sapien nulla quis dolor. Donec interdum gravida libero, in tempor justo egestas sed. Mauris sit amet elit in tellus faucibus aliquam eu sit amet diam. Aliquam vitae purus tellus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Cras varius justo id sem laoreet in venenatis velit gravida. Cras elit magna, sodales at scelerisque ac, molestie quis erat. Quisque aliquam, arcu nec tincidunt vulputate, neque enim adipiscing lacus, id posuere purus nibh vitae purus.
    Proin dignissim bibendum risus in fringilla.
    Ut justo justo, elementum varius auctor non, eleifend quis ante. Cras bibendum ullamcorper turpis, vitae feugiat purus ornare ac. Nam non purus a purus porta tempor. Sed convallis vehicula elit pretium vehicula. Morbi rhoncus placerat nisl, nec lobortis ligula rutrum id. Phasellus rhoncus metus fringilla elit dictum ultricies. Nulla a eros quis diam suscipit sodales eu ullamcorper lorem. Praesent aliquam urna et odio auctor hendrerit. Mauris rutrum erat id nibh aliquet et volutpat ante semper. Proin ultricies erat ac velit porta elementum consectetur et ante. Maecenas et dui eget enim vulputate scelerisque non quis orci. Vivamus pharetra blandit sapien a pharetra. Nulla eget magna vitae tortor imperdiet fringilla.
    I placed the text from a word file and cannot get the headers of the paragraphs to align themselves to the left without it pulling the entire paragraph over. Hopefully this description helps
    Thanks in advance.

  • ??? Is it Possible to Read an HTML file in PI !!! and check a word"Failure"

    Hi All,
    My requirement is to pick an HTML file and search for a word " Failure" If its present then i need to update a particular value if not then other value.
    Regards,
    Jude

    >>My requirement is to pick an HTML file
    can be done, if html is welformed xml.
    >>and search for a word " Failure"
    if you know which tag could contain the word "failure" then i think it is possible to search in graphical mapping.
    >>If its present then i need to update a particular value if not then other value.
    you said "particular value". Is it in the target message type, if yes, then you can decide.
    I am not sure, whether your requirement and the purpose of using PI for this go together.
    thanks
    BJagdishwar.

  • Possible to access an .html file stored on media card?

    I have downloaded web pages I built from my computer to the media card in my Blackberry 8310. After opening MEDIA on the home screen, I can click the menu > explore > navigate to the .html file and it will display.  Javascript does not function, however, even if it is turned on and is functional with web sites through my browser.  I presume I am having this problem because I am not viewing the file using a browser with this method.  This lead me to the thought of accessing the file through my browser.  When I start my browser then use the menu key > Go to, I cannot find the proper format command to access a file on the media card.  I am attempting a similar request as using a browser on a puter then typing c:\directory\file.  I have used the file//C:\ format along with other formats to no avail.  I am not sure if the device has a name.  I have tried Device:\ but that doesn't work.  I tried \Media Card and that doesn't work either.  I moved the files into devce memory hoping I could access it.  I would appreciate any help with either method I have tried.  Thanks, Ted

    I doubt it is possible. Pages is fairly limited when it comes to html.
    I would try finding another application or send the files as pdf. PDF may not be a good idea in marketing material, as the receiver may not even open the file, but if you present it in a nice way, it may work.

  • Is it possible to write an HTML editor using Java?

    I have this final year project (for my degree), where I need to use Java to write an HTML editor.
    It doesn't have to be fancy or anything, just need to be able to generate HTML files from the GUI frontend where text, images and tables will be created.
    I'm new to Java, and I'm having problem with it.
    Please help, I only need to know whether it's possible, and possible a little guideline on how to go about it, please?
    Terry

    http://www.hexidec.com/ekit.php

Maybe you are looking for