Header Size

Hey Everyone,
I am actually plugging in a value (the name of the app) into the Header Text field for the page. I cannot figure out how to change the font size. I have tried everything I can think of in html, mainly setting it to H1. Is there a way to get this to show up in a larger size? I cannot get this to work.
Thanks in advance for answering the newbie's question. Talk to you soon.
Edited by: user12169048 on Feb 10, 2010 11:34 AM

The browser defaults that normally style <h1> larger than body text are overridden by the APEX theme CSS using the [universal selector|http://meyerweb.com/eric/articles/webrev/200006a.html]. This is poor practice and causes [many problems|http://forums.oracle.com/forums/search.jspa?threadID=&q=%22universal+selector%22&objID=f137&dateRange=all&userID=&numResults=15] (which are often obscure and awkward to fix).
This in turn will need to be overridden by another CSS rule, such as:
h1 {
  font-size: 150%;
}(Please update your forum profile with a better handle than "user12169048".)

Similar Messages

  • HTTP header size problem

    We have been using weblogic to serve the jnlp for a while now (there is a servlet that generates jnlp and sends to client) without any problems. Yesterday the following error occurred for the first time and the server stopped working. Does anyone have a clue as to in which situation can the header size exceed this limit? After restarting the server, it started working properly again.
    weblogic.socket.MaxMessageSizeExceededException: [Incoming HTTP request headers of size 4129 bytes  exceeds the configured maximum of 4096 bytes]
    at weblogic.socket.MuxableSocketHTTP.incrementBufferOffset(MuxableSocketHTTP.java:111)
    at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:245)
    Thanks.

    My first reaction was that if you are using version protocol, and if you had many versions of some resources in the cache, maybe the request from java web start kept growing with each version.
    http://xxx.com/yyy/zzz.jar version="1.9"&current_version="1.1"&current_version="1.2"&current_version="1.3"...
    but in that case can't see how restarting the server would help.
    /Dietz

  • Maximum header size on ACE and CSS

    whats the max size for header that u can allocate on CSS and ACE?

    The CSS limit is in terms of packets...
    501-1(config)# spanning-packets ?
    Integer value(Range: 1-20)
    501-1(config)# spanning-packets
    We can hold max 20 packets per connection.
    So, if you are doing L7 loadbalancing and are looking for a cookie, it better be in the first 20 packets.
    ACE has a limit in buffers per connection and a limit of header size.
    They are controller with a parameter-map
    switch/User2(config-parammap-http)# set header-maxparse-length ?
    <1-65535> Enter max-parse length for header
    G.

  • Controlling the header size when using sub templates

    Hi All,
    I have a conditional header subtemplate which has a different company logo for each country. I have a header sub template which has the list of all possible logo's which are conditinally invoked from the main template. Everything works fine. But the header size if too huge. I have tried different options of reducing the margin-size, setting vertical alignment to the top, but none of them seems to make the header size any smaller. Pls help.
    Thanks
    Swarna

    Hi,
    once i upload the rtf to the server With the static url i am able to view it . the problem is occuring only when i add the ${HTTPSERVER} in the import statement. I have set the property "Disable external reference" to false.
    Here is my static URL
    <?import:http://myserver:9704/xmlpserver/HeaderFooter.rtf?>
    After adding property of HTTPSERVER in xdo.cfg file URL is
    <?import: http://${HTTPSERVER}/HeaderFooter.rtf?>
    further i am even able to download the file when I run the static URL.
    Please let me know if any settings need to be done

  • Pls Reduce Header Size

    Pls Reduce Header Size

    Hi,
    Would please provide more information about your question so we can resolve it more efficiently?
    What does the “Header” refer to?
    If you mean the email message header, I think we can do nothing to reduce the header size.
    Please feel free to post back with more information.
    Best Regards,
    Steve Fan
    TechNet Community Support
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Default WCI HTTP Header size

    Hi All,
    I am currently working with a customer that has a very small header size limit on their load balancers, 4K including URL.
    They would like to know for a normal portal user what is the default header size that WCI will produce. They are aware that this will vary according to page content but if we assume there are no portlets on a page.
    I can measure this but thought I would put it out there to see if anyone has done this work before ?
    Cheers
    Bob

    hi,
    You are referring to header between user browser and portal or portal and remote applications ?
    Size of the header between portal and remote applications, depends on userinfo that are configured for specific portlet.
    As for header size sent by user browser, you can easily check it using firebug or fidler.
    Cześć,
    Marcin

  • Can someone explain about frame header size in Ethernet over MPLS

    Can someone explain about frame header size in Ethernet over MPLS

    Hello Arun,
    Here is some explanation:
    http://cciethebeginning.wordpress.com/tag/eompls/
    Also I attached pcap file, you can open it in wireshark and look at entire packets. There are some pings 10.0.0.1 <-> 10.0.0.2 between CEs
    Best Regards
    Please rate all helpful posts and close solved questions

  • #5.3.4 message header size exceeds limit

    Hi !
    We are getting this bounce error message from our customers trying to send emails to our newly built C370 Ironport box.
    Here is the error message;
    "The following message to [email protected] was undeliverable.
    The reason for the problem:
    5.3.0 - Other mail system problem 552 - '#5.3.4 message header size exceeds limit'"
    Hope is Delivery Satus Notification will help to identify what the problem is about.
    Appreciate your kind response on how to fix this issue.
    Best Regards,
    Ruveni

    Hi Ruveni,
    Please check our following knowledge base article which explains this error and provide solution for it.
    Message Bounces with "552 #5.3.4 message header size exceeds limit"
    http://tinyurl.com/2yw579
    Hope this helps!
    Regards,
    Viquar
    Customer Support Engineer

  • Urgent : OS Block header size (convert raw device to filesystem using dd)

    Hi,
    We need to convert oracle datafiles raw devices to filesystem.
    Environment: Oracle 8.1.7 on solaris 8.
    Our unix team is unable to tell the value of os block header size to be used for skip/iseek parameter of "dd" command. I know that rman "copy datafile" can be used but it does not help for converting redo log files.
    could someone please help.
    Thanks.
    Rakesh

    DB has been shutdown, cold backups have been taken and cannot make any changes at this point.
    Is it so tough to know this value ?
    Just to clarify, in the following dd command, what should be the value of skip :
    dd if=/dev/rdsk/rawfile1of=/data/file1 bs=8192 skip=??? count=100000
    Thanks,
    Rakesh

  • Oracle (Apache) HTTP Server - Default Header Size limitation

    Does the Oracle HTTP Server have a http header size limitation? If so, what is the maximum size allowed for http headers? Can it be changed, and how?
    Which version of Apache shipped with AS 9.0.4? I've been trying to find the answer to my questions in the Apache 1.3 documentation, but I'm not having any luck.
    Let me explain my problem. We're using Vintela's Single Sign-On library for authentication in our java applications. Recently we ran into a problem where a user was not being granted access to the application. Much debugging occured, eventually we had to open a trouble ticket with Vintela. They suggested it might be a http header size limitation and to check the configuration for the web cache and apache. We easily found the configuration options for the web cache, but are still looking for apache.
    We've by-passed the web cache and accessed the HTTP server directly and we are still experiancing the same problem.
    To keep this message short and concise, I've omitted most of our troubleshooting, we're pretty sure the problem is related to a HTTP header size limitation.

    One trick I saw the Oracle guys do is telnet to the httpd port and manually type in an HTTP request.
    Perhaps ask the Vintela people for a test string that you can paste in a telnet window to test if the server handles it correctly.
    Also, you can put Apache in a sort of debug mode as well using the AS Console. I can't remember, but I think this may show the entire http request including the headers.

  • To calculate Header size for an audio file.

    HI ALL
    Iam displaying the wave form for an audio file opened(.wav, .au ...etc) and doing any edit operation (cut for example) my waveform is shown with extra header (bytes) added to this wave form, i want to get rid of this. That's why i want to calculate the Header Size, which i heard that header size is not constant for all the files(even same two .wav files).
    Any Ideas will be appreciated.
    Thanks
    kalpana.

    find the documentation for the .wav file format :P

  • SequenceView Control header size

    Hi !
    Currently embedding the SequenceView control in my LV development, I'm trying to use it's properties to customize it.
    I'm facing a problem : how to resize the headers ?
    You can see in the pic attached that if you change the font of the headers to make it bigger, the headers won't resize... and couldn't find any options to do it.
    Any ideas ?
    Solved!
    Go to Solution.
    Attachments:
    Header Size.PNG ‏57 KB

    Hello,
    I find in our internal page, that there is a Corrective Action Request for that (title : The header on the SequenceView does not size to the font
    ), normally it should be correct with the new version of Teststand (Teststand 2010).
    Best Regards,
    Nacer M. | Certified LabVIEW Architecte

  • What are the header size variables?

    I am wondering what is the header size capabilities in pixels?

    There is no limit to how tall the actual header can be.  However, images that are placed inside of a header have a pixel limit of 300-pixels tall.  The width of the header is limited by the max width of a form (since they are the same width), and the maximum width that a form can be is 1500 pixels wide.
    As for the minimum height and width, those are defined more by the margins and the font sizes you choose (if you choose text).  For width, forms have a minimum width limitation of 300 pixels wide.  For the height, the effectual minimum height is 50 pixels tall, but an image or a font larger than the minimum would increase that minimum.
    I'm curious to know if you have needs beyond those limitations and what the use case is.  Do you need to insert an image in the header to be greater than 300 pixels tall?

  • 11g bitmap header size

    Hi,
    I just noticed that the bitmap header size of a datafile on 11g for uniform size tbs is not 64K as it used to be on previous versions. After many trials I found that the header size should be 1M.
    eg
    I created a tbs with uniform size 200MB and a datafile of size 1024064K = 1GB + 64K (space for bitmap header)
    Then I noticed that an extent of 200MB was created in the datafile before creating any other object and datafile free space was 800M. (probably the extent was used from the datafile header).
    When I resized datafile to 1025024 = 1G + 1M the datafile free space increased to 1G.
    Am I right or I missed something here?
    datafile header size is 1M on 11g?

    user12211346 wrote:
    perhaps you didn't understand what I am saying...
    The file size is (1000*1048576+65536)/1024 = 1024064K = 1G + 64K (for the bitmap header) . In 9i and 10g I get a datafile of 1G without any extent as the bitmap header uses the additional 64K of the data file. In 11g I get a file of 1G with one extent used by bitmap header. If I add 1M instead of 64K [(1000*1048576+1048576)/1024 = 1025024K = 1G + 1M ] to the datafile there is no extent created into the datafile...
    So, it seems the bitmap header size is 1M in 11g (11.2.0.1)
    Am I correct?If you want to check - then execute
    select * from dba_free_space where tablespace_name = 'your new tablespace';Since you have one file and no objects created there should be one free extent, and the block_id will be the first block of free space. If the block_id is 9 then (with your 8KB blocksize) the bitmap size if 64KB; if the block_id is 129 then the bitmap size is 1MB. Bear in mind that 64KB is not the only possibility - the initial size of the bitmap depends on the initial file size even in earlier versions of Oracle. I'm fairly sure that I wrote something about larger bitmap sizes in Practical Oracle 8i ... possibly because I tested what happened when creating a file of 4GB or 16GB. Possibly it also depends on whether you've configured your system for "large files."
    Regards
    Jonathan Lewis

  • Bitmap header size on 11g

    Hi,
    I just noticed that the bitmap header size of a datafile on 11g for uniform size tbs is not 64K as it used to be on previous versions. After many trials I found that the header size should be 1M.
    eg
    I created a tbs with uniform size 200MB and a datafile of size 1024064K = 1GB + 64K (space for bitmap header)
    Then I noticed that an extent of 200MB was created in the datafile before creating any other object and datafile free space was 800M. (probably the extent was used from the datafile header).
    When I resized datafile to 1025024 = 1G + 1M the datafile free space increased to 1G.
    Am I right or I missed something here?
    datafile header size is 1M on 11g?

    user12211346 wrote:
    perhaps you didn't understand what I am saying...
    The file size is (1000*1048576+65536)/1024 = 1024064K = 1G + 64K (for the bitmap header) . In 9i and 10g I get a datafile of 1G without any extent as the bitmap header uses the additional 64K of the data file. In 11g I get a file of 1G with one extent used by bitmap header. If I add 1M instead of 64K [(1000*1048576+1048576)/1024 = 1025024K = 1G + 1M ] to the datafile there is no extent created into the datafile...
    So, it seems the bitmap header size is 1M in 11g (11.2.0.1)
    Am I correct?If you want to check - then execute
    select * from dba_free_space where tablespace_name = 'your new tablespace';Since you have one file and no objects created there should be one free extent, and the block_id will be the first block of free space. If the block_id is 9 then (with your 8KB blocksize) the bitmap size if 64KB; if the block_id is 129 then the bitmap size is 1MB. Bear in mind that 64KB is not the only possibility - the initial size of the bitmap depends on the initial file size even in earlier versions of Oracle. I'm fairly sure that I wrote something about larger bitmap sizes in Practical Oracle 8i ... possibly because I tested what happened when creating a file of 4GB or 16GB. Possibly it also depends on whether you've configured your system for "large files."
    Regards
    Jonathan Lewis

  • Max Header size

    Hi,
    I am running WebLogic 9.2 on Windows. I wanted to know how to increase the Max HTTP Header size for the server instance. I know how to do it in Tomcat (server.xml), but never done this with weblogic before.
    Any pointers would be a great help!
    Thanks,
    SD

    Hi,
    I am running WebLogic 9.2 on Windows. I wanted to know how to increase the Max HTTP Header size for the server instance. I know how to do it in Tomcat (server.xml), but never done this with weblogic before.
    Any pointers would be a great help!
    Thanks,
    SD

Maybe you are looking for

  • Getting error while running sapinst.exe

    Hi Gurus, I have an error while running sapinst.exe. =============================== Error: Home directory is not available for user sapsdt Opened sylib722.dll exe dir is I:\usr\sap\***\tmp\3\sapinst_exe.10440.1359197818 MessageLib initialized succes

  • Multiple problems: OfficeJet Pro 8000 Wireless

    We bought an HP OfficeJet Pro Wireless for our two Macs and it's been a nightmare. I've searched help guides and forums and am hoping you can help me fix the problems. It takes 10 minutes to start up the printer each time. There is a lot whirring and

  • Don't display task in collaboration room.

    I need to delete the option TASK from the Collaboration Room. What I should do?

  • Open .BMP files

    Hi On SP 2013 Having some BMP files ...now it opens up within IE   - how do I force it to open in Paint?   

  • Migrating data from 10.5.7 to 10.6.8

    I'm giving my daughter my 3 year old MBP runnig 10.6.8. She has a 3 year old Macbook running 10.5.7. How do I migrate her various libraries such as itunes, iphoto and imovie since her aps are older than the ones on the MBP. I kow about starting her c