Reusing images within a content area

I have uploaded images into a content area with intent to reuse them within the same content area in different folders. However, I have been unsuccessful.
How do I reuse an already uploaded image? Ex: I want to display a logo in each folder without having to upload the same image for each folder.
Karla Lambert

It's not possible to reuse an image in the item image attribute in 3.0.x. This is supported in Portal Release 2, scheduled for release on Solaris by the end of April 2002.

Similar Messages

  • Relative links within a content area

    Hi
    Have anyone created a relative link, that is an anchor that
    points to a resource in the same page or content area, that works
    with the Portal Pages?.
    Thanks

    Can't be done. This is an enhancement we're looking at in a
    future release.
    Regards,
    Jerry

  • How to call images in a content area by http

    Hi,
    How can I call images (somewhere in the middle of the text) using http, instead of using "IMAGE_PREFIX". Usually I can't copy files to the image folder so I need to do that using the portal!
    thanks in advance,
    Miguel

    If you're asking about compressing the files in the repository, or adding a bunch of items to a zip file, neither of these features are currently available.
    You would have to download the files, add them to a zip on the desktop, and then upload the new zip file.
    Regards,
    Jerry
    PortalPM

  • Placing Images within Content

    Is this the correct method for placing images within the content?
    <img src= "img/204point.jpf" alt="204 Point System" />
    or is there a better method using CSS?
    This is not a background image, it is just an image amongst the text.

    Yes, that's the correct way, although .jpf is not a recognized extension for images. I assume it's a typo for .jpg. Also, the width and height of the image should be included. Dreamweaver should detect these automatically for you.
    Images are considered inline elements, so you normally need to use CSS to float them left or right to flow the text around them. Create the following style rules in your style sheet:
    .floatleft {
      float: left;
      margin-right: 8px;
    .floatright {
      float: right;
      margin-left: 8px;
    Select the image, and apply floatleft or floatright from the Class menu in the Property inspector.

  • Placing Images on Content Areas in Text

    Hello;
    I'd like to customize the position of an image on my content area.
    Adding text- and image-items is no problem, but I can't customize the position of the image so that it is diplayed e.g. on the right-hand side of the text.
    Adding a text-item and specifying an image at secondary item attributes is also no problem, but when choosing the display option "Item Displayed Directly In Folder Area", the text is displayed but NOT the image...
    Any suggestions?
    Thank you for reply (please also to my email: [email protected]),
    Bernhard
    null

    What kind of item are you adding? Is it a text item or an image item?

  • Placing an image in a tabbed panel content area, it shows up on all three panels

    This is crazy.  It should be so simple. But sometimes this happens to me. Like today.
    I have many pages that use a simple tabbed panel feature with three tabs.
    Each content area has a text frame and an image frame.
    Sometimes when I try to place an image into the content area of the first tab, the image shows up on all three content areas.  I have tried and tried placing the image, making very sure I am in the "content area" on not just on the page.  But nevertheless, the image seems to be "stuck" on the page, in front of the accordian feature, and therefore showing on all three tabs.
    How am I not targeting the placement of those images correctly? There just aren't that many options for me to screw up, it's a simple tabbed panel, that's all!
    Help please.
    Barbara

    Are you using the latest version of Muse/Air?
    The borders of the Content Area of a tab gets highlighted as soon as you drag over an element over it so it is very unlikely that something like this could happen. However, I believe it could be due to messed up Layers configuration as the only way I could reproduce this problem is through moving the image into a layer above a layer that contains the Tabbed panel or in case of just one layer, you might have the image at the very top.
    Thanks,
    Vinayak

  • Unable to click on iView link from within content area

    Hi,
    I have a peculiar problem where I am unable to click on/open up iViews from within the content area in one particular folder of a role. If I expand the tray and click on an iView link, it opens up the said iView. I am able to click on/open up iViews from the content area in other folders in the role.
    Has anyone else experienced the same issue? If yes, any pointers to resolve this would be very helpful.
    Thanks,
    Tahzeeb

    Hi Tahzeeb,
    Are you facing this problem only for a particular folder of a iview or else for the whole??
    If yes, just check the below points
    1. Make sure that you have the correct roles to read Portal content.
    2. Check whether have you made any permission access for the folder you are trying to access.
    3. Try to create a new folder and assign the same iview and check it up once.
    Let us konw further, if you still face any problems.
    BR,
    RAM.

  • Moving a folder, Linking between content areas

    I have 2 problems:
    1) So far we developed all our content in a single content area. We would now like to split the information into multiple content areas. The MOVE or COPY command on the folder only allows me to copy within a content area. I have hundreds of documents to move. Is there any way i can move a folder to a different content area?
    2) What is the best way to link a folder from 1 content area to a folder in another content area? I found that the FOLDER LINK ITEM allows me to connect only within a content area.
    (I would prefer not to use an URL since the content publishers may not be able to construct complicated paths or the paths may change leading to broken links.)

    Suraj
    1) The only way to do this currently is to create an export of the content area, import it back into the portal and remove the duplicate content. We are planning a bulk action feature in a future release that would allow you do to selectively copy/move one or more folders into a new content area.
    2) Currently folder links are scoped within a content area; the only option is to link to the folder through a URL folder type. If you use the generated URL that contains the folder ID, you shouldn't run into any problems if the target folder is moved. I have submitted an enhancement request to extend the folder link to 'remote' folders outside of the 'home' content area.

  • Table expands outside of the content area in a tabbed panel - sometimes

    I am using a tabbed panel to create several different views of a database. The system is working pretty well, the only problem I have is that the content for almost all of the tabbed panels extend beyond the right hand end of the content panel. The page is here www.mwlcraftshow.com/gordo.php and you'll see that when you select the "Declined" tab the data shows correctly within the content area, but if you select "Accepted" or "All vendors" the table extends beyond the content panel. I've reviewed the html and css and don't see any difference between the tab that works (Declined) and tabs that don't work (All vendors, Accepted).
    I'd really appreciate someone pointing me in the right direction.
    Thanks

    I see that you are indicating td widths for your tables. If you don't try to dictate widths in tables AND reduce the size of your text, you will have better luck keeping the table on the panel. You might also consider making the live area for the TabbedPanels wider, as well (the whole widget). If you have a limited size monitor, you won't be able to do that.
    The only size you should use on this table is for the table width itself: use 100%, and it will fill the TabbedPanel Content width-wise, and should force the columns to fit (if you take off their widths as I suggested above).
    With tables, absolute width indicators seem only to be a "suggestion" as tables will automatically expand if the content is too much for the content cells. Applying a 100% width for the table as a whole should force the cells to expand down and not horizontally.
    Beth

  • Applying Page style sheets to a Content Area.

    We have embeded a Folder within a Content Area that has been published as a Portlet and is displayed within a Page. There is a link within the displayed folder which displays another Folder within the Content Area that we have doctored to appear like the Page (by including other Portlets, Nav Bars, same regions etc.). But the second tier (Content Area) does not mimic the Page Style of the home page, ie. we can't mimic Portlet header colours etc. How can we sort this???
    Thanks in advance.

    Just to clairfy, are you trying to make a folder look like a page, and asking how to impose a page style onto a folder? If so, you can edit your folder style to resemble your page style.
    null

  • Get the items in a content area!!

    Hello
    I have created a content area with a structured like that:
    MainFolder1
    Item1
    SubFolder1
    Item2
    Item3
    Item4
    SubFolder2
    Item5
    SubFolder3
    Item6
    I have to display the names of the items content on this CA on a page, and I need to do It in the same way the structured is show, but that I mean I need to show it like that:
    Item1
    Name of the Subfolder1
    Item2
    Item3
    Item4
    Name of the Subfolder2
    Item5
    Name of the Subfolder3
    Item6
    I have found an api but It doesn't have a way to acces the folders of a CA or the items inside an specific folder in order to show the things like I need.
    Please help me, how can I achieve that??
    Thanks in advance
    Ana Lasprilla

    You could walk through the wwv_corners table to get a list of your folders and then walk through the wwv_things table to retrieve the items in the folders. Once you have your items you will need to use various techniques to display them. This really gets complicated though because you probably want to display folders and content in the order they display within the content area.
    Another and simpler way to at least traverse this content is to call http://server/pls/portal30/portal30.wwsbr_folderxml.generate?p_id=somefolderid& p_siteid= somesiteid
    This will produce an xml formatted dump of the folders and content. This goes to the http stream so you will have to capture and parse this.
    Mike

  • Export of items in a content area

    We have items of type image in a content area. In the
    browser the image url appears as follows:
    /pls/portal30/docs/1234.gif
    When migrating content areas does the item content
    also get migrated (eg: the image file) and also
    are the appended numbers eg: 1234.gif and itemids
    kept the same in the new instance or are they changed.
    Also is the correlation between the image and the number
    maintained in the new instance.
    Thanks,
    Suzanne

    Yes. All these correlations are automatically taken care.

  • Page Background Lost on Regions above Content Area for Some Pages

    Hi - I am a iWeb novice, but not a total rookie on this kind of software...
    I have a simple iWeb project that applies a gradient fill to the page background, and applies one of the gradient colors to the Browser background on every web page. I am using the "White" theme, and I have trouble with the "Photos" page template drawing Page backgrounds correctly. I have my content area set wider than the default to 1008 pixels to fill a 1024-wide display. I set my display area to 877 pixels high to coincide with the largest media dimension that I see with the inspector.
    I looked here for previous discussions on this and failed to find anything. Maybe I missed a post...
    Initially, most web pages load and display correctly the first time. One Photos web page, however, displays the Browser background - not the Page background above the centerline of the page name.
    On several pages with a "Photos" template (but not all), the initial page is displayed correctly. But, when I click on a photo thumbnail and the page is revised to display the larger photo image in the content area, the Browser background is displayed in error above the content area, and the Page background displays correctly below the top of the content area.
    I have looked for some consistent issue or characteristic that might let me predict when this problem occurs, but it ll looks rather random. It is repeatable, though - clearing caches and reloading the same page exposes the problem the same way a second time for the same page, in other words...
    Is this a bug, or something subtle in placement or overlap of areas on the page that I haven't noticed? Anything to be careful with to avoid this problem?
    Thanks anyone for any advice!
    Brian
    Message was edited by: Brian Crowe1

    Hi Cyclosaurus and Apnewbie -
    Thank you for your interest and replies. Here is a simple page that illustrates the problem I am having with a Page Background Gradient Fill on top of a Browser Background Solid Fill
    http://web.mac.com/bccrowe/Troubleshooting/KyliesArt2.html
    Here, I intend the page from the very top to the bottom of the defined content area to transition from pink to white as the eye moves left to right. The browser background is also pink to add some depth to the image - that's what you will see when the page loads.
    Click on the child's drawing to present the image, and you should see the gradient disappear above the centerline of the second text box (above the comment area) when the page finished loading with the large drawing.
    The Content area coincides precisely with the bottom of that second text box. I have tried to move the content area further below the text boxes so that they are not imtimate - no difference. I haven't tried to separate the text boxes, yet.
    The two text boxes immediately above the content area are 45px x 630 px (18 pt text) and 30 px x 630 px (14 pt text) - they overlap by about 10 pix.
    The content area that displays the thumbnail is 1008 px x 445 px (I thought that I set that at 877px...). I can try to set the content area to 877 px... Maybe this is the problem - maybe the Page Background shifts down to coincide with the bottom of the next page#2... Hmmm...
    When you click on the thumbnail, the page#2 content area is 1008 px x 877 px.
    In iWeb, this all looks the way I want it to.
    Please diddle with the page, and ask me any new questions! I appreciate your insight and help. In reality, Kylie won't notice the background change, but my next objective is a corporate site - this child's site is my "training" site. iWeb is really pretty flexible and easy to use. If I there's a work-around or something to avoid, I can live with iWeb just fine.
    Thanks again -
    Brian

  • Blank content area using navbar portlet

    Hi, using portal 3.0.9.8.2 win2000
    I have a content area where 2 groups have the same rights (view rights on sublevel folders) I have the navigation bar, consisting of the available categories, posted as portlet as well as a few subfolders.
    both roles can view and navigate the folder portlets perfectly from their respective pages. the navbar is displayed for both groups as well.
    But for one group when clicking on a category in the navbar it opens the content area, the navbar is displayed but the contentarea itself remains blank.
    To check I created another navbar displaying a list of folders: same result.
    I deleted the group from the administer tab, recreated it and set access rights all over again within the content area for that group: same result
    please help: this is driving me nuts

    Try, to use Item Type URL like /pls/portal30/portal30_DEMO.TASK_HOME.SHOW, it's not good but work.
    null

  • Synchronization of Categories/Perspectives between Respository and Content Area

    We are currently running a Oracle Database of 8.1.7.1 and Oracle Portal version 3.0.9.8.3a. Our problem is that when we place a folder that has been put into a category in a Content Area we have created, it does not show up in the Portal Repository in the same category. The Portal Repository always shows the folders as being in the General Category, not the specific one we created.
    The Categories were created in shared objects, so every Content Area we create can see those categories. Is there something we need to do to have the categories syncronize so we don't have to put the folders we publish as a porlet into categories in both places?
    Also, are using the Portal Repository incorrectly? Since we can not make a folder publish as portlet within the portal reposity, we do everything in our own Content Areas and then the Portal Reposity shows those items under our section in the list. Is there something we install incorrectly or not using right?

    Phillip,
    The two are indeed subtly different. The experts are on the content area forum but basically a content area page is designed to automatically provide easy navigation within a content area. This includes automatically "doing the right thing" for the navbar portlets.
    Note the links on the navbar portlet and their respective targets. They always target the content area page so that the navigation in a content area is seamless (i.e. the middle region updates w/ the current folder).
    Steve

Maybe you are looking for

  • Log into itunes app store but when i select a  catagory nothing shows up

    when i select a specific catagory in the itunes app store nothing apprears

  • Installed Lion, now I can't save to my hard drive anymore!

    I installed Lion yesterday, and now I cannot save documents or anything to my hard drive anymore.  To create a new folder on my hd i need to put in permission, to save a word document it says, can't do!  No space "Word cannot save or create this file

  • Repository Reports problem

    Hi! I've Designer 9.0.2.2 and Oracle Server 8i (on Win2k). I want to use Repository Reports to print my application system. I've chosen the report, then I've set the parameters but I can't obtain a single page in output, whatever report I can try. Th

  • Moving boot disk to raid 0

    Hi Guys, I have the following volumes on my MacPro 1. Boot Disk - 465.3 GB, 200GB used 2. Raid 0 volume - 436.2 GB How easy is it for me to move the boot disk data to the raid 0 volume and then boot from the raid 0 partition. Also I have heard that i

  • Epson 3880 - Change Black Ink Problem

    I realize that this is not an Epson or Adobe forum, but I'm hoping someone here can help: I just purchased an Epson 3880 and hooked it up via USB to my 27" iMac that runs OSX Lion. When first powered up, the printer defaulted to the Photo Black ink.