Addition of extra Space issue in site studio text element

Hi,
we have implemented WCM for our website. We are in webcenter PS3 version.
At places where we have used text element for titles of various sections,
if we append one extra space and save it, it displays as   in front end.
When we remove the space, it does not clear. But if we cut and paste once the word once again it is perfect.
Is there any solution to trim that space when it is displayed at front end. Please suggest.
Regards,
Bhaskar

enclose your text element with strTrimWs.
Removes spaces from the beginning and end of a string.

Similar Messages

  • Site Studio Page Element for a photo/pic

    Hi,
    I am trying to develope a UCM website using Jdev Site Studio.
    I have to create a user profile page. The page should have photo, introduction, interests and contact details.
    I have created a region definition with 3 WYSWYG elements for introduction, interests and contact details. But I am not sure
    what element to use for photo. An example or some sample code which uses some site studio element for photo will be helpful.
    Thanks
    Mahendra

    Mahendra,
    I believe you can use either WYSIWYG or IMAGE ONLY elements. Check the tutorial available at the link mentioned in this thread: Site studio 11g  -  tutorial - Contribution mode prompts for userid / pass
    Jiri

  • Removing extra spaces from email attachment of text file

    Hi All,
    I am having a question in opening email attachment file in text mode.
    Whenever I am trying to open a CSV file in text mode after each row it adds blank spaces. These blank spaces are to complete the 255 characters on each row I guess.
    My client doesn't want these space. So can anybody tell how to remove those spaces?
    <removed by moderator> response would be helpful.
    Thanks and Regards
    Nishad
    Edited by: Thomas Zloch on Apr 28, 2011 4:02 PM - priority normalized

    Hi,
    There is no solution for this as u know that the data which you r sending in csv its actually getting populated from an internal table.
    You cannot make your internel table dynamic for this requirment.
    It should have a fixed length. Now if the data is less then also the length.
    So u have identified correct that because of 255 the blank space is population, nothing is in your hand.
    U have to convince the client, to make them understand where is the limitation.
    Thanks & Regards
    Prasenjit

  • Site Studio - Custom Elements

    Hi,
    i have cloned ss_docname_form_link.
    I have successfully added dDoctitle, but any reference to custom metadata fields (e.g. xComments) fails.
    Any suggestions?
    Dave Martin

    Hi,
    an extract of the code is below, I have extended the points where dDocName is being used to add dDocTitle and xComments throughout the code.
    if (WCM.IsValid(returnValue) && WCM.IsValid(returnValue.docUrl))
                        var link = returnValue.docUrl || '';
                        var dDocName = returnValue.dDocName || '';
                        var dDocTitle = returnValue.dDocTitle || '';                    
                        var xComments = returnValue.xComments || '';
                        Custom.SetInputValue( link, dDocName, dDocTitle, dDocAuthor, xComments);
                        link = $ID('input-value').value;
                        link = Custom.GetDisplayValue( link );
                        $ID('display-value').value = link;
    Regards, Dave

  • Network message format error on Site Studio Designer

    Hi all,
    I am facing a very wierd issue in Site Studio. I have enabled accounts on the content server. When i use the content server User interface, i can check in any content using the standard check in form with or without specifying the account for it. In the case of Site Studio Designer, when i try to create a new asset/ content( basically check in anything) , it checks in the content successfully when the account metadata field is left blank. If the account field is specified, it gives me an error sayin :
    Failed to check in file from location "".
    (Network message format error).
    When i checked the content server logs, it says:
    The request was not processed by the Service handler because of a protocol error.
    The request headers parsed from the request are:
    {HTTP_USER_AGENT=Site Studio Designer, REQUEST_METHOD=POST, IdcAuthChallengeType=http, SERVER_NAME=punitp97194d.ad.infosys.com, SERVER_SOFTWARE=Apache/2.2.2 (Win32), HTTP_CGIPATHROOT=/idc/idcplg, HTTP_HOST=punitp97194d.ad.infosys.com, GATEWAY_INTERFACE=CGI/1.1, REMOTE_ADDR=10.76.135.190, SERVER_PROTOCOL=HTTP/1.1, SERVER_PROTOCOL_TYPE=NONE, IDC_REQUEST_AGENT=webserver, REMOTE_HOST=10.76.135.190, HTTP_CONNECTION=Keep-Alive, SERVER_PORT=80, HTTP_COOKIE=viscnt=3; IntradocLoginState=1; IdcTimeZone=Asia/Calcutta; IdcLocale=English-US; IntradocAuth=Internet, CONTENT_TYPE=text/hda, CONTENT_LENGTH=617, IDC_REQUEST_CTIME=1250602911, HTTP_INTERNETUSER=eBiz_Designer, SCRIPT_NAME=/idc/idcplg, PATH_TRANSLATED=D:/oracle/ucm/server/weblayout/idcplg}
    Network message format error. Unable to parse browser environment or content item. Unable to parse properties. Name-value pairs are missing an '='. Unable to parse properties. Name-value pairs are missing an '='. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !$The request was not processed by the Service handler because of a protocol error.<br>The request headers parsed from the request are:<br>{HTTP_USER_AGENT=Site Studio Designer\, REQUEST_METHOD=POST\, IdcAuthChallengeType=http\, SERVER_NAME=punitp97194d.ad.infosys.com\, SERVER_SOFTWARE=Apache/2.2.2 (Win32)\, HTTP_CGIPATHROOT=/idc/idcplg\, HTTP_HOST=punitp97194d.ad.infosys.com\, GATEWAY_INTERFACE=CGI/1.1\, REMOTE_ADDR=10.76.135.190\, SERVER_PROTOCOL=HTTP/1.1\, SERVER_PROTOCOL_TYPE=NONE\, IDC_REQUEST_AGENT=webserver\, REMOTE_HOST=10.76.135.190\, HTTP_CONNECTION=Keep-Alive\, SERVER_PORT=80\, HTTP_COOKIE=viscnt=3; IntradocLoginState=1; IdcTimeZone=Asia/Calcutta; IdcLocale=English-US; IntradocAuth=Internet\, CONTENT_TYPE=text/hda\, CONTENT_LENGTH=617\, IDC_REQUEST_CTIME=1250602911\, HTTP_INTERNETUSER=eBiz_Designer\, SCRIPT_NAME=/idc/idcplg\, PATH_TRANSLATED=D:/oracle/ucm/server/weblayout/idcplg}<br>--------------<br>Network message format error.!csUnableToParseBrowserEnvironment!syUnableToParsePairs!syUnableToParsePairs
    intradoc.data.DataException: !csUnableToParseBrowserEnvironment!syUnableToParsePairs
         at intradoc.server.IdcServerThread.run(IdcServerThread.java:187)
    Caused by: java.io.IOException: !syUnableToParsePairs
         at intradoc.serialize.DataBinderSerializer.readProperties(DataBinderSerializer.java:625)
         at intradoc.serialize.DataBinderSerializer.parseProperties(DataBinderSerializer.java:601)
         at intradoc.serialize.DataBinderSerializer.parseReaderData(DataBinderSerializer.java:493)
         at intradoc.serialize.DataBinderSerializer.parsePost(DataBinderSerializer.java:1806)
         at intradoc.serialize.DataBinderSerializer.parseRequestBody(DataBinderSerializer.java:1065)
         at intradoc.data.DataSerializeUtils.parseRequestBody(DataSerializeUtils.java:112)
         at intradoc.server.ServiceManager.init(ServiceManager.java:128)
         at intradoc.server.IdcServerThread.run(IdcServerThread.java:167)
    Please advice.
    Thanks in advance,
    Nithya

    The config .cfg entries are:
    <?cfg jcharset="UTF8"?>
    #Content Server System Properties
    IDC_Name=EBIZ
    IdcProductName=idccs
    SystemLocale=English-US
    InstanceMenuLabel=EBIZ
    InstanceDescription=STAGING SERVER
    SocketHostAddressSecurityFilter=*.*.*.*
    #Database Variables
    IsJdbc=true
    JdbcDriver=oracle.jdbc.OracleDriver
    JdbcConnectionString=jdbc:oracle:thin:@localhost:1521:EBIZ
    JdbcUser=EBIZ_admin
    JdbcPassword=ZS5CtJYdpcn2mEVqKVQAZ7LKQqacsT+XLnX3PZ/EKqo=
    JdbcPasswordEncoding=Intradoc
    DatabasePreserveCase=true
    #Internet Variables
    HttpServerAddress=punitp52975d.ad.infosys.com
    MailServer=192.168.170.26
    SysAdminAddress=[email protected]
    HttpRelativeWebRoot=/idc/
    CgiFileName=idcplg
    UseSSL=
    WebProxyAdminServer=true
    #General Option Variables
    IsOverrideFormat=false
    DownloadApplet=false
    MultiUpload=false
    IsAutoNumber=true
    EnableDocumentHighlight=false
    EnterpriseSearchAsDefault=false
    IsJspServerEnabled=false
    JspEnabledGroups=
    #Additional Variables
    UseAccounts=True
    IdcAdminServerPort=4440
    SearchIndexerEngineName=DATABASE.FULLTEXT
    IntradocServerPort=4444
    DatabaseType=oracle
    WebServer=apache
    and httpd.conf entries are:
    LoadModule IdcApacheAuth C:/Oracle/ucm/server/shared/os/win32/lib/IdcApache22Auth.dll
    IdcUserDB EBIZ "C:/Oracle/ucm/server/data/users/userdb.txt"
    <Location /idc>
    Order allow,deny
    Allow from all
    DirectoryIndex portal.htm
    IdcSecurity EBIZ
    </Location>
    <Location "/">
    IdcSecurity EBIZ
    </Location>
    EBIZ is our content server instance name.
    Thanks and Regards,
    Nithya

  • Extra White Space issue

    Hi, I am currently building a website in Adobe Muse, and am really enjoying it.  I have encountered a few differences between what I designed and what the site actually looks like and have been able to find solutions to all but one.  The home page has just a header and footer and an Adobe Edge Animation.  However, there is extra white space apearing underneath the animation (above the footer). Everything looks fine in the design mode, but even in preview there is extra space.  I tried uploading it to our ftp, thinking that might be the issue (as the animation doesn't show in the preview mode), but the extra space is still there.  I tried moving the Social media icons, thinking they might be causing it.  I have looked to see if maybe there is a text box, or empty shape that is causing the discrepency, but I can't find anything.  Any suggestions?
    Here is the screen capture of the design mode:
    Here is the screen capture of it in the browser:
    Any help would be greatly appreciated.

    Hi Razorcs,
    I have checked your file and the white space is coming from the page that you are calling in the iframe. I have seen that most browsers do not respond well, when the widht and the height of the iframe is specified in percent.
    As a fix you have to give manual width and height to the iframe and that should take care of it.
    For example, try something like 412px, which is the height of the edge content,
    Regards,
    Abhishek Maurya

  • Crystal for VS 2010 - formatting issues in viewer (extra space) again

    We're having the same problem as the one in this thread link:[Crystal 2008 for VS 2010 - Report formatting issues in viewer (extra space);. There's no resolution in the thread and it's been closed. I'm hoping that creating a new thread may cause someone to answer this problem.
    We have a Windows App that we just converted to .NET 4.0 and updated the viewer to the Crystal Reports Viewer in VS 2010. When we open a report that has a large block of static text in paragraphs left-aligned the spacing around punctuation is awful - there's almost a tab's worth of space between the last letter and the period. U.S. looks like US. This happens both with reports that were created in VS2008 and ones that were created in VS2010. It is only a problem in the viewer's display - if we print to a printer or export to PDF the spacing around punctuation is fine. It's also not a problem on our development workstations which are running Windows 7, but is a problem on our test servers which are running Windows 2003 Server. I ran the modules tool and found that the version of usp10.dll does match what the previous thread said it should be and it's coming from the c:\program files\sap businessobjects\crystal reports for .net framework 4.0\common\sap businessobjects enterprise xi 4.0\win32_x86\ folder. On my development machine when I run the modules tool I notice that a second instance of usp10.dll is called which is the version installed with Windows 7. We've tried changing fonts but none of the ones we've tried (originally in Times New Roman, 12, tried Arial, Times and various sizes) have made a difference. We also tried changing the print options with no improvement. The only thing that makes it slightly better is full-alignment but our customer insists that it be left-aligned.

    Re. the other thread. I never did receive a sample of the report to test with. Perhaps I can get one from you? I need you to ensure that the issue occurs with a "saved data" report. If it does, let me know if you can share it and I'll contact you via email. My comment in the other thread re. available time, priorities, etc., still applies. Also, just to be clear. Service Pack 2 for CRVS2010 is closed now. Thus if I am able to reproduce the issue the fix will be targeted for October \ November time frame - no guarantees though...
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • FCKEditor Site Studio using in IE9 causes issues

    Hi
    I am using Site Studio component version 2012_07_03 (9.0.0.793).
    In IE 9, when in contrib mode and editing using the FCKEditor, if press something like the Anchor icon, or Table or Find / Replace etc it shows a blank dialog.
    IE 8/firefox works fine.
    This only started happening after upgrading to Site Studio component 2012_07_03 (9.0.0.793).
    When in IE Javascript debug mode it says the following error:
    Line: 813
    Error: Invalid calling object
    In the debug dialog it is caused in file
    - Press [Yes] in error dialog to debug
    Error occurs at line 813          var cover = $( 'cover' ) ;
    I read the following
    Read the following documents:
    This seems to be a problem with FCKeditor in IE 9.
    http://www.tothepointsolution.com/site-blog/article/bug-fix-for-fckeditor-quotregisterdollarfunctionquot
    This article shows the problem and workaround which is to edit file fckeditorcode_ie.js
    http://www.webassist.com/forums/showthread.php?t=26888
    where it states:
    "the CKEditor version in Form Builder 2.0.1 does not support IE 9.
    you can upgrade the CKEditor files to use CKEditor 3.6.2:
    http://ckeditor.com/download"
    Any idea how to solve this.
    Thanks
    Adrian Campanaro

    Hi Mikael,
    Sorry for the wait, I was unable to post pictures, which i felt would better describe my issue.
    Could you output the query template you are ending up with?
    If you can tell me how to accomplish this, then I can provide it. Please keep in mind that I am only a site collection admin.
    Also, is the ranking/sorting for your webpart set to ranking?
    When looking at the web part settings, I didn't see an option to modify the ranking. Unfortunately, some sites in my intranet are down now so I can't even double check. Once it's back up, I will verify this as well.
    And how do you know they are ranked incorrectly?
    I wanted to display an image showing what I meant by this. As the wiki is down, I'll do my best with words. When I visit the wiki home page, I already have the search and search results web parts there. Without searching anything, the search results
    web part displays 6 pages that are available in the wiki. When I search, I expect to see the most relevant result at the top. similar to the following: 
    *Search result from another section of the intranet site.*
    What I receive instead is the same list of wiki pages, in the same order. The most relevant result
    is not moved to the top like in the image above, but I can see that the word "rush" is highlighted in bold. I hope this helps.
    If you need more of a description, please let me know.
    Thank you

  • Issue with 2D Barcode Datamatrix unwanted extra spaces/newline

    Hi All,
    We are facing an issue with data matrix 2D barcode in the label.(It's urgent)
    Below is the data we are using in 2D datamatrix with quality ECC200 .
    and also we are using hex characters to seperate the data i.e. '_1D' -gs '_1E' -rs '_04' -eot and '_20'- for space
    ^FO1380,1879^BY4^BXR,6,200^FH^FD
    [>_1E06_1DF01001P_1D1JUN888472136000031155_1DV0015468200_1D16K80003931_1D6D20140220095_1D2L14/D44/KOD44_1D7Q10023KG_1DB0004SCH_1
    DF02010I_1DP_201S0_20959_20263_20A_1D4LSK_1D7Q120PC_1D7Q1012358_1E_04^FS
    As you see in the image below ,we are not providing any extra space after the character 263  and  new line after A .i.e. for value P_201S0_20959_20263_20A
    still its taking extra spaces and goes on new line when scanned with TSB generator.
    Can anyone please provide the solution to avoid this spaces and new line coming in the scanned copy below :

    i dont know the exact reason but i know this happens..
    practically what we did was we added a blank field in our final internal table as first field. we named the field as : '_________' (Some underscores) . so that in excel it wont look like any field.
    and passed nothing to it in each line...
    and after getting the excel we can delete the first column.

  • Crystal 2008 for VS 2010 - Report formatting issues in viewer (extra space)

    Hello,
    We have a Windows Form application developed in VS 2010 using the Crystal 2008 for VS 2010 runtime. We are having issue with extra spaces in text objects. For example: in a report header we have an object that has text similar to this:
    This report will print a list of all Serial Numbers in the Serial Table that are missing related Serial Meter records.
    When we run it within Crystal 2008 Designer, it looks great; however, when we run it from the Windows Viewer we developed, it looks like this:
    This report will print a list of all Serial Numbers in the Serial Table that are missing related Serial Meter records    .
    The viewer places extra spaces between records and the period (.).  We also noticed it places spaces in phone numbers:
    952 -555-555
    There's an extra space between the 2 and the dash (-).
    One thing we noticed is, if you change the viewer zoom to 98%, then the extra spacing goes away.
    We just upgraded to SP1 for Crystal 2008 for VS 2010 and still the same issue. We are referencing these DLLS: CrystalDecisions.CrystalReports.Engine.dll, CrystalDecisions.ReportSource, CrystalDecisions.Shared, and CrystalDecisions.Windows.Forms all version are 13.0.2000.0.
    Any help would be great.
    Thank you,
    Tyler

    Hi Tyler,
    I copied the text from your other post into a new report and changed the fonts and previewed in my C# test app and I don't see the problem.
    "We have a Windows App that we just converted to .NET 4.0 and updated the viewer to the Crystal Reports Viewer in VS 2010. When we 952-555-555 open a report that has a large block of static text in paragraphs left-aligned the spacing around punctuation is awful - there's almost a tab's worth of space between the last letter and the period. U.S. looks like US. This happens both with reports that were created in VS2008 and ones that were created in VS2010. It is only a problem in the viewer's display - if we print to a printer or export to PDF the spacing around punctuation is fine. It's also not a problem on our development workstations which are running Windows 7, but is a problem on our test servers which are running Windows 2003 Server. I ran the modules tool and found that the version of usp10.dll does match what the previous thread said it should be and it's coming from the c:\program files\sap businessobjects\crystal reports for .net framework 4.0\common\sap businessobjects enterprise xi 4.0\win32_x86\ folder. On my development machine when I run the modules tool I notice that a second instance of usp10.dll is called which is the version installed with Windows 7. We've tried changing fonts but none of the ones we've tried (originally in Times New Roman, 12, tried Arial, Times and various sizes) have made a difference. We also tried changing the print options with no improvement. The only thing that makes it slightly better is full-alignment but our customer insists that it be left-aligned."
    I threw in the telephone number also you noted in this post.
    I created a new report and copied the text above into a text object and then previewed. I then changed the fonts to various types and I don't see the problem.
    I also used Courier New because it's a fixed font layout, meaning the same letter always uses the same amount of space, and it shows just fine also.
    I've seen issues where the Video driver and screen size can affect the spacing. Usually updating the Video driver or changing your screen resolution resolves the problem.
    What Video Drivers and Monitor are you using?
    And What OS?
    Thank you
    Don

  • Oracle site studio designer 11g location issue

    I have oracle UCM 1g installed.
    I am not able to see My downloads option in My content server page, where i want to download Oracle site studio designer 11g.
    Is there any other option/site to download Oracle site studio designer 11g.

    As Ryan stated, you should determine why you cannot find the download in My Downloads.
    However, you should be able to find the Designer installer located in the component zip at this location: component/SiteStudio/support/downloads/designer/setup.exe
    http://download.oracle.com/otn/content_management/ucm11g/sitestudio_11.1.1.6.0.zip
    Jonathan
    http://jonathanhult.com

  • Eyes crossed from trouble shooting extra space and 1px bug

    I"ve been trouble shooting a couple of pages theat are giving
    me some grief. I've searched therough the forum threads and tried
    all the solutions, which seemed viable, but to no avail. I have a
    couple of pages with image maps for navigation that are creating a
    range of extra space at the page bottom. I could really use a fresh
    set of eyes, to scan my code, I've been over it and over it and
    it's starting to blur. I've attached a portion of my master CSS
    page, as well as code for lot 8 and 9 pages. Lot 8 has no extra
    space in FF and just a bit in IE. Lot 9 is a prime example of the
    greater issue on the other pages.
    Additionally. I have a hack in place to accomodate a 1px IE
    bug that shifts the page body right in IE. That hack is only
    working on a few of the pages, when viewed in FF, which leads me to
    believe something must be off. Again, My eyes are crossing from
    reading over the code.
    If you'ld like to have a look at the page its,
    pineglenproperties.com, user name: pineglenproperties.com password:
    pineglen!
    My gratitude to any of you who can help. -nic

    Also, out of curiousity, you have a Div named header, also a separate header section containing just the logo in it. Any specific reason?
    And is the image on the site supposed to look like this?
    And, a couple of typos such as this one:
    Funding your Eeducation

  • Can anyone tell me why there's an extra space here?

    Can anyone tell me why there's an extra space here? http://www.libertywebmarketing.com/test/test.html
    SOURCE CODE:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Test</title>
    <link href="css/Test.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
    background-attachment:fixed;
    background-image: url(images/background.jpg);
    background-color: #000;
    background-repeat:no-repeat;
    background-position:top;
    background-position:center
    </style>
    </head>
    <body>
    <div class="container" id="container">
      <div id="Top"></div>
    <div id="Copy">
       <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In malesuada cursus   commodo. Sed eleifend dolor nibh. In augue turpis, sollicitudin et luctus at,   suscipit sed erat. Aliquam metus ipsum, posuere eget placerat et, interdum at   metus. Aenean ut enim leo, at dapibus lorem. Donec hendrerit feugiat mattis.   Fusce sollicitudin nisl sed metus porta mollis. Aliquam a arcu nibh, aliquam   malesuada sem. Aliquam dictum porttitor odio, aliquam vehicula tellus sodales   ut. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere   cubilia Curae; Curabitur eu turpis eu nisi tincidunt egestas. Nam ultrices   aliquam pulvinar. Curabitur libero diam, tristique in lobortis at, vestibulum ac   purus. Cras sodales, mi at vestibulum pellentesque, orci arcu vulputate ligula,   et placerat elit nibh sed mi. Praesent pulvinar pulvinar massa, in malesuada   nisl mattis vitae. </p>
    </div>
      <div id="Bottom"></div>
    </div>
    </body>
    </html>
    CSS:
    .container {
    margin-right: auto;
    margin-left: auto;
    width: 925px;
    margin-top: 0px;
    p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    #Top {
    background-image: url(../images/TopEdge.jpg);
    background-repeat: no-repeat;
    height: 22px;
    width: 925px;
    #Bottom {
    background-image: url(../images/BottomEdge.jpg);
    background-repeat: no-repeat;
    height: 18px;
    width: 925px;
    #Address {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    #Copy {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url(../images/White-Tile.jpg);
    background-repeat: repeat-y;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    Thanks a lot.
    Fitz21

    Fitz21 wrote:
    Thanks Nancy. That fixed it. Thanks Osgood also. I'm going to spend some time trying to understand why I needed padding on the bottom.
    Fitz21
    Padding on the bottom only fixes the problem BUT IS NOT the source of the problem, that is the default margins on the paragraph tag. I would forget trying to understand why you need padding and look more towards what causes the issue. If you know what the real source of an issue is then you  can generally fix it quite easily. What solution you use to fix it is then something you can decide upon.

  • Hidden Assets like element definition, region definition from site studio designer

    Hi Experts,
    I am facing problem in Site Studio Designer, I have created a new Website and Created Page Template and when i tried to create the site assets like element definition, region definition, region templates. It's visible and when i refresh the list or change the list from element definition to region definition and again open the tab of element definition, the definition list removes or hide from the list in Site Studio Designer and when i check the content server for the same region definitions, element definitions all are present in content server but hides from site studio designer. Can any one please help me out resolve this issue i am unable to edit any assets.
    Thanks,
    Vijay

    First, the Override Editor CSS is ONLY used to change the CSS for the contributor editor. For instance, if you have a div tag that encompasses the entire website and specify it to be center-aligned, everything within your WYSIWYG editor will be center-aligned too (not ideal). So you could, for instance, use the Override Editor CSS to have the same div class that overrides the text within the contributor to be left-aligned.
    As far as not being able to apply the CSS, I'm not too sure. You should at least be able to create a completely blank HCSP layout page, and see that no classes are available (because there is no CSS on the page). When you have a CSS, I've found that the classes loaded aren't always necessarily the ones that are in the CSS. My recommendation is to select "Allow selected classes", ONLY use the "additional classes", and type in the classes you want to show up in the CSS WYSIWYG dropdown. That's the only way I've gotten it to work.

  • Space Issues on IDES Server

    Hi Experts:
    We are running into some space issues within our IDES server.  We are running 4.70 SR 2.00 with Oracle 9.2 DB.
    I was wondering if there is anything within the system that we could delete. 
    I had my eye on these folders:
    F:\usr\sap\trans\cofiles
    F:\usr\sap\trans\data
    F:\oracle\IDS\sapdata2\undo_1
    I have already cleaned up the EPS folders.
    The other question I have relates to using partition magic to transfer extra space from two of the other drives.  What are your thoughts on this. 
    Thanks
    Imran

    sorry for being late, but there also other bussiness
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/3d/ad5a8a4ebc11d182bf0000e829fbfe/frameset.htm">Link to tp documentation</a>
    tp additional functions -> Cleaning Up the Transport Directory
    peter

Maybe you are looking for

  • Error in ABAP Docs 2.1 tool?

    Hello Experts, Have anyone tried ABAP Docs 2.1 tool in SAP version 4.7? While installing the tool, i found some issues for which i need some clarifications. Is the ABAP Docs tool only applicable for Ecc 6.0 and above? Since the documentation of this

  • Intra company stock transfer process with movement type 351 & 641

    Hi Experts!!!, I would like to know is it possible to have Intra company stock transfer process (Plant to Plant within same company code) setup done for with delivery and without delivery for same plant. I am expecting process the setup as below for

  • Ideal size for library?

    Is there an "ideal" size for the library? I notice that after 1gb iPhoto slows a bit. What are some suggestions for the optimal size before moving it to an external HD? Mahalo. JB

  • Smart Mailboxes want (A | B) & C where C is "not in Mailbox N".

    Is this possible by editing the SmartMailboxes.plist? Powerbook G4 1.67 GHZ with Dual-DVI   Mac OS X (10.4)  

  • Table Sort/Filter does not include in-memory data

    JDeveloper 11.1.1.2.0 I've been developing a custom shuttle component and an issue came up regarding sort/filter property of the leading af table prior to inserts. Just a quick setup: Left table's row/s gets shuttle (inserted) to right table by creat