Adding paragraphs to the spry photoalbum

I used this tutorial to build a phto album: http://www.adobe.com/devnet/dreamweaver/articles/spry_photo_album.html
So I don't know if what I'm asking for is possible, but I figured I may  as well ask. I have a site for a movie that uses this gallery for the  cast and crew pages. At first, it just had the type as part of the  image, but since more type was needed and links were wanted I'm using  this format:
<photo
     path = "travel_01.jpg"
     width = "350"
     height = "262"
     thumbpath = "travel_01.jpg"
     thumbwidth = "75"
     thumbheight = "56"
     caption = "This is a photo caption">
</photo> 
My question is can I further style the caption so that it only effects one image? The page: http://piecebypiece.ectofi.com/images/cast/cast.html
Click on Extras. What I would like to do is break the names into  separate paragraphs/groups so it is easier to read. Ideally, I want to  be able to break them into groups according to part (student, passerby,  double, ect), but if I can break them into paragraphs I can do that. Is  there a way to do this for this item alone and not the other cast members?

You can write HTML tags for your last caption in your XML file and tell Spry to treat it as such:
var dsData = new Spry.Data.XMLDataSet("photos.xml","cast/photos/photo");
dsCast.setColumnType("caption", "html");
Have a look at http://labs.adobe.com/technologies/spry/samples/data_region/HTMLFragsInXMLSample.html for more information and an example.

