Decreasing font size of the heading

hi
In my alv report im printing the heading ( Vendor Address Details)...
how to decrease the font size of the heading...
searched in sdn bt dint get the proper output....
Regards
Smitha

For first header
wa_hader-type = 'H'.
wa_hader-info = 'Main Headding'.
append wa_heaer to it_header.
For Sub header
wa_hader-type = 'S'.
wa_hader-info = Sub Headding1.
append wa_heaer to it_header.
you can use any of the above options to decrease your heading size...

Similar Messages

  • How to change the font size of the header for a login page

    I am using theme 15. I want the header of my login page have a larger font size. Can anybody tell me how to do that?
    In HTML Header I put text like
    <a target="_blank" href="http://www.myweb.com"><img src="#WORKSPACE_IMAGES#my_header_logo_white.jpg" alt=http://www.myweb.com" title="Application" ></a> <center><b><font size="4">Web Management System</font></b></center>
    However, the font doesn't do anything.
    Any help is appreciated!!
    Edited by: user12048533 on Jun 14, 2010 8:19 AM

    In HTML Header I put textDid you mean Page Header Text? It wouldn't have done much of anything at all in the HTML Header...
    However, the font doesn't do anything.Yet another universal selector problem: see +{message:id=4184109}+
    How do I overwrite the style sheet? I am wondering if I change the default style sheet, does that also affect the other pages, which is not what I want. In that case you can just include the CSS inline, which will also get round the universal selector issue. You are also recommended to use a semantic HTML element instead of deprecated presentational elements like &lt;center&gt; and &lt;font&gt;. Assuming this text is the primary heading on the page, use &lt;h1&gt;:
    <img src="#WORKSPACE_IMAGES#my_header_logo_white.jpg" alt="" title="Application" />
    <h1 style="font-size: large; font-weight: bold; text-align: center;">Web Management System</h1>

  • How to decrease font size in the List with Icon and Subcontext

    Hi , please help me with decreasing the size of font in List View.
    please refer the below link
    http://postimage.org/image/q0blmxf67/
    thank you.

    Nihar Narla wrote:
    HiPlease read the FAQ and forum sticky threads (if you haven't done so already).
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    please help me with decreasing the size of font in List View.The presentational aspects of APEX applications are controlled using a combination of HTML and CSS via themes and templates. The basic answer to controlling font sizes is: use CSS. It's not possible to be more specific without the information detailed above.
    please refer the below link
    http://postimage.org/image/q0blmxf67/
    Instead of posting screenshots on dubious sites popping up bizarre images, create examples on apex.oracle.com as described above.

  • Text that responds to the Increase/Decrease font size buttons

    How do I create text that responds to the Increase/Decrease Font Size buttons in the browser? None of the pages respond to these buttons.

    I'm not sure iWeb produces text that responds to the size change buttons. I check some of my pages and none respond. And these are text boxes that have not been converted to images.
    Message was edited by: Old Toad

  • How can I change the font size on the post of WordPress?

    I have found three websites which address WordPress style sheets:
    Playing With Fonts: http://codex.wordpress.org/Playing_With_…
    Font Size and Color: http://en.support.wordpress.com/editors/…
    How to Change Font Size In Wordpress: http://www.ehow.com/how_5469172_change-f…
    Here are the instructions from the third website above:
    Things You'll Need:
    Site designed in Wordpress
    Administrator access
    Step 1
    First, to change the font size on a Wordpress site you need to log into the site as administrator. If you do not know how to reach the login page, simply add "/wp-login.php" after the "www.url.com" address. Then login using the admin sign in.
    Step 2
    Next, get to the Wordpress file editor by going to Appearance->Editor.
    Step 3
    Once in Editor, identify the Stylesheet file (style.css) and click to edit. This is usually located on the right hand side under the "Styles" heading.
    Step 4
    Once in the style.css file, you want to conduct a search for "fontsize". This parameter is used throughout the style.css file and is the parameter used to control font size. Next to "fontsize" you will see something like "16px". Simply increase or decrease the "16" to change font size. The tricky part is to figure out which "fontsize" you want to edit.
    The way to do this is to first look at the heading it is under. If it is under "comment-template", it is obviously related to either the font size of the comments themselves or perhaps the comment form or the date/time stamp of the comment.
    It may take a little trial and error to find the right "fontsize" to modify. Simply modify the one you think is correct and in a separate window, reload the page with the font you are looking to modify. If it did not change, undo the previous edit and try a different "fontsize".
    I went to the Dashboard and clicked on the “Appearance” icon on the left-hand side, and then clicked on editor. I clicked on Stylesheet (style.css), but I have not been able to find the “fontsize” that would change my post font size. As the author writes: "The tricky part is to figure out which "fontsize" you want to edit." Some of the font sizes are given as a percentage, and I don’t know if these come into question, i.e., if I should try changing one of these to see what happens.
    The end result is that I still have not been able to change my post font size, other than by using the Heading-1-through-6 option, which, I understand, is not the best way to do it.

    From John Waller: “If you're using IE8, hit F12 to launch Developer Tools which give you a point and click method of locating the relevant CSS rule on screen.”
    I have Internet Explorer 8 (IE8) so tried this method.
    This sounded like another promising possibility; however, I have not been able to change the font size in my post using this method.
    I have gone to Dashboard > Posts > Edit > then moused-over my post > clicked on "edit" and then hit F12. An enormous amount (20 pages or more) of CSS appears. I tried picking out the font size that I thought pertains to the post (under Text Area), and I have changed the font size from 13px to 24px; however, I have not been able to “save” the new setting. When I go back to it, it is back to 13px.
    As a result, I have not been able to use a trial-and-error method to establish which font size I must change in order to change the font size of my post.

  • How to change font size of the date in notification center?

    The language of yosemite system on my macbook pro is “Traditional Chinese”. If the month and day of  a date are both composed of two characters, for example, Oct 23 (“10月23日” in Chinese), the last character of the date will go to a new line (as shown in the picture attached). It’s ugly!!!
    I think this issue can be solved by decrease the font size of the date. Is there anyone knows how to do this or where the configuration file of the notification center is? Thanks!

    AFAIK there is no way to customize this font size. You can't resize the window either.
    You need to report it to Apple Feedback so it can be logged and put in the queue to be fixed.
    http://www.apple.com/feedback/macosx.html

  • In CS5, the font size in the type tool isn't working correctly. example: 30 point looks like 4 point

    In CS 5, the font size in the type tool isn't working correctly.
    Example: 30 point looks like 4 point
    How can I correct it?

    In case you have not fixed this, take a look at your Image Size (Ctrl Alt i).  The default when you make a new document window is 72ppi which can result in smaller text than you sometimes expect.  If you open Image size, turn off resample, and change the resolution to something like 300, you'll get much larger type for the same settings.
    For this reason one of the first things I do after installing Photoshop, or resetting Preferences, is to open Preferences > Units & rulers, and set Type to mm.  This way I know that if the document is set to A4, and orientated in landscape (297mm x 210mm) setting text to 21mm is going to result in type exactly one tenth the height of the document.
    I believe people in America still use inches, but unfortunately inches are not an option for Type units in Preferences.  It is easy enough to work it out in your head though. A 10x8 document with type set to 25mm will give you text one eighth the height of the document.
    The bottom line is you can at least predict what is going to happen when setting text size.

  • Problem with decreased font size in exported PDF.

    We have a web site running on a Windows 2008R2 server.
    The site was developed with Visual Studio 2010 using  .NET 4.0.and is running in 32bit. The associated application pool uses a specific local user.
    We have some reports that include a barcode font. The font is installed on the server and the reports are rendered in PDF on the server side to avoid the need to have the barcode font installed on all clients. The PDF renders correctly but we are facing the decreased font size problem
    We followed the instructions included in this post:
    Unfortunately the part regarding VS 2010 does not seem to work.
    If we add the specified Key on the HKLM section of the registry, it doesnu2019t have any effect.
    If we add it on the HKCU section while logged in with the same user assigned to the application pool, everything seems to work fine. But as soon as the user is logged out, the reports stop working.
    Have anybody figured out how to configure correctly those keys with this configuration?

    Try putting it under the HKU/.default path.  You can also use process monitor to see where the application is looking.

  • Is there a way to increase the font size for the "songs" and "artists" lists in the new music app for iPad 2 (iOS 5)? It is too small for me.

    Is there a way to increase the font size for the "songs" and "artists" lists in the "music" app for iPad 2 (iOS 5)? It is smaller than the previous version.

    falkner09 wrote:
    is there really no fix for this?
    It would depend on your definition of "Fix"
    Your iPod touch running OS 4.2 has a ZOOM feature which will enable you to see the screen more clearly.
    To turn Zoom on or off got to:
    Settings > General > Accessibility > Zoom and tap the Zoom On/Off switch.
    _To Zoom in or out_:
    Double-tap the screen with three fingers. By default, the screen is magnified 200 percent. If you manually change the magnification (by using the tap-and-drag gesture, described below), iPod touch automatically returns to that magnification when you zoom in by double-tapping with three fingers.
    Increase magnification: With three fingers, tap and drag toward the top of the screen (to increase magnification) or toward the bottom of the screen (to decrease magnification). The tap-and-drag gesture is similar to a double-tap, except you don’t lift your fingers on the second tap—instead, drag your fingers on the screen. Once you start dragging, you can drag with a single finger.
    _Move around the screen_:
    When zoomed in, drag or flick the screen with three fingers. Once you start dragging, you can drag with a single finger so that you can see more of the screen. Hold a single finger near the edge of the display to pan to that side of the screen image. Move your finger closer to the edge to pan more quickly. When you open a new screen, Zoom always goes to the top-middle of the screen.
    _Large Text_:
    Large Text lets you make the text larger in alerts, and in Calendar, Contacts, Mail, Messages, and Notes. You can choose 20-point, 24-point, 32-point, 40-point, 48-point, or 56-point text.
    Set the text size: In Settings, choose General > Accessibility, tap Large Text, then tap the text size you want.
    I hope this has helped a little - other than this option I think it pretty much is what it is.
    BTW - This information can be found on page 208 of the iPod Touch iOS 4.2 Users Guide.
    Best wishes..
    Ricky

  • How do I change font size on the safari tool bar

    How do I change font size on the safari tool bar

    You can't in Safari.
    However you CAN with Firefox and the add-on called Theme Font & Size Changer, also include NoSquint and set a global web page zoom level a bit higher, say 150%.
    NoSquint has buttons on the tool bar to increase/decrease each websites size AND IT REMEMBERS IT!
    Under the Tools Menu > Customize you can add more toolbars as well, but they have to have something in it of course.
    (note: the green with yellow type is a person you can add from thousands of choices, it's not the default look of Firefox)
    So this setup, although it may appear large here compared to Safari, is fine on my 17" when sitting back about 3-4 feet, takes up about 1/6th of the screen, so I'm not hunched up close, and I have a lot of screen real estate to play with anyway.

  • How to increase the font size in the safari tool bar

    Hello,
    I am trying to set-up Yosemite for my mom who is a senior.  The toolbar and address bar for safari seem to be quite small.  Does anyone know how to increase the font size in the tool bar and address bar?  I already figured out to make the font size bigger on a webpage which is nice but the rest of the interface, though pleasing to look at, is quite miniscule.
    Hope someone can help.

    I too would like an easier way to do it. The only way that I have found  (& it works for all applications, desktops Document & Download files) is to decrease the size of your Screen display from 2560 by 1440 ( this is your "Default for display") to 1920 by 1080. This is accomplished by going to "Accessibility Preferences" in your menu bar or through Systems  Preferences and choosing the DISPLAY icon, then unchecking the "Default for Display" Setting and then check "Scaled".
    Your screen resolutions will then appear in the drop down box & you can choose a smaller display (e.g. 1920 x 1440), then all print will appear larger on the screen.
    If anyone knows a slicker way, I 'm all ears (actually "eyes" would be more appropriate.
    I hope this helps you.
    -fpn7

  • TS3682 How can we get IOS7 to increase the font size of the keyboard in Messaging?

    I absolutely detest the font size of the keyboard - it is too thin, and the contrast we used to have in ios6 was perfect!   How do we complain loud enough to get Apple to give us a choice?

    here are some guides
    http://www.google.dk/search?client=opera&rls=en&q=osx+mail+font+size&sourceid=op era&ie=utf-8&oe=utf-8&channel=suggest

  • Is there a way to change the font size in the Creative Cloud user interfaces?

    It would appear that there is no way to change the unbelievably small font size in the panels, menus, etc for InDesign and Illustrator. If I'm mistaken, someone... please enlighten me.
    I'm a professional designer with 20/20 vision, working on an iMac 27... I shouldn't have to strain my eyes all day using Adobe programs I pay $50/mo to use. Shame on Adobe.
    My system set up is perfect for every other use and program - so don't bother recommending changing my screen resolution as a work around for Adobe's poor design.
    Are there any Adobe ambassadors out there who know when this will become an option? I'm guessing I'll see the standard answers that "it's on the list" or that they're famously "working on it". This should have been addressed long ago.

    This is an open forum with "some" Adobe staff participation, requests below
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Is there any way to change the font size of the text in the Finder Sidebar?

    This may sound like a bit of a dorky question but here goes nothing...
    I am rather near-sighted and in need of new glasses but I am stuck in a holding pattern until I can get a referral to see my eye doctor. Anyway... I have found myself using the Zoom features far more often and increasing the font size in the Finder for the Item Names & Info.
    The problem that I am facing now, is that the font size of the text in the sidebar is FAR SMALLER than the font size of the text of the actual file names & info.
    +*IS THERE ANY WAY TO INCREASE THE FONT SIZE OF THE TEXT IN THE SIDEBAR??*+
    So far I have looked in:
    *The Finder Preferences
    *The Desktop Preference Pane
    *The Appearance Preference Pane
    *The Seeing Tab of the Universal Access Preference Pane
    And to add to my frustration I have also searched the Mac OS X Help AND all of the posts in this thread (back to 1/1/09) that had the word "sidebar" mentioned in them!!
    +*DOES ANYBODY HAVE ANY OTHER IDEAS?? OR IS THIS ONE AREA THAT I AM OUT OF LUCK BECAUSE APPLE DIDN'T FORESEE THIS ISSUE??*+
    Usually, Apple is really very good about foreseeing any possible trouble (ESPECIALLY when it comes to the area of Accessibility for people w/ disabilities!!)
    I do hope that SOMEBODY can help me on this one!!
    Also, I noticed that the size of the text that is on the Toolbar is also the same ITSY BITSY font size as the text on the sidebar, but I am guessing that there is next to nothing that can be done about that!!
    Thanks a Million!!
    +~Kathryn A.+
    P.S. Here is the link to a screenshot that I took that will illustrate my problem more clearly...
    Icon View Screenshot: http://screencast.com/t/gzDONwN3

    Hi! The only way I know of is changing the screen resolution. Tom

  • Is there any way to increase the font size in the Creative Cloud. Using a Lenovo Yoga 2 with 14" screen and care barely see the menus

    Is there any way to increase the font size in the Creative Cloud. Using a Lenovo Yoga 2 with 14" screen and care barely see the menus.

    In short, no. There is no fix yet. They only barely acknowledge there is a problem. The "fix" is to enable 200% UI scaling which makes everything comically huge and unusable. This is pretty much of a joke. A really, really EXPENSIVE joke.

Maybe you are looking for

  • Game Center doesn't work correctly

    Game Center on iPod Touch 2nd Gen doesn't work correctly under iOS 4.2.1 It shows wrong language (Englist but not my native language. My region setting is right and the system language right too.) Besides, the "Games" page only has a button "Find Gam

  • Is there a Simple Way to Reformat  Database Text with Custom Converter?

    When a database column contains a string, often the string may be stored in the database in a form that may not be suitable for viewing by the user. It is often interesting to show the user the string after it has been reformatted. Many things includ

  • What modules are in Business One?

    Are other modules like PS, PM & QM included in Business one? If yes, under which key functional area do they come under? I would really appretiate if you could let know the complete list of modules included in Business One. Thanks Arun

  • Cannot view workflow log via Services for Object Workflow Overview

    We recently had an upgrade of R3/ECC and discovered a new issue.  For some reason we can no longer view workflow log via Services for Object > Workflow Overview for Material Master (transaction MM03).  We get the message "There are no workflows that

  • T61p restart when try to install the system.

    Hello, I have replaced motherboard on my lenovo T61p, old one was broken ( nivida chipset was burned). But right now after replacing motherboard I'm able to turn it on, i can go to bios setting, run mem test from cd. But when I'm trying to install sy