Change Background and font style in Web Page Composer ?

Hi,
someone knows how change the background and font style/size of the web page composer ?
or how to control  font size style and background of WPC page using CSS ???
point will  rwrd

Hi,
We are on EP7 SP14 and WPC SP14 Patch 2.
Changing the css files should work perfectly...
Try changing these files under the KM Content:
    KM Content -> root -> etc -> Web Content  -> css
These are some of the css files that I have modified :
root > etc > wpceditor > css > runtime > sdn_general.css
root > etc > wpceditor > css > runtime > content.css
root > etc > wpceditor > css > runtime > sdn_apps.css
In particular, change the sdn_general.css and it will be changed.
It works for us....

Similar Messages

  • Changing Colour and font of individual OAF pages

    Hi,
    Is it possible to change colour and font for individual OAF pages?I am aware of CUSTOM.xss but that changes it for the whole application.I want to make the changes for specific pages.
    Thanks,

    Try using HTML:
    Set the text to:
    area.setText("<html>My <b>Text</b> Here</html>");
    and see if the word Text is in bold. If so, then you can go as far as you want using HTML tags to set bold, color, etc.

  • Way of control style in web page composer

    Hi, I want to know what is the way to control the style in web page composer.
    Directly on the layout? I have heard something about "sdn_general.css", is that stylesheet? Where is?
    Thanks in advanced.
    Regards.

    HI @ all,
    I'd be really really pleased if somebody could help me because it's been now several day I tried to find out and I can't get the solution: 
    Me too, I want to customize the css layout of the output web composer makes on the external facing site. Where do I implement / change / access the css?
    It seems that normally the output is dependent (e.g. the colors) from the theme which is configured in the portal. So, how can I "overwrite" it?
    Thanks in advance & best regards!

  • The font size in web page composer 7.3

    Hello,My corporate is using SAP NetWeaver Portal 7.3 now.
    I want to use Web Page  Composer 7.3  to build a firstpage for my company,but I find a strange problem.
    When I create a web form,for example Link List or Paragraph,after I preview ,the disalpy font size is very big.
    but I remember in the release 7.0  the font size is very proper.
    I find the types configures ( km > etc > wpceditor > types) is the same in both release7.0 and 7.3
    Now I don't konw what to do ,anyone can help me ?
    Thanks a lot!
    Best regards!
    lexian.

    Hi,
    now we have the tinyMCE editor, where you can insert and edit html-code. It works fine now for the layout,
    but there are still a few problems with the links..
    In the edit mode there are displayed all km images out of the km. But the images aren't displayed under the portal role, when i publish the page. And all the links like one to a wiki or the TBN links doesn't work, too.
    Can anybody help me further?
    Thanks in advance,
    Lydia

  • Change background and font for first row only?

    Hi, 
    Have a tablix in SSRS (2008R2) and would like to change the background colour and font for the first row only, is this possible and if so how would I achieve this? 
    I have followed and example on setting alternate row background colour in the properties but can't see how to do this for just the first row. 
    =IIF(RowNumber(Nothing) MOD 2,”LightGrey”, “LightBlue”)
    Thanks 

    Hello,
    The Expression uses a Modulo function to calculate every second row. In your case just compare with equal 1 for the first row:
    =IIF(RowNumber(Nothing) = 1, ”LightGrey”, “LightBlue”)
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • WPC Web Page Composer Change Component Layout

    Hi,
    how can I change the component layout in a Web Page Composer template.
    For instance, I want to change the fonts and color for the title in the "Teaser" form.
    Or I want to change the color of the links and the font size in the "Link List".
    I have already created a new Layout, but I can't see anything to change the CSS-Parameters for the component layout.

    Karl,
    To answer your question, you will have to create your own web forms and then drag and drop to the container of the page layout to have the page rendered in the required style. This involves you creating the xml and xsl files corresponding to the new webform and refering the style(present in your own css file) in the XSL file associated wtih the new webform. Not only that there are quite a few configurations to be done.
    Refer to the following sdn help to create new webforms - http://help.sap.com/saphelp_nw70/helpdata/en/45/599b78b0aa3bdde10000000a1553f7/frameset.htm Hope it helps.

  • Missing web page composer in portal installation

    Hello to all,
    how can I find out, if the web page composer is installed in our actual portal enviroment?
    I visited the basic course SAPEP and worked with the web page composer, but in our admin area there is no access.
    I am not a basic guy, that is my problem.
    Can anybody help me?
    If the composer doesn't exist, can I install only this tool? Is there a how-to-guide?
    Thanks in advance!
    Regards
    Claus

    Hi claus,
    Check in (http://<server>:<port>/monitoring/SystemInfo) system Information->all components link in system components then check for Kmc-wpc. if any component with such name exist then Web page composer is installed. other wise install the WPC with help of portal admin/ basis. check the link for installation guide
    /docs/DOC-7892#section9
    and SAP Note: 1080110
    regards
    Mahesh

  • Change background of web page composer

    Hi, someone knows how change the background of the web page composer?
    I have seen that the body have "class=prtlBody urFontBaseFam urScrl", but I do not know where is possible to change that style or to change that line.
    thanks.
    regards.

    Hi,
    WPC uses the theme from the portal and his own theme. The portal theme can be controlled by the online and offline theme editor. There you can also define the background color of the whole portal. The WPC themes can be found at:
    /etc/wpceditor/css/runtime
    -> content.css
    -> sdn_apps.css
    -> sdn_general.css
    These WPC themes can be edited using a CSS editor or any text editor and will only be used by WPC.
    The actual HTML tags (class, id, divs) used by WPC are defined in the page template. In a standard WPC page:
    <table class="wpc_1c_outertable">
        <COLGROUP>
            <COL class="wpc_1c_col1" />
        </COLGROUP>
         <tr class="wpc_1c_tr_o">
    If you would change the background of the WPC content, change / define a CSS for .wpc_1c_outertable
    Of course you can create your own pages and own divs that will be used by WPC.
    br,
    Tobias

  • How to change color of background and font in Message Boxes

    I have a req, where I have to display a warning message for certain condition. I did that using pagecontext.putDialogMessage(msg).
    But the business wants to have the displayed message in a more bright color. I didn't come across any documentation on how to change the background and font of a Message Box. Can you please help me out in solving this issue ??

    user597481 ,
    Here are my responses:
    For displaying a warning message, putDialogMessage takes only an OAException bean.
    OAException is a java class and not a java bean.I'm not clear on how to use a OARawTextBean to display a warning message. I tried looking thru dev guide but still am not clear on how to do it.
    >>
    1)Add a raw text bean in pagelayout region at the top.
    2) Now in ur code whenever u need to throw exception, set some page parameter say xxx=true and then, use pageContext.redirectToCurrentPage
    that will redirect the flow to process request.3)In process request based on page parameter xxx=true, u can get exception message and use setValue in raw text bean to show it.
    I hope this is clear
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • HOW CAN I CHANGE FONT STYLE IN INDEX PAGE FOR IBA?

    Hi
    Is it possible to change the font style in INDEX page for iBA?
    Naidu

    NO. In the index page. I figured out that we can change the space and text formate.
    I am preparing a bokk with 1 chapter and 13 section.
    SO, in the index page it is showing like 1.1, 1.2.......1.10, 1.11 so on; on the left hand side and page numbers on the right hand side.
    Can i take out the numbers on the left and have only the section name and page number?
    If so how?

  • After the recent update the entire browser, including menus, icons, and everything on the web page, are too small. Fonts are smaller, pics are smaller, zoom settings will not remain universal. Minimum font size will make text readable, but all pics are to

    The new update has screwed up my browser settings, I cannot get them fixed and Im pissed because my computer is an eye-sore to read until this is fixed! EVERYTHING in the browser is smaller, fonts, menus, icons, web page content, pictures, tables, etc. I have set the minimum font in the settings and the text is just to a point where it is easily readable at the maximum size setting, but all the menus and icons are still tiny and hard to read. The last version I had installed worked fine with no add-ons needed. Everything fit the screen fine and was easily readable without modification. I want this version off my PC and I want the last version I had back on but I dont know what version it was!!!!!!! ARARGGGG
    In fact, this stupid troubleshooting window that I am in filling out this form doesnt fit the page right at all, and edges of the text are cut off, so Im not even sure what some of these boxes are asking for!!

    See [[Toolbars and page content appear too large after upgrading to Firefox 3]]
    *Try to adjust the DPI setting, see http://kb.mozillazine.org/layout.css.dpi
    *Try to set the pref layout.css.devPixelsPerPx to 2 on the about:config page.
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.
    If you need to increase (or decrease) the font size on websites then look at:
    Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • How to change the background and font color of a particular row in table

    Hi,
       i need to change the background and font color of a particular row. I am using textview as table columns. I tried to do it using semanticColor property of textview  but the font color get changed for the whole column. But i want to change the color of a particular row only.
       If anybody knows please help me(give an example if possible).
           Thanks and regards.
            Pankaj Kumar.

    Hi Pankaj,
    In your data source context node (context node which is bound to dataSource property of Table UI elemennt) do following:
    If data source node is model node: create a value node under data source node, cardinality 1..1, selection 1..1, singleton false. In this new node add value attribute and set property readOnly=true, calculated=true, property com.sap.ide.webdynpro.uielementdefinitions.TextViewSemanticColor .
    If datasource node is value add value attribute and set property readOnly=true, calculated=true, property com.sap.ide.webdynpro.uielementdefinitions.TextViewSemanticColor.
    In calculated getter method put your color calculation depending on conditions, like:
    return <condition>
      ? WDTextViewSemanticColor.CRITICAL
      : WDTextViewSemanticColor.STANDARD;
    Bind new created attribute with property semanticColor of textview.
    Best regards, Maksim Rashchynski.

  • Can I change different background and font color on each records?

    Hi,
    I had a Data_Block which contains some records, I had a field name 'currency' which contains value such as (HKD, JPY, CNY, CND, USD etc..)
    Let there there are 5 Records contain in that Data_Block and I wanted to change the background and font color depend on the Currency value.
    I were using Set_Item_Property and change the Visual_Attributes that I had define. Well I guess that doesn't work since uisng the Set_Item_Property
    it will actually getting the last value and use that last value and changed to all the same color to that.
    I wonder is there a way to do that in Oracle you can change the field different color?
    Thanks
    David Willis

    Thanks You so much.
    Actually I were trying to look for that function at the User Manual but I couldn't find it because I remembered I had seem it some where.
    I guess I am looking at the Form4.5 user manual instead of the Oracle 9i Forms Developer.
    Thanks
    David

  • I use to be able to rotate my iPhone and change the view of an image, Web page, email, and so on, from portrait to landscape, but after update, I cannot. I can only view in portrait mode. Anybody know what's up with that?

    I use to be able to rotate my iPhone and change the view of an image, Web page, email, and so on, from portrait to landscape, but after update, I cannot. I can only view in portrait mode. Anybody know what’s up with that?

    You need to do the basic troubleshooting steps described in the User Guide, Appendix B.
    Restart phone
    Reset phone
    Restore in iTunes using a backup
    Restore in iTunes as new, without using a backup
    If restoring as new doesn't help, there is a hardware failure in the phone that needs evaluation by Apple.

  • Can I used Dreamweaver CS5.5 to learn to build and style a web page? I see the CC version but I want to use the earlier version. THx

    Can I used Dreamweaver CS5.5 to learn to build and style a web page? I see the CC version but I want to use the earlier version. THx

    you can use the 30 trial and/or purchase from a 3rd party.
    for the trial:
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  6| 5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5 | 1
    Contribute:  CS5 | CS4, CS3 | 3,2
    FrameMaker:  12, 11, 10, 9, 8, 7.2
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

Maybe you are looking for

  • How to install adobe reader on my ubuntu computer?

    I have an ubuntu 12.04 and I try to install adobe reader. Can anyone help me?

  • Data not populating with the Lookup code

    Hi All, Currently I am facing the problem in Production. Somebody has written the below ABAP code in Field routine. While loading transaction data, they was a lookup in the field routine to get data from Master data. Select /BIC/YOTLT_TYP INTO RESULT

  • Higher Level Reporting in Controlling

    Hi, I will explain the requirement here We have created the Co Codes and assigned these to multiple controlling areas(ASIA,EUROPE,AFRICA,USA) and the same which in turn assigned to Operationg Concern(single) across world wide.My questions are Can I g

  • Column widths and gutters

    I would like to have variable column widths and gutters. At present (Acrobat 6 running under XP Prof. SP3) although I can choose the number of columns, and hence the number of gutters, all columns must be the same width and all gutters the same width

  • Progressive Relaxation with error

    Hi, I tried to use progress relaxation to calculate matching scores(between t1.album and t2.title) and store them into a table. However, after executing the following script, I got these errors: ERROR at line 1: ORA-29902: error in executing ODCIInde