Similar Messages

  • Keep a paragraph on the same page as the previous paragraph

    I know I can keep a paragraph on the same page as the next paragraph but I need to create a paragraph style that keeps a paragraph of the same page as the PREVIOUS paragraph. Is there anyway to do this?
    I used to be able to do it using my "old" M$ Windows DTP package.

    Hi Possum,
    This works. Here is a screen shot from Pages with "Show Invisibles" (the blue spaces and paragraph marks):
    Line spacing is set in Inspector to add space after each paragraph without adding blank lines (it's better that way).
    Dish Title, all descriptions, Price and the blank line below are set to "Keep with following paragraph".
    Do not include the final blank line (which is really blank) in this linking.
    Type this in Pages. Copy everything and then repeatedly Paste. See if the new pages appear as you want them.
    Regards,
    Ian.

  • Reset the Spry Validation List after sending

    <!-- I ADDED THIS FUNTION TO RESET THE FORM
    function afterSend(){
       document.getElementById("From:").value="";
       document.getElementById("email:").value="";
       document.getElementById("Subject:").value="";
       document.getElementById("Message:").value="";
       document.getElementById("JumpMenu:").value="";
       //document.Emailform.reset();
    //-->
    The "JumpMenu" item is the Spry Validation List I want to reset after Submit.
    Here is the listmenu
    <select name="Province" id="Province">
            <option selected="selected">Select a Province</option>
            <option value="British Columbia">British Columbia</option>
            <option value="Manitoba">Manitoba</option>
            <option value="Ontario">Ontario</option>
          </select>
    The Bold one is the Default selection I want to reset to.
    Any help would be greatly appreciated.
    Regards,
    WBell

    function afterSend(){
       document.getElementById("From:").value="";
       document.getElementById("email:").value="";
       document.getElementById("Subject:").value="";
       document.getElementById("Message:").value="";
       document.getElementById("Province").value="";
       //document.Emailform.reset();
    Gramps

  • Adding product cleared the topic and title !!!!

    adding product cleared the topic and title !!!!
    not good i had a big paragraph.

    anyone have any idea about this, it's very frustrating

  • How do get rid of the highlighted color of the spry fields?

    Whenever the Spry accordion I have embedded is in focus, the whole thing is surrounded by a blue highlighted border & even worse, the background colors of the tabs become blue!  I set all the borders to none in the SpryAccordion.css but this hasn't seemed to help.
    Here is the link to the site I am creating:
    http://www.ucamnet.org/Projects.php
    Suggestions? Please? The launch date for the site is in a couple of weeks & I don't want this error occurring at that time.
    Thanks in advance,
    Katie

    This is called an outline, or focus border. The browser vendors have added that feature to bring better accessibility for users who use keyboard navigation for example. With these borders they actually know where the on the page. Because your element is focused.
    You can remove this by adding outline:none; to your css rules. But its not recommended as it will make your accordion less accessible.

  • The spry horizontal submenu appear on top of screen in IE

    why is it that in IE the spry submenu is opened on the top of the screen and not below the menu and how can this be fixed...i have used dreamweaver  CS3 and found this to be a major issue but cannot find an answer to it?

    In its original form, that is straight out of the box and
    unadulterated, the SpryMenuBar is a very well behaved animal. It is
    only when a budding web developer starts to mistreat it, it will rear
    its ugly head.
    So
    the answer to YOUR major issue is kill this version of SpryMenuBar off
    and start again with a new version. This time make your changes where
    you can can see them and keep track of them, meanwhile testing your
    markup in your favourite (IE) browser at each step.
    I hope this helps.
    Ben
    Yes I did... but not without your help! Thank you for looking and your response! I did exactly what you said and then some.
    I created a new directory with a test html and a new SpryMenuBar and SpryAssets sub-directory. Then I opened up the original version of the SpryMenuBarHorizontal.css file and began to compare it side by side with my already customized SpryMenuBarHorizontal.css by cascading the two windows vertically within DW-CS3... got that idea here I think too...
    This way I could see my mistakes and eventually "fix" what went wrong.
    One thing extra I had to do was add a new property ( min-height: 30px; ) to the "... a" rule that accommodated for IE7 and down as well as IE8 "Compatibility View" (which was forcing itself to run when I visited my site ???)... the change I added kept my block display from becoming too low and allowing an unwanted transparency in the list between "Items". That's the best I can describe it... ...here is the example below.ul.MenuBarHorizontal a
        display: block;
        cursor: default;
        background-color: #EEE;
        color: #006699;
        text-decoration: none;
        line-height: 30px;
        text-indent: 10px;
        font-weight: bold;
        min-height: 30px;
    I don't know exactly where I went wrong but thanks to Ben's previous reply, I was able to put the puzzle back together again... no sweat !
    Thank you Ben, Adobe DW and Spry !!!

  • Adobe Contribute Adding Paragraph P Breaks

    Adobe Contribute, upon selecting a page to edit, is randomly adding paragraph breaks between paragraphs within the editable region as well as outside of the editable region, every time a page is edited. The first is just annoying but can be removed by the contribute user, the later is affecting the aesthetics of the site and cannot be removed by the contribute user (my client). Any idea what is causing this issue and how to stop it? It's adding this code exactly: <p style="margin-top: 0; margin-bottom: 0;"> </p>

    In the user role go to Editing>Paragraph spacing and select "Two lines, as in web page editors..." and see if that helps.

  • [svn:osmf:] 13641: Adding SMILPlugin to the AkamaiPluginSample rather than creating a new sample app .

    Revision: 13641
    Revision: 13641
    Author:   [email protected]
    Date:     2010-01-19 15:13:20 -0800 (Tue, 19 Jan 2010)
    Log Message:
    Adding SMILPlugin to the AkamaiPluginSample rather than creating a new sample app.
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.flexProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/AkamaiPluginSample-build-config.xml
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml

    Hi!
    Thanks very much for your reply. Precisely what I'm hoping to do is stamp annotations--to the point that I've prototyped three whole toolbars of fixtures, sensors, and wall controls with mocked up rubber stamps, and marked up several whole buildings worth of construction plans to show the concept.
    Okay--so the stamp annotation looks terrific. How do I find out more? The Acrobat 9.1 SDK (under "Plug-ins and Applications", then "Creating Annotations") says this:
    Several annotation types exist, which are identified  by their subtype. Each subtype can have additional properties that  extend the basic ones. The subtype for text annotations (also called  notes) is text. The subtype for link annotations is link. The Acrobat  core API contains two built-in annotation typedefs PDTextAnnot and PDLinkAnnot. A PDTextAnnot object corresponds to a text annotation and a PDLinkAnnot object corresponds to a link annotation.
    That paragraph (and the subsequent pages in that chapter) led me to think that my options were:
    Text annotation
    Link annotation
    3D annotation
    Dive into the Cos layer and create a custom annotation
    Where can I find documentation on the Stamp annotation? (I do have the Stamper sample application.)
    Thanks again,
    John Murdoch

  • Inserting a character at the end of a paragraph IF the next paragraph is a certain style

    Hi,
    I have found a section of a collegues script that will insert a bullet at the end of a paragraph if the PREVIOUS para is styled with a certain style, I have been trying to modify it to work if the FOLLOWING paragraph is a certain style instead but as I am not sure how the "insertionPoints[f[i].index-1].appliedParagraphStyle.name" part of it is working I have hit a brick wall. Can anyone shed any light on this?
    thanks
    myDoc = app.activeDocument
    // This part checks if "News text para indent" is followed by "News title regular" and inserts a bullet
    app.findGrepPreferences = null;
    app.findGrepPreferences.appliedParagraphStyle = "News text para indent";
    app.findGrepPreferences.findWhat = "^.+$";
    f = myDoc.findGrep();
    for (i = 0; i < f.length; i++)
        var inser= f[i].insertionPoints.length
      if (f[i].parentStory.insertionPoints[f[i].index-1].appliedParagraphStyle.name == "News title regular")
    var bullet =  f[i].parentStory.insertionPoints[f[i].index+inser-1].contents="\u25CF"

    OK thanks much,
    So to do that, do i begin by highlighting the last frame (the last frame of the movie itself - actual film image) on the timeline, and go to main menu and select Insert>Timeline>Keyframe?  Then insert stop(); on the last frame via the actionscript panel?
    Then highlight the first frame and insert the setTtimeout() and  play() onto the first frame?
    I inserted the stop() command on the last frame and the clip now stops...
    I tried adding this script on the last frame and clip stops but does not repeat after 5 seconds...
    stop()
    setTimeout(5)
    play();

  • Where does one set space after paragraph in the new Pages 5.0? It used to be under text in the Inspector in the previous version, but I just can't find it in this new version.

    Where does one set space after paragraph in the new Pages 5.0? It used to be under text in the Inspector in the previous version, but I just can't find it in this new version. Paragraphs seem to only be dealt with in styles, and the Formatting window for text doesn't seem to have the space after paragraph contrtol that the older Inspector had. What am I missing?

    Sorry I did this without looking:
    Side panel >Text > Style > Spacing > Turn the triangle > Before Paragraph/After Paragraph/
    This is the trouble with the Peeky Boo Contextual Interface that so many wiser heads than mine love to love.
    Peter

  • Adding Data in the grid

    One thing I am finding a little awkward; Adding data in the grid. It would be nice to be able to use tab to get to the next cell. At present it just highlights the cell and typing doesn't do anything until the cell is clicked. Equally hitting return I would expect it to give me a new blank row. I would like to be able to add a couple of rows of data without resorting to using the mouse at each turn.
    Very good initial impressions though.

    Yes we should do this as it's what everyone will expect from Excel.
    -kris

  • Issue in adding Space to the existing Virtual Machine from added repository

    Hi,
    I'm facing issue in adding Space to the existing Virtual Machine (Guest OS) from added repository.
    Environment details :
    VM Server : /OVS => 130GB
    /OVS/935970F2CC2D4B4391701397517F1001/ => 512 GB
    Things I have done :
    •     I created a VM (Guest OS) in the VM Server with 120 GB
    •     After creating the VM (Guest OS) , When I tried adding a VIRTUAL DISK of size 150 GB , I got an error “Maximum available Disk space is only 10GB”.
    My query :
    •     Will I be able to add space to Existing VM from the added Repository ( /OVS/935970F2CC2D4B4391701397517F1001/ ) , whose system.img is stored in path /OVS/running_pool/34_rhel/ .
    Kindly help me out in this.
    Thanks in advance.
    -- Sri

    Hi all,
    I checked with Oracle on the above and got the info currently , the we can utilise only the space available in the existing repo and cannot extend to additional repo.
    Work around is : Clone it to the other repo , or Use Symbolic link .
    Thanks,
    Sri.

  • Adding loops to the loop browser.

    I'm using mac os 10.4.11. I have placed all my loops on an external hard drive.
    1) Are only apple loops allowed to be added or aiff loops in general as well?
    2) when adding loops to the loop browser should one add an entire folder if they are in a folder or just the files within a folder? I added a folder of flutes but can not find flutes anywhere in the loop browser file list.
    3) As I didn't want the loops within the jam pack voices, and rhythm section installer packages to be added to garageband I removed the loops folders from the packages, and dropped them onto the loop browser. When looking in the jam pack management it shows the rhythm section but not the voices. When I again attempted to drop the voices folder it said it was already there, although I still can't see it.
    4) Once I understand how to do this correctly should I trash the loop browser apple loops index file and re-drop all the loops on the browser again to get everything cataloged correctly?
    Thank you,
    Robert

    Select "Add to Loop Library" from the Edit menu!

  • Adding Columns to the matrix in SAP B1 user form using Visual studio 2010

    Hi,
    Using Visual studio 2010, I have created a SAP B1 user form( b1f ) with one matrix.Matrix is having 5 columns. Its working properly. Later, I want to add few more columns. Then I added columns to the matrix as I have created columns initially. But, it does not saves.
    i.e, Whenever I run, In B1 I could see only old columns. Newly created columns are not showing.So, I closed the .net project and opened again. Created columns are not showing in visual studio b1f itself. So, I created again and saved. But, its not saving.I tried it many times.
    What I am missing?
    Any help is appreciated.
    Thanks in advance,
    Parvatha Solai.N

    Hi Parvatha,
    Are you using B1 Studio? Anyway try to clean the solution first then rebuild it. This would re-copy files to the output directory, that contain your changes.
    Best regards,
    Pedro Magueija

  • I saved a PDF doc in adobe and then added text to the form. But every time I try an email it it only

    I saved a PDF doc in adobe and then added text to the form. But every time I try an email it it only sends the original form without text. Once I've changed a doc in Adobe, how can I save it so that I'm able to use it with added text and notes? Also, I'm using a new iPad.

    If you are using those apps or websites, they are likely viewing the PDF using iOS' built in PDF previewing, which will not show annotations and markup to the PDF. We have informed Apple of this issue, but do not have any insight into whether or when they will fix it.
    Regarding the qustion about importing pictures, Adobe Reader does not provide any capabilities to import pictures into a PDF. To do this, you'll need to use Acrobat, available on your desktop computer.

Maybe you are looking for

  • Calendar in Yosemite does not comply to Sidebar icon size setting?

    The icon size and the font size in the sidebar of System apps can be set in System Prefs => General => Sidebar icon size The Finder of OS X 10.10 does react to this setting, Mail.app does and in Mavericks also Calendar.app did. On my MBP running Yose

  • Windows authentication on Intranet site on IIS8.5 works when using the IP of the site, but not the URL.

    I have an intranet website on server 2012R2 with IIS8.5. When I access the site by IP address, the site prompts for windows authentication and it only permits access to the areas the logged in user is allowed. When I access the site by URL, Firefox p

  • FM LDB_PROCESS slow extraction

    Hi all, I'm using FM LDB_PROCESS to access logical database FTI_TR_PERIODS to extract records from there, and following is how I call my FM:   CALL FUNCTION 'LDB_PROCESS'      EXPORTING           ldbname                     = 'FTI_TR_PERIODS'        

  • FM - FM_REVERSE_CLEARING_FI used for...

    Hi.... I want to know what is the functionality for the function module FM_REVERSE_CLEARING_FI. Is it used to Reverse the document or clear the document. Thanks, Sandy

  • DivX on Intel Mac

    Hi guy I have a question/problem (another, am a brand new mac user). I have some files on divx on my windows machine and the mac doesnt wanna play them. They are .avi. I downloaded the free trial of divx for mac and doesnt play them either. changed f