Separation of [tag:content] content

The [tag:content] tag in userTemplate.html dictates the location of the desktop content, namely ALL selected channels. Is there a way to seperate the physical positioning of a specific channel independantly on the main desktop? i.e. [tag:<channelname>] in the html of userTemplate?

Ben -
I don't believe it is possible to do this in the current version. The best you can do is to make a channel full width so you can position it across the top or bottom of the remaining channels.
Stephen

Similar Messages

  • How can i wrap a tag around content?

    how can i wrap a tag around content? for example if i have a block of text, in previous versions of dw i could just select a block of text and click the p tag in the file menu and dw would put opening and closing tags. now in creative cloud version it puts the tags after the block of text. is there a setting to adjust this? thanks

    if i have 10 list items is this the easiest way to wrap the li tags around them? before you could simple select the text and highlight it and click the li in the toolbar. thanks murray

  • Best practice for implementing META tags for content items?

    Hello,
    The portal site I'm responsible for managing our content (www.sers.state.pa.us) runs on the following WebCenter products:
    WebCenter Interaction 10.3.0.1
    WebCenter Publisher 6.5
    WebCenter Studio 2.2 MP1
    Content Service 10gR3
    The agency I work for is one of many for the commonwealth of PA, which use this product suite, and I'm encountering some confusion on how to apply META tags to the content items for our site, so we can have effective search results. According to the [W3C site's explanation on META tag standards|http://www.w3schools.com/tags/tag_meta.asp], the tags for description, keywords, etc, should be within the head region of the HTML document. However, with how the WebCenter suite's configuration is set up, the head section of the HTML is closed off by the end of the template code for a common header portlet. I was advised to add fields to our presentation and data entry templates for content, to add these meta fields, however, since they are then placed within the body section of the HTML as a result, these tags fail to have any positive impact on the search results. Instead, many of our content items, when searched for, the description in the search results only shows text that is displayed in the header and left navigation of our template, which come early in the body section of the HTML.
    Please advise as to possible method(s) that would be best to implement usage of META tags so we can get our pages containing content to come up in search results with this relevant data.
    Thanks in advance,
    Brian

    if i remember right the index server will capture meta tags even if they are not in the <head> section. it is not well formed html but I think i remember that we created meta tags down in the body section and the index server still picked them up. you might try this and see if it still works. i believe it worked in 10gR3. Let me know your results.

  • Read Out Loud won't read tags, reads content instead

    Hi,
    I have a PDF generated through a third party library, and it is a tagged PDF (running it in PAC 1.3 and 2.0 says it passes accessibility test) and when I use the Read Out Loud feature on it in Adobe Acrobat Pro XI and Adobe Reader, it ignores all the tags (including any Alternate and Actual text fields) and reads the content of the PDF instead of the tags. It even reads the header and the footer which are marked as Artifacts, which is strange as Artifacts should never be read out loud. When I run NVDA and have it read the PDF, it reads it normally as expected (reads only the tags, and follows the Alternate/Actual text fields).
    http://www.sendspace.com/file/4ouw92
    Here's an example of the file. I would expect the Read Out Loud feature to start with "I don't know", but instead it says DEVELOPMENT (an artifact) and then I D N, then I expect it to get to the last line of text before the footer and then simply continue to the second page, but it will instead read the header and the footer before it moves on to the next page. Any reason why it behaves like this? Why it ignores the tags and why it doesn't ignore the artifacts?
    Thanks,
    Dejan

    Hi "a C student",
    Thank you for your reply.
    In order to make a sample of the pdf I changed actual code to produce the PDF I have linked to in my original post, and I didn't actually check that it passes PAC 1.3 and 2.0, as I simply believed that my code change did exactly the same thing that the production code does. It of course did not, and I gave you a "possessed" PDF Sorry about that. Here is a new sample, this time done a bit better
    http://www.sendspace.com/file/ndajik
    In PAC 1.3 it only warns about bookmarks, in 2.0 it fails the font embedding which should not be an issue and says PDF/UA identifier is not set - this might be the issue, but I do not know how to set it, I understood that all I need is to have the Title, Language and some other metadata fields set for the PDF to be PDF/UA compliant.
    Anyway, I hope this sample works out better for you
    Thanks,
    Dejan

  • JSF custom tag body content problem

    Hi, I'm having some problem with a custom tag I built, but the body of the tag content is not rendered correctly.
    I have:<foo:bar>
        <ul>
            <li>blah</li>
            <li>blah</li>
        </ul>
    </foo:bar>
    </pre>But the rendered html source look like this:    <ul>
            <li>blah</li>
            <li>blah</li>
        </ul>
    <!-- beging foo tag -->
    <!-- end foo tag -->The <ul> tags are supposed to be inside of the <!-- begin foo --> & <!-- end foo -->. I've declared in TLD it has JSP content. I've compared to the J2EE tutorial and corejsp book again and again, couldn't figure where I went wrong. So, am I missing something?
    Thanks a lot.

    Use <f:verbatim> around the non-jsf content.
    I.e.<foo:bar>
    <f:verbatim>
        <ul>
            <li>blah</li>
            <li>blah</li>
        </ul>
    </f:verbatim>
    </foo:bar>--
    Sergey : jsfTutorials.net

  • RH 11: Conditional Build tags applied: Content still showing up in search

    Hello. I am generating WebHelp using conditional build tags using RH 11.
    I have marked books in the TOC with a CBT of Not in 6.1.
    I generated help and excluded content marked with the CBT Not in 6.1.
    When the Web Help is generated, the books marked with the CBT  do not display in the TOC. However, if I do a search, topics that are under the books and therefore should not be included in the output have search results returned.
    Is there a scenario in which topics that have been excluded from the generated help would still show up in search?
    Your help is greatly appreciated.
    Jenny

    Hi Jenny
    Indeed there are a few reasons this may happen.
    First, simply excluding a topic or a book in the TOC simply makes sure that the TOC doesn't have a link pointing to the topic. Normally, I'll just tag the topic itself and ignore tagging the TOC. If a topic has been excluded, it won't appear in the TOC.
    In the WebHelp SSL recipe, click to expand the Content Categories section and look at the settings on the right. You might try ensuring the following option is enabled. It's named Exclude Unreferenced Topics from Output. As long as nothing else is linking to the topic, ensuring it is removed from the TOC *SHOULD* cause it to no longer be included.
    Cheers... Rick

  • How to use cm_nodeName attribute of search tag in content queries ?

    hello,
    i want to know about cm_nodeName,cm_path attributes of search tag.Actually i want to directly reterieve concerned node,so that content should be directly reterieved from that node and it should not search into all the present nodes in repository,to improve performence.
    Problem is that above mentioned tags are not working.
    Peply as soon as possible

    You could always write your own authenticator (i do not know if you can configure BEA directly)

  • Publisher and pt adaptive tags in content canvas

    I put some pt:opener tags in a publisher content canvas and when I save it, publisher convert the all to <standard.opener and removed the pt: Of course when this displays on a page, it is inactive (not clickable) Can we not put pt tags in Publisher?

    We spoke with BEA about this and they are simply not supported in the current rich text editor.
    We wanted to put links in publisher to link to portal pages and we have come up with some workarounds. One workaround is to link to the page like this
    http://server.com/portal/server.pt?uuID={XYX}
    This link will open a page given a uuid. You can throw in mode=2 etc also. UUids are great because they don't change during a migration from dev to prod.
    Hope this helps.
    6.5 is going to include friendly urls and a better rich text editor.

  • Empty H2 tag in Content Search Webpart

    My company hosts a public website on SharePoint 2013 and we use the Content by Search webpart to display related content in the sidebar of some of our pages. 
    Everything works great, however the Marketing department has asked if we can remove the empty H2 tags that are generated as part of the web part title.
    Here is the basic markup we are using on the page layout :
    <SearchWebControls:ContentBySearchWebPart runat="server" ID="RevalInteractive1"
    SuppressWebPartChrome="True"
    ResultsPerPage="6"
    BypassResultTypes="True"
    RenderTemplateId="..."
    ItemTemplateId="..."
    DataProviderJSON="..." >
    </SearchWebControls:ContentBySearchWebPart>
    And this is the generated HTML containing the empty H2 
    <div componentid="ctl00_PlaceHolderMain_RevalInteractive1_csr" id="ctl00_PlaceHolderMain_RevalInteractive1_csr"></div>
    <noscript><div id="ctl00_PlaceHolderMain_RevalInteractive1_noscript">It looks like your browser does not have JavaScript enabled. Please turn on JavaScript and try again.</div></noscript>
    <div id="ctl00_PlaceHolderMain_RevalInteractive1">
    <div class="ms-webpart-chrome ms-webpart-chrome-fullWidth ">
    <div class="ms-webpart-chrome-title" id="WebPartWPQ2_ChromeTitle">
    <span title="" id="WebPartTitleWPQ2" class="js-webpart-titleCell">
    <h2 style="text-align:justify;" class="ms-webpart-titleText"><nobr><span></span><span id="WebPartCaptionWPQ2"></span></nobr></h2>
    </span>
    </div>
    <div WebPartID="00000000-0000-0000-0000-000000000000" HasPers="true" id="WebPartWPQ2" width="100%" class="ms-WPBody ms-WPBorder noindex ms-wpContentDivSpace " OnlyForMePart="true" allowDelete="false" style="" >
    <div componentid="ctl00_PlaceHolderMain_RevalInteractive1_ctl00_csr" id="ctl00_PlaceHolderMain_RevalInteractive1_ctl00_csr"></div>
    <noscript><div id="ctl00_PlaceHolderMain_RevalInteractive1_ctl00_noscript">It looks like your browser does not have JavaScript enabled. Please turn on JavaScript and try again.</div></noscript>
    <div id="ctl00_PlaceHolderMain_RevalInteractive1_ctl00"></div>
    <div class="ms-clear"></div>
    </div>
    </div>
    </div>
    Anyone know I simple way to prevent the H2 tag from being generated at all??
    Thanks in advance
    Miguel C. =) 

    Hi,
    We can use jQuery to remove the H2 tag, the following code for your reference:
    <script src="http://code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(document).ready(function () {
    $("#WebPartTitleWPQ2 h2").remove();
    </script>
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Accessing pdfs through jsp content tags from content server!!!!!

    hi,
    i have uploaded few images in content server which i can access by dis syntax
    <ad:adTarget query="adAltText='intraday'" height="200" width="200"/>
    or
    <ad:adTarget query="image_name=='first'"/>
    but for accessing pdfs..
    <ad:adTarget query="title=='InsuranceDataSheet'"/><br>
    dis syntax doesnt work..it only provides me a link on the jsp page on click of which i can go to that pdf..
    what should i change?
    kindly help..

    By default, only image and text content have configured renderers for <ad:adTarget>, <ad:render>, and <ph:placeholder>; for all others, it does just print a link, as you're seeing. However, you can write and configure additional content renderer classes for other mime types (e.g. appliation/pdf). See http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14238/placeholders.htm#i1006120 for details.
    Greg

  • Tagging panelAccordion content for web analytics

    We have a panelAccordion component which contains a few showDetailItem components. At a time, only the data against the "*disclosed*" showDetailItem is available in the source(final html rendered). When a showDetail item is disclosed, the new content gets retrieved by the component dynamically using some inbuilt ajax calls . At the same time, the content associated with the showDetail item that gets automatically hidden (undisclosed) gets wiped out from the source (as seen in firebug). The requirement is to track (for web analytics) any "link click" from within such content. The approach adopted by us consists of searching for links when the DOM has loaded successfully (readystate) and adding an additional click attribute which would invoke our custom javascript methods responsible for tracking. But as the entire content under the panelAccordion does not come up in the source at any instant, this approach has been rendered useless.
    Is there any way to invoke a method when such a showDetailItem has been rendered asynchronously? I am able to capture the link which triggers the "_disclosure_" event. But this does not help as the updated content is yet to be rendered at this instant.

    Look at this:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ff/48f039e50a4e4ce10000000a114084/frameset.htm
    Hope it helps.
    Regards

  • XPath question (select on tag string contents)

    Hi,
    I have the following XML file (a wikinews dump):
    <mediawiki>
      <page>
        <title>Image:Wiki.png</title>
        <id>1</id>
        <restrictions>move=sysop:edit=sysop</restrictions>
        <revision>
          <id>92375</id>
          <timestamp>2005-06-29T02:57:00Z</timestamp>
          <contributor>
            <username>NGerda</username>
            <id>2442</id>
          </contributor>
          <text xml:space="preserve">Wikinews logo.
    {{CopyrightByWikimedia}}</text>
        </revision>
      </page>
    </mediawiki>(with more <page> elements of course)
    I would like to only select those pages (titles and text) where the title does not contain 'category:' or 'Image:' or 'Template:' etc. or just does not contain ':' (I do not have all the pages, only most of them).
    What would be the right XPath expression?
    Any help is greatly appreciated!
    GrandiJoos
    Edited by: Grandi on Oct 6, 2007 7:05 AM
    Expanded topic title

    Something like:
    /mediawiki/page[not(contains(title, ':'))]

  • Business Content content problem in BI 7.0

    Hi all,
    We have installed here ECC 6.0 and BI 7.0 .
    Problem:
    In Business Content we hardly have any standard content which can be activated;
    like if we click on ROLES - we are getting only OTHER ROLES,
    and when we are clicking on INFOPROVIDERS we are getting only one node .i.e. TECHNICAL CONTENT.
    Can anyone suggest what needs to be done to get the standard values in the Business COntent. Do we need to apply any node/patch for this...
    Thanks and Regards,
    Sudipto.
    Message was edited by:
            Sudipto Barman

    Hi Sudipto,
    I guess the BI Content component is not installed in your BW system. Goto System(from menu) -> Status -> Near Component version there is a detail button , click it -> check whether "BI_CONT" is installed. If not, then ask your BASIS to install it.
    Bye
    Dinesh

  • New computer, missing content/content won't sync with iPod

    I got a new laptop and I allowed the sync between the computer and my iPod touch. However, not all my content is on iTunes anymore and neither will iTunes and iPod sync correctly. I'm afraid to erase and sync because I've already lost a lot of content off iTunes. What do I do? Plus, I just bought music off of iTunes with my iPod sync'd to my computer and it still won't sync the new music to my iPod. ???

    I'm glad that just moving the music library worked for you.  When I moved my library, it didn't work automatically as you indicated.  When I synced may nano to the new computer with the recently moved itunes library, a message came up asking if I wanted to erase everything on my nano and sync with this new computer.  I checked yes and it synced without any problem.  However, for some reason the same message didn't come up when I tried to do the same with my iphone.  I only synced after I found the sync tab and checked the box that said it was ok to erase the phone's music in order to sync it to the new computer.  I think I know why the message came up automatically with my nano but not the iphone.  I initially connected my phone to itunes on the new laptop before I had the music library moved over.  When the message asked if I wanted to erase the phone and sync with the itunes, which was blank, I said no.  I think that is why I had to manually check the "yes" box to sync my phone with the laptop after the music files were moved. 
    All that matters is that it is working now and I didn' have to make an appt with a "genius" at an apple store for them to show me how to check the box. 

  • Remove Tag Contents In Dreamweaver?

    I have a XML file that has about 40 lines of code. Some of the tags have content inside and some are empty. I want to create a XML template out of this file for future use where I can easily insert the desired text into the empty fields.
    I need a command in Dreamweaver that I can use line by line to remove the content inside each set of tags, but leaving the tags themselves intact (so I can insert text into in the future).
    What command in Dreamweaver CS4 will easily clear these fields while preserving the tags themselves?

    rotoscopels wrote:
    Is the information your requesting not in the above post? You can clearly see the text in the tags I need removed is 5.0, 121 and 1. Is that not what your asking for?
    No, it's not. As I've said before, Dreamweaver cannot search and replace by line number.
    What it can do is search for patterns. If you want to remove the values from the  <version>, <duration>, and <titleNum> elements, you can do so with the following regular expression in the Find and Replace dialog box:
    Search: Source Code
    Find: (<(version|duration|titleNum)>)[^<]*(<\/\2>)
    Replace with: $1$3
    Make sure the "Use regular expression" check box is selected, and click Replace All.
    That will leave the tags, but remove the text from between them.
    If you want to remove the tags as well, just leave the "Replace with" field blank.
    However, and this is where it becomes difficult to provide the answer you need, the regular expression I have created won't remove the value from <movieReleaseYear>.
    Are you looking to remove all values or just some?
    Since it's XML, and you can predict the line numbers, you must be able to predict the names of the elements you want to clear. Or are the element names going to be different?

Maybe you are looking for