Linked / variable information boxes within flow of larger text?

Hi, I'm hoping someone else has come up against this: within the flow of a large document, if you have 'boxed' information boxes within that occasionally might have to jump a page, IE 'Info' starts half way down the L/H page and continues part way down following and might need to expand/contract and begin earlier / later depending on adjustments to text within it or main text before it - what's the most efficient way to achieve this? Tried making it a table, tried making a heavy 'rule below' to form the box, nothing seems particularly seamless. Hope I've explained properly!

There is not a nice clean easy way to do this in ID.

Similar Messages

  • When I go back to edit the form why are my individual text boxes merging into one large text box?

    I am currently trying to create a form fillable pdf and have never had problems until yesterday.
    My individual text boxes are somehow conjoining into one large text box after I save my edits and go back to the form to make additional edits.  This has never happened before and it is messing up the entire format of the form.  Any guidance would be grealy appreciated.
    Thanks!

    Did you find a solution to your problem?  I am experiencing the same thing.  Only, the boxes will change.  One time when I go in a single word on a line will be in the same box as a word above it.  I created these text boxes in the pdf and did not import from another file.  The next time I go into the file, the word will be back in its original box and other words will be combined in boxes. The last time I went in two entire lines that were two separate boxes are not one box.  The boxes seem to merge completely randomly though the text they are enclosing are next to each other either side by side, or more frequently, above/below.  This is quite a nuisance as I am still creating my form and when I want to move words or lines, I have to copy the text box and then delete the words I do not want in each box just so I can manipulate the content into the positions I want them.

  • In the shared variable properties box, when enabling aliasing, what is the difference between binding to a project variable vs. to a psp url

    In the shared variable properties box, specifically with regard to a the target being an rt target, when enabling aliasing, what is the difference between binding to a project variable vs. to a psp url?

    The difference is in the type of variable you are binding it to.  A project variable is a variable that lives within the specific project in which it was created.  A PSP URL is an address using the Publish-Subscribe Protocol (PSP).  You can learn more about PSP URLs here: http://zone.ni.com/reference/en-XX/help/371361G-01/lvconcepts/using_datasocket_technology/#Specifyin...
    PSP URLs will enable it to communicate between different machines and also between projects which may or may not be open.  The project variable will exist within the project.
    Julian R.
    Applications Engineer
    National Instruments

  • Database Link :variable substitution

    Hi.
    The application I have in mind will be used to monitor various databases, so I'm planning to use database links from a single database to reach the rest the rest.
    The user will come in select a DB from a drop down and that will set an application item and a generic variable with the appropriate database link value.
    I've noted various threads which highlight an issue with the database link variable not working in a select so:
    select * from emp@:P1_DBLINK says the database link is expected ...
    The most common solution seems to be:
    declare
    l_sql varchar2(2000);
    begin
    l_sql := 'select * from emp@' || :P1_DBLINK ;
    return l_sql;
    end;
    My problem is that I have a huge number of large complex SQL's that I wish to use which have formats and include a large number of ' characters. (which are tricky to set in the l_sql string)
    Assigning each bit of all these SQL's into a variable will take me for ever.
    Has there been any other solutions found to this problem?
    Here's hoping and thanks in advance

    jensotn,
    If you're using HTML DB on Oracle 10g, this will help:
    http://htmldb.oracle.com/pls/otn/f?p=18326:54:::::P54_ID:1242
    Thanks,
    - Scott -

  • There is no album artwork in the Multiple items information box for all albums

    I have iTunes 10.0.5 and all my album artwork is present but when i bring up the Multiple item information box by clicking on an album there is no artwork there?
    but there is artwork on the actual album. im wondering if this is why when im uploading music to the internet using FTP transfer the artwork doesnt come up next to the song name. It does with some and with others there is no art.
    All the songs have ID3tags versoin 2.4 and have been converted to a MP3 file but still doesnt work.
    Check this image to understand what i mean more.
    So from the right itunes is showing an album with the album art, in the middle is showing the Multiple items information boc and on the left its showing my FTP with albumart work showing and some not showing?
    PLease can someone help

    *Why is artwork not showing on my iPod when it's there in iTunes?*
    iTunes will display a cover in many of it's views provided at least one track from the album has embedded artwork. The iPod appears to load only the artwork from track one to create the cover flow and album views which means that it can sometimes fail to display art for albums even when you can see the art in iTunes. Further, when tracks are played on the iPod, artwork is displayed if and only if it exisits in the currently playing track, so track one may show art while track two does not.
    *How to find tracks without artwork*
    To find all the tracks without artwork so that you can update them you can try http://www.stum.de/itunes-find-tracks-without-artwork/ for Windows or http://dougscripts.com/itunes/scripts/scripts13.php for Macs. If you're using Google or other FWSE to locate suitable images they should be jpg's and ideally square, 320x320 pixels or above and borderless to give the best results in the various menus. If you have artwork for some tracks of an album, but not others, select a track with artwork, right-click (Option-Click for Macs) on the art & click copy, then select all the tracks of the abum, use CTRL-I or Option-I to *Get Info* and then paste the image into the artwork box.
    *Rebuild artwork cache*
    Sometimes the artwork cache becomes corrupt and fails to show correct artwork, even when this is properly set up in iTunes. To rebuild the artwork cache, connect your iPod to iTunes. Locate the iPod in the Sources pane on the left-hand side, then select the Music tab. Remove the tick from *Display album artwork on your iPod*, sync the iPod, reselect the option & sync again.
    tt2

  • Information on the flow of a backing map put() call?

    Hi,
    I've been trying to find information on the flow of a backing map put() call. Can you explain how/when/if the put() is backed up in a distributed cache? e.g. is the backup copy updated during the put call as in the case of a normal put through the distributed service?
    Thanks,
    Andy

    BigAndy wrote:
    Hi,
    I've been trying to find information on the flow of a backing map put() call. Can you explain how/when/if the put() is backed up in a distributed cache? If you do a direct backing map put(), the put() call does not wait for the backup to happen.
    When exactly that backup happens depends on which Coherence version you use.
    For certain later Coherence version (I believe starting with 3.6.0p4) if you did that backing map put from within a MapTrigger.process() or EntryProcessor.process/processAll method (in which case, I believe, it is backed up together with changes done within the EntryProcessor/MapTrigger), or not.
    For earlier versions, a backing map put from an EntryProcessor or MapTrigger is going to be backed up in a backup message which is sent earlier than the backup message for the entry-processor change or whatever change triggered the map-trigger.
    For a backing map put not done from an entry-processor or map trigger, first of all don't do such a thing, as it can not be guaranteed that the partition is local when the backing map put is carried out. Second of all, it is going to be backed up asynchronously and there is no other operation to compare to so nothing more needs to be said about this case...
    e.g. is the backup copy updated during the put call as in the case of a normal put through the distributed service? No, it is going to happen asynchronously, and very probably later than the backing map put() returns. See above
    Best regards,
    Robert

  • Is there a way to add a link to Light Box?

    I just want to know if there is a way to add a link to Light box? , so when you click the image light box opens and you see a link displayed under the image. Where would I add the link, between what tags?
    [HTML] Lightbox Link - Pastebin.com

    The original markup is
    <a href="assets/images/Alogo.png" data-lightbox="Illustratorwork" data-title="Angie - A client who wanted a logo created for her own personal use."><img src="assets/images/Alogo.png" alt=" A client who wanted a logo created"></a>
    When jQuery has finished with it, the markup becomes
    <div style="display: block; width: 1779px; height: 817px;" id="lightboxOverlay" class="lightboxOverlay"></div><div style="display: block; top: 50px; left: 0px;" id="lightbox" class="lightbox"><div style="width: 811px; height: 608px;" class="lb-outerContainer"><div class="lb-container"><img style="display: block; width: 803px; height: 600px;" class="lb-image" src="assets/images/Alogo.png"><div style="display: block;" class="lb-nav"><a style="display: none;" class="lb-prev" href=""></a><a style="display: block;" class="lb-next" href=""></a></div><div style="display: none;" class="lb-loader"><a class="lb-cancel"></a></div></div></div><div style="display: block; width: 811px;" class="lb-dataContainer"><div class="lb-data"><div class="lb-details"><span style="display: block;" class="lb-caption">Angie - A client who wanted a logo created for her own personal use.</span><span class="lb-number">Image 1 of 4</span></div><div class="lb-closeContainer"><a class="lb-close"></a></div></div></div></div>
    You will notice that the original is wrapped in an anchor element, stopping us from placing an anchor element around the title. Yet in the finished markup, the caption does not reside within an anchor element. To wrap the caption in an anchor element we have to fool the browser by using character entities for less than (<) , greater than (>) and quote (') signs. Once the page/modal is displayed, the browser will interpret the entities to what we want.

  • ODM: How to link DFD Information Stores to Logical Model Entities

    I have created a hierarchy of DFDs for my system :).
    Some of the DFDs have Information stores on them.
    Now I want to specify the Entities in each InformationStore.
    I'd like to do this by linking the Information Stores to the Entities I have defined already in the Logical model/ERD.
    However... in the Information Store Properties dialog box in the Entities section there is just a [xyz] button ??
    I can't see how to link the Information stores on the DFD to my existing Entities.
    I was epxecting to see + and - buttons and a dialog box that allowed me to select the Entities I have already created ?
    Help !
    (are Information Structures somehow involved as they have the + and - buttons) ??

    Not good, because I want the Logical Model to drive the processes, not the other way around. The tool seems to be implementing a version of systems analysis that I can trace to DeMarco (1979). This was discovered to be sub-optimal, and documented as such by Flavin (1981), and McMenamin and Palmer (1984). Palmer's later work (unfortunately, mostly unpublished) showed in more detail exactly how the Logical Model should drive the Process Models, not the other way around.
    Ideally, an Information Store could be associated to an Entity, and, when the analyst was ready (not before), balancing reports could be run to identify situations where the Entity had attributes that were never created, or never read. Other CASE tools have been able to do this for the last 20 years; it's not rocket science.
    I would characterize the way the tool works now as "program-centric" rather than "data-centric."
    By analogy, it reminds of a different, but also common programmer behavior, namely pestering the DBAs to denormalize everything, because it saves them (the programmers) from having to code joins.
    Don't let programmers drive software methods, or the supporting software tools.
    Mark

  • Updated to firefox 4.0. since then my computer is very slow accessing the internet, websites and getting information from within a website.

    Over a week ago I updated my computer to Firefox 4.0. Since then my computer is very slow accessing the internet, websites and getting information from within a website. Also, a tool bar has shown up for YAHOO which I did not request. The old detailed tool bar for Firefox has disappeared. All that now shows for Firefox is the area to enter website urls and an area to enter topic for a Google Search.
    Many times I have to exit Firefox and re-enter it later to access the internet.
    Please advice what I need to do to get back to the speed I had with the older version of Firefox.
    Thank You,
    Dennis

    Over a week ago I updated my computer to Firefox 4.0. Since then my computer is very slow accessing the internet, websites and getting information from within a website. Also, a tool bar has shown up for YAHOO which I did not request. The old detailed tool bar for Firefox has disappeared. All that now shows for Firefox is the area to enter website urls and an area to enter topic for a Google Search.
    Many times I have to exit Firefox and re-enter it later to access the internet.
    Please advice what I need to do to get back to the speed I had with the older version of Firefox.
    Thank You,
    Dennis

  • How can I get the "Open" and "Save As" dialog boxes to open at larger than their default size?

    How can I get the "Open" and "Save As" dialog boxes to open at larger than their default size?  I would like them to open at the size they were previously resized like they used to in previous operating systems.  They currently open at a very small size and the first colum is only a few letters wide necessitating a resize practically every time one wants to use it.  Any help would be appreciated.

    hi Prasanth,
    select werks matnr from ZVSCHDRUN into table it_plant.
    sort it_plant by matnr werks.
    select
            vbeln
            posnr
            matnr
            werks
            erdat
            kbmeng
            vrkme
            from vbap
            into table it_vbap
            for all entries in it_plant
            where matnr = it_plant-matnr and
                  werks = it_plant-werks.
    and again i have to write one more select query for vbup.
    am i right?

  • How do I code relative links as function parameters within Templates?

    I am a newcomer looking for best practices for a "How Do I?" properly code relative links as function parameters within an Adobe template (DWT) which accomodates page creation at 2 different level of folders. Dreamweaver doesn't appear to handle auto-correction of relative links as function parameters as far as I can see.  It's not clear to me what the best practice I should be following.  While this is not exactly a SPRY question, I am hoping that someone using the Spry.Data.XMLDataSet had already found the best practice to use.
    My Site
    -- Multiple pages at this level    and the parameter needs to be "_includes/UnitSideNavigation.xml"
    SubFolder
    -- Other pages at this level.       and the parameter needs to be "../_includes/UnitSideNavigation.xml"
    And this is the particular code snippet within a non edtable template area I would like to work for 2 levels of pages created from the template.
    <script type="text/javascript">
    var dsItems1 = new Spry.Data.XMLDataSet("_includes/UnitSideNavigation.xml", "/links/firstlevel");
    var dslinks = new Spry.Data.NestedXMLDataSet(dsItems1, "secondlevels/secondlevel");
    </script>
    My environment is Windows/Vista using latest CS4 dreamweaver.
    Any pointers appreciated. This is learn time for me. Hope I have made myself clear. Andy

    I use serverside includes instead of DWT for exactly that reason. Not only that, if you change anything within the template you must re-upload all of the files affected by the change; only the modified include file needs to be uploaded.

  • How can I add a link to an item within a workflow email - which will always find the item - even if it's status has changed?

    I've used the method within the SharePoint designer to add a link to the workflow context current item URL, but when the current item status changes then obviously this link will no longer work.
    How can I change this link so that it will always open the item, even if someone has changed it within the list, before I clink on the link?
    This is an important one as over 300 people will use the list and many of these will be emails about items on the list will be in different time zones.  I don't want to have lots of mails from people saying "this list doesn't work" as it's
    critical they keep using it.
    Please help.
    P.S.  I don't know if the <href> method will work, so if someone can confirm to me then that would be great.

    Hi,
    According to your post, my understanding is that add a link to an item within a workflow email.
    I’ m not very clear about the status you said. Please descript more detail which URL do you want to display.
    Per my knowedge, you can display the following url in your email body:
    [%Workflow Context: Current Item URL%]
    [%Workflow Context: Current Site URL%]
    [%Workflow Context: Workflow Status URL%]
    [%Current Item: Encoded Absolute URL%]
    Please start the workflow automatically when an item is changed and changed.
    No matter how you  edit the item or update the approve status, the URLs remains the same.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How do I repeat image 100% height in a box within the template

    I have built a new template that already has a background image behind the content area.  This background image is 100% width and height.  Now I have made the header area, the content area and the footer area.  What I am needing some help with is:  I want to have a box behind the content area that continues into the footer.  In that box I want a repeated background pattern that continues regardless of the amount of content in the content area.  I know how to do this using tables and code, but I can't seem to figure it out in MUSE.  I have added the box, added the repeated verticle image, but it won't expand downward 100% height.  It just stops at the height of the box that was built in MUSE and then the repeated background stops too...  Can someone explain to me how to do this properly?  It's all I have left and then this site template is complete.
    Tom

    Can you elaborate please.  I have built a template (or master page) with this box in it and it starts just below the line of the header and extends to the bottom of the page. It has a repeated verticle image inside it.  What happens though is that I build a page and assign the master to it, add a content box into the page for text and images.  If the content extends downward past the original size of the master page box height, the box will not extend itself with the height needed for the content.  IE:  if the box is 600px high in the master and then the content is 1000 px high, the box will not expand to the 1000 px height and instead stop at the 600 px height.
    Is there a tutorial with this in it somewhere?  I have build numerous MUSE sites both small and large and have yet to do this repeatable background pattern behind just the content area separate from the background image itself.
    Thanks for your help.
    Tom

  • How do i send hyperlink to a text box within the same page

    how do i send hyperlink to a text box within the same page on iweb

    It's called an anchor. It's often discussed in this forum.
    2 days ago : anchor
    Here's a search of the past year : anchors

  • How can I make this desktop dialogue box default on a larger size?

    When I do a "save as" with a document, the dialogue box is so small I have to scroll to reach the folder I want it in.  Then I have to drag the corner to make it larger. 
    Is there a way to make this box default on a larger size so I can see more file choices?  see pic

    Hold down option as you resize the window.

Maybe you are looking for