Page incorrectly displayed in browser (Was: Please Help)

Hello all.
I have been working on a website in DW CS6 and everything was working well, when all of a sudden, I went to view the pages in a browser and they are completely screwed up.  It looks as though they are not connected to the Styles sheet, but they are.  I linked them all to it long ago and the entire site was functioning earlier.  I just can figure out what I did wrong.  The following is the code for the HTML for the Home Page followed by the Styles Sheet code.  I'm hoping this is something stupid and easy:
<!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=utf-8" />
<title>Dowey Insurance Home</title>
<style type="text/css">
</style>
<link href="doweyins.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
  <div id="Header">
    <p>Dowey Insurance Agency</p>
  </div>
  <div class="header"><img src="Images/Dowey Ins Logo.png" alt="Dowey Logo" width="188" height="189" class="logo" /></div>
  <div class="linkbar">
    <ul>
      <li><a href="dowey_auto.html">Auto</a></li>
      <li><a href="dowey_home.html">Homeowners</a></li>    
      <li><a href="dowey_flood.html">Flood</a></li>     
      <li><a href="dowey_commercial.html">Commercial</a></li>    
      <li><a href="dowey_about.html">About Us</a></li>
    </ul>
  </div>
  <div class="sidebar">
    <p><a href="dowey_auto.html">Auto</a></p>
    <p class="sidebar_list"><a href="dowey_auto_car.html">Car/Truck</a></p>
    <p class="sidebar_list"><a href="dowey_auto_rv.html">RV</a></p>
    <p class="sidebar_list"><a href="dowey_auto_mc.html">Motorcycle</a></p>
    <p class="sidebar_list"><a href="dowey_auto_boat.html">Boat</a></p>
    <p class="sidebar_list"><a href="dowey_auto_wc.html">Watercraft</a></p>
    <p class="sidebar_list"><a href="dowey_auto_umbrella.html">Umbrella</a></p>
    <p><a href="dowey_home.html">Homeowners</a></p>
    <p class="sidebar_list"><a href="dowey_home_ho3.html">Home</a></p>
    <p class="sidebar_list"><a href="dowey_home_condo.html">Condo</a></p>
    <p class="sidebar_list"><a href="dowey_home_landlord.html">Landlord</a></p>
    <p class="sidebar_list"><a href="dowey_home_vacant.html">Vacant Dwelling</a></p>
    <p class="sidebar_list"><a href="dowey_home_renters.html">Renter</a></p>
    <p class="sidebar_list"><a href="dowey_home_umbrella.html">Umbrella</a></p>
    <p><a href="dowey_flood.html">Flood</a></p>
    <p> </p>
    <p><a href="dowey_commercial.html">Commercial</a></p>
    <p class="sidebar_list"><a href="dowey_commercial_bop.html">Business Owner</a></p>
    <p class="sidebar_list"><a href="dowey_commercial_gl.html">General Liability</a></p>
    <p class="sidebar_list"><a href="dowey_commercial_auto.html">Commercial Auto</a></p>
    <p class="sidebar_list"><a href="dowey_commercial_prop.html">Commercial Property</a></p>
    <p class="sidebar_list"><a href="dowey_commercial_farm.html">Farm</a></p>
    <p class="sidebar_list"><a href="dowey_commercial_workcomp.html">Workers Comp</a></p>
    <p class="sidebar_list"><a href="dowey_commercial_umbrella.html">Umbrella</a></p>
    <p><a href="dowey_policychanges.html">Policy Changes</a></p>
    <p class="sidebar_list"><a href="dowey_polchange_info.html">Personal Info</a></p>
    <p class="sidebar_list"><a href="dowey_polchange_mort.html">Mortgagee</a></p>
    <p class="sidebar_list"><a href="dowey_polchange_losspay.html">Loss Payee</a></p>
    <p class="sidebar_list"><a href="dowey_polchange_addins.html">Additional Insured</a></p>
    <p class="sidebar_list"><a href="dowey_polchange_coverages.html">Coverages</a></p>
    <p> </p>
    <p> </p>   
  </div>
  <p id="phone_num">For Insurance  Call: (609) 646-2118</p>
  <p><img src="Images/cars.jpg" alt="Cars" width="228" height="177" class="float_left" /><span class="container_txt"> Dowey Insurance Agency has been serving Southern New Jersey and beyond since 1975.  Over the years, the Dowey name has become synonymous with service and integrity.  Our customers are our family and we strive to treat them as such in all of our dealings with them. Whether you are looking for <a href="dowey_auto.html">Automobile</a> insurance, <a href="dowey_home.html">Homeowners</a> insurance, <a href="dowey_flood.html">Flood</a>, or <a href="dowey_commercial.html">Commercial</a> Liability, or just need to <a href="dowey_policychanges.html">make a change</a> to your existing policy, Dowey Insurance Agency is ready to take care of all your insurance needs. </span></p>
  <p><img src="Images/lux_home.jpg" alt="Luxury Home" width="269" height="179" class="float_right" /></p>
  <p class="container_txt">Have you recently purchased a new home? Homeowners insurance is a vital tool in protecting what is likely to be the biggest investment in your life. Dowey Insurance is ready to answer all your questions and provide you with a policy that is just right for your needs. Click <a href="dowey_home.html">here</a> for more information on Homeowners Insurance.</p>
  <p class="container_txt"><img src="Images/flood.jpg" alt="Flood" width="266" height="183" class="float_left" />Unfortunately, disaster does happen. When it does, the most important thing to know is that you're covered. Flood Insurance is usually optional (required by lenders in some areas), but is worthy of consideration if your property is located within 2 miles of tidal waters. Click <a href="dowey_flood.html">here</a> for more information on flood insurance.</p>
  <p class="container_txt"> </p>
  <p class="container_txt"><img src="Images/crash.jpg" alt="Crash" width="265" height="199" class="float_right" />Everyone needs auto insurance. We understand that for most people auto insurance is a necessary evil and an inconvenience. But if we have to have it, we might as well make sure we have proper coverage and that we understand the coverage we have.  Click <a href="dowey_auto.html">here</a> for more information on auto insurance.</p>
  <p class="container_txt"> </p>
  <p class="container_txt"> </p>
</div>
</body>
</html>
And here is the Styles Sheet:
@charset "utf-8";
/* CSS Document */
body,td,th {
          font-family: "Times New Roman", Times, serif;
          font-size: 14px;
          color: #333333;
body {
          background-image: url(Images/sky_background.jpg);
          background-repeat: no-repeat;
          background-color: #0303B8;
a:link {
          color: #000099;
          text-decoration: none;
a:visited {
          text-decoration: none;
          color: #CC0066;
a:hover {
          text-decoration: none;
a:active {
          text-decoration: none;
h1 {
          font-size: 36px;
h2 {
          font-size: 24px;
h3 {
          font-size: 18px;
.container {
          height: 1500px;
          width: 800px;
          position: relative;
          margin-right: auto;
          margin-left: auto;
          padding-right: 10px;
          background-color: #FFFFFF;
          color: #000033;
          font-size: 16px;
.container_txt {
          color: #000;
          font-size: 18px;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-right: 10px;
          margin: 10px;
.container_txtsmall{
          color: #000;
          font-size: 14px;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-right: 10px;
          margin: 10px;
.container_txtsmallbolditalics{
          color: #000;
          font-size: 14px;
          font-style:italic;
          font-weight: bold;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-right: 10px;
          margin: 10px;
.container_txtdef{
          color: #000;
          font-size: 12px;
          padding-top: 10px;
          padding-bottom: 10px;
          margin: 10px;
.header {
          height: 200px;
          width: 800px;
.logo {
          padding-top: 5px;
          padding-left: 5px;
#Header {
          position: absolute;
          left: 250px;
          top: 10px;
          width: 530px;
          height: 180px;
          z-index: 1;
          text-align: center;
          font-weight: bold;
          font-size: 50px;
          color: #003399;
          font-family: Georgia, "Times New Roman", Times, serif;
          font-style: italic;
.header2 {
          height: auto;
          width: 500px;
.logo {
          padding-right: 100px;
#phone_num {
          font-family: Georgia, "Times New Roman", Times, serif;
          font-size: 24px;
          font-style: italic;
          font-weight: bolder;
          color: #FF0000;
.linkbar {
          height: 50px;
          width: 760px;
          color: #333333;
          font-size: 18px;
          padding-left: 20px;
          padding-right: 20px;
          padding-top: 10px;
          padding-bottom: 10px;
          list-style-type: none;
.linkbar ul li {
          float: left;
          list-style-type: none;
.container .linkbar ul li {
          color: #000099;
          text-decoration: none;
          padding-right: 35px;
          padding-left: 25px;
          border: medium double #000099;
.sidebar {
          float: left;
          height: 1110px;
          width: 150px;
          font-family: Georgia, "Times New Roman", Times, serif;
          font-size: 18px;
          color: #000099;
          text-decoration: none;
          text-align: left;
          padding-left: 20px;
          border: medium double #000099;
          margin-right: 10px;
.sidebar_list {
          font-family: Georgia, "Times New Roman", Times, serif;
          font-size: 12px;
          color: #000099;
          text-decoration: none;
          text-align: left;
          padding-left: 20px;
.float_right {
          float: right;
          margin-left: 10px;
.float_left {
          float: left;
          margin-right: 10px;
Thanks in advance for any help you can provide.
Chris

Sorry about the subject line.  The site is not online yet.  However.  I just figured out the problem.  Somehow I deleted an entire section of CSS code.  When I went through it line by line I missed it because everything looked in order.  The reason I noticed is because I actually saved the code in a Word doc so I could email it to myself last week.  I compared it to the current code and found the problem.  Learned a lesson, but almost gave myself a heart attack.
Chris

Similar Messages

  • The status bar is pushed up at about 3/4 of the screen, so I can view onlu firefox at about 1/4, good thing there is a scroll bar, but below the status bar is white display? can u please help me, I want to drag down the status bar so I can have a full vi

    The status bar is pushed up at about 3/4 of the screen, so I can view only Firefox at about 1/4, good thing there is a scroll bar, but below the status bar is white display? can u please help me, I want to drag down the status bar so I can have a full view
    == This happened ==
    Every time Firefox opened

    Your code is absolutely unreadable - even if someone was willing to
    help, it's simply impossible. I do give you a few tips, though: If you
    understand your code (i.e. if it really is YOUR code), you should be
    able to realize that your minimum and maximum never get set (thus they
    are both 0) and your exam 3 is set with the wrong value. SEE where
    those should get set and figure out why they're not. Chances are you
    are doing something to them that makes one 'if' fail or you just
    erroneously assign a wrong variable!

  • Hello My ipads Power button is not working properly when I press it once it shows option to turn off instead of locking and some other display problems like it suddenly lockes down or display disappears ...Please help. Thank You

    Hello My ipads Power button is not working properly when I press it once it shows option to turn off instead of locking and some other display problems like it suddenly lockes down or display disappears ...Please help. Thank You

    Thanks for that information!
    I'm sure I will be calling AppleCare, but the problem is, they charge for the phone calls don't they? Because I don't have money to be spending to be on the phone with a support service.
    In other things, it seemed like the only time my MacBook was working was when I had Snow Leopard without the 10.6.8 update download that was supposed to be done to prepare for OS X Lion.
    When I look at the information of my HD it says that I have 10.6.8 but that was the install that it claimed to have failed and caused me to restart resulting in all of the repeated problems.
    Also, because my computer is currently down, and I've lost all files how would that effect the use of my iPhone? Because if it doesn't get fixed by the time OS 5 is released, how would I be able to upgrade?!

  • TS3700 I am facing this issues that music stops playing when the display goes...Please help me with this...:)

    I am facing this issues that music stops playing when the display goes...Please help me with this...:)

    Did you see the article linked at the top of this page?
    iPod nano (6th generation): Music stops when display turns off
    B-rock

  • Ios8 problem. ibooks individually open up ok black print on white, but the "page" shows as dark charcoal with indistinct pale lettering and I can't read it.  Nowhere to fix the "page".  It's crap. Please help

    ios8 problem. ibooks individually open up ok black print on white, but the "page" shows as dark charcoal with indistinct pale lettering and I can't read it.  My home page picture appears to "bleed" through.   Nowhere to fix the "page".  It's crap. Please help

    I'd still prefer to keep separate user accounts. I never had any issues like this before. The only time I started having a problem was when I was just trying to force empty the trash a few months ago. I came on here looking for a solution and someone posted a way to empty the trash using the terminal. Before then, I hadn't used the terminal for anything--it was just another app in my utilities folder.  (None of this has anything to do with having separate user accounts. Plenty of people with kids make second and third user accounts on their laptops so that multiple people can use one laptop, having more than one user on a laptop is not very difficult.) But thank you, I'll try that out and see if it works!

  • Have problems with Mail on MacBook running OS X Mavericks. It suddenly became stuck: won't quit and won't display any messages. Please help.

    Have problems with Mail on MacBook running OS X Mavericks. It suddenly became stuck: won't quit and won't display any messages. Please help.

    Select Force Quit from under the Apple menu and select Mail (it may say that it isn't responding).
    Clinton

  • When i switch on my macbook its icon first appears smallers then gets bigger and the place where we enter the password.......that page looks like over zoomed. Please help tell what to do????

    when i switch on my macbook its icon first appears smallers then gets bigger and the place where we enter the password.......that page looks like over zoomed. Please help tell what to do????

      Reset PRAM.   http://support.apple.com/kb/PH18761

  • We updated to the new Pages 5.0.1 and now none of our Pages 9 documents will open. Please help.

    We updated to the new Pages 5.0.1 and now none of our Pages 9 documents will open. Please help.

    Since you have Pages '09 documents it is safe to assume that you own Pages '09.  If you bought it from the App Store you should be able to download it again to your new machine.  If you have the install disks, you can install it on the new machine and the find the updater for it.
    Or you can go to the Apple Store (make an appointment) and get them to install iWork '09 on your machine.  They will do this for free if you can provide any proof that you owned it on your older machine.  They may do it for free anyway.
    As others said, your '09 files should open, so perhaps they were '08 files.  In which case you must open with '09 first.  For this reason Apple will sometimes give you a free version of iWork '09.  If you are not near an Apple Store try phoning them.  No guarantees, but others have reported that Apple sent them a free DVD.
    Worse comes to worse, look to buy it on Amazon or eBay, but try Apple first.

  • Problem displaying an Excel File: Please Help

    Hello,
    I spent 3 hours this morning reading the forum on how to display an Excel file in the browser using JSP and I apologize in advance if the answer is in the forum.
    I cut and paste many examples: My goal is to display an excel file on the browser.
    Below is the code but the result is a disaster (please se after the code the result).
    My question is how can I display an excel file using the browser. What's wrong with my code. Apparently it worked for many people on the forum.
    Please help. I must do that by tomorrow and I had spent already so many hours.
    THANK YOU SO MUCH IN ADVANCE.
    So far the forum had helped me a lot.
    <%@ page language="java" import="java.io.*" %>
    <%
    String myfile = new String("/temp/temp.xls");
    File fileName = new File(myfile);
    // Setup our streams
    FileInputStream fis = null;
    ServletOutputStream out1 = response.getOutputStream();
    // Set content type and other response header
    response.setContentType(getServletContext().getMimeType(fileName.getName()));
    //response.setContentType("application/excel-document");
    //response.setContentType("application/vnd.ms-excel");
    response.setHeader("Content-Disposition","attachment; filename=\"" + fileName.getName());
    response.setContentLength((int) fileName.length());
    // Read in the file from the correct place and stream it to the user
    int iRead;
    FileInputStream stream = null;
    try
    stream = new FileInputStream(myfile);
    while ((iRead = stream.read()) != -1)
    out1.write(iRead);
    out1.flush();
    } catch (IOException i) {}
    %>
    RESULT:
    ������>�� �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ���@����\p Yahel Malkin B�a�=���=��@�7 �������Oh��+'��0p08 P \h� Yahel Malkinn@�|�$�+�@�|�$�+�������.��+,��0�HP X`hp x ��� competitivePricingReportSave Worksheets���� ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Root Entry�������� �F��T�+�����Workbook������������SummaryInformation(����DocumentSummaryInformation8������������

    For those who are having the same problem than me here the solution:
    In fact I was only interested in saving the file
    <%@ page language="java" import="java.io.*" %>
    <%
    String myfile = new String("/temp/temp.csv");
    response.setContentType ("application/vnd.ms-excel");
    response.setHeader("Content-Disposition", "attachment; filename=\""+myfile+"\"");
    int iRead;
    // Setup our streams
    FileInputStream fis = null;
    ServletOutputStream out1 = response.getOutputStream();
    FileInputStream stream = null;
    try
    stream = new FileInputStream(myfile);
    while ((iRead = stream.read()) != -1) {
    out1.write(iRead);
    out1.flush();
    } catch (IOException i) {}
    %>

  • Curve 8520 browser problems - please help!

    I've had my Curve 8520 for three weeks and it was working like a dream. However, yesterday evening, the browser application suddenly stopped working. I know it's not an issue with my wi-fi, as my laptop is still working fine. When I try to load the browser and visit a website, it flashes up "requesting..." as normal, and then goes to "loading" with a white screen, but refuses to load the web page. What's wrong with it? I've tried changing options in the browser configuration, but nothing works. Please help me!

    With any glitch on a BlackBerry, first off do a battery pull reboot,
    With the BlackBerry device powered ON, remove the battery a few seconds and then reinsert the battery to reboot. 
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Display not working Properly please help???

    Hey all I have read thru about 25 pages of different posts relating to the video screen problem, and none see to be exactly like mine. I have 1st genereation IMAC G5, that had the orginally logic board problem where screen wouldnt come on at all, i got it fixed once under apple care warranty, then i had another problem where system kept crashing causing automatic restart which apple store genuis bar said was also logic board, this time i was out of applecare coverage but, i got ot covered thru the extension program that just ended in dec '08. Last week when i got home my screen was off, i restarted by holding pwer button down, then i got partial screen( only dock bar items, prgrams, & etc where showing, no desktop files), so i restarted again and got this strange pixeliate screen after loading(see image: http://i152.photobucket.com/albums/s183/nofate21/Picture001.jpg), so i rrestarted know during loading process I get normal apple logo, but with horizontal pink lines running thru screen at variables( see image:http://s152.photobucket.com/albums/s183/nofate21/?action=view&current=Picture003 .jpg & also http://s152.photobucket.com/albums/s183/nofate21/?action=view&current=Picture003 .jpg). Now it varies when i restart CPU, sometimes I get completely black screens, sometimes i get blue screen with nothing, and the last couple of times I get a black scrren with a mouse cursor that moves normally. i have also tried restarting while hook-up to external display(my lcd TV) and I get same image (although minus the intermittent/variable horizontal pink lines), please help with any suggestion or even advice( such as trash it, try to fix with ordered parts, etc) Have appt with genuis bar, but already know the will say $800-1000 for new logic board or whatever

    Are you saying you already got it fixed but the problem is reaccuring??
    I am part of the unlucky ones who didnt't have applecare or the extended warranty. My iMac broke down 8 months ago. I no longer have any display. The strange thing was I left it at home because I went to uni, so there was a period of at least 10 months where it was not used. But still it failed within a few weeks of me getting back home. I was sucked in by their adverts making me believe they were a superior computer to any windows based. How wrong was I. It has now left me with a very bitter taste.
    Any of you guys know if it still will work if I connect an external monitor?

  • My display has gone crazy, please help!!!

    Well folks, you can count me in as another victim of the "checkered/blocked" display problem. It suddenly came up just a few hours ago and I,m going crazy. Have been reading some of the posts and Apple should definitely look further on this issue since it's affecting a considerable number of users. I,m not clear if my system is covered under Apple's Extension Program. My S/N begins with W8526xxxxxxx, please help us Apple.

    Hi Chasnufa!
    Basically your screen looks like an old-fashioned TV test card with blocks all over it? That happened to my imac G5 when I had only had it a short while back in 2005. I had just switched to mac and was devastated. When I rang Apple they said it was the logic board which is the most expensive part to replace apparently. I had it fixed under Applecare. I would find out if you can get it fixed under the Apple program as now it is a known fault with these models.Here is a link to the page Apple have set up about the extended repair program, it does look like your model could be one of the affected ones:
    http://support.apple.com/kb/HT2390
    I hope this helps!

  • Urgent Deadline to Fix PC Mess Displaying iWeb Created Site -- Please Help!

    IWeb 08 and web-design-savvy Mac users, I really need your help... and I'm on a tight deadline.
    I've designed the website promoting our group's big event by using iWeb 08; I was very troubled when I discovered tonight that there are major display problems in Microsoft Internet Explorer 6 on Windows PCs. This website is essential to promoting the event and I can't afford to lose traffic because of display issues.
    Here's the site.
    www.spj.org/pittsburgh
    Can anyone walk me through the best fixes for the following problems?
    On a PC in Internet Explorer:
    1) The home page display chokes up during scrolling; there's a sort of "stuttering" effect in rendering of simple images that slows down the PC and gums things up.
    2) The layout of the center-justified text is trashed by Explorer's insertion of large blocks of blank spaces and a line return in an area where I change the color of the text for emphasis.
    On my web pages that display the iWeb-generated navigation links:
    3) The label for the final navigation link drops down to a second row, creating a ragged, poorly formatted look.
    4) If you click on the navigation link for the current page, it takes you to the home page instead of keeping you on the current page.
    None of these problems happen in Safari for Windows.
    In Firefox for Windows, I believe that only problem 3 happens.
    Explorer 7 for Windows appears to fix only problem 2.
    -Will an "optimizer" program fix any or all of these problems?
    -Can I open the iWeb-created html files in Netscape Composer, SeaMonkey, TextEdit, or any other application, change the html code to fix any of this, and save the repaired result?
    -Is there any change in the formating within iWeb that I should try that will put things right on a PC?
    Thanks for any help you can offer. I have to fix this somehow this weekend.

    Cédric,
    Thank you. I will definitely build my own navigation menu, as you described to solve problems 3 and 4.
    I'm still struggling with the decision of how to deal with issues 1 and 2 On a PC in Internet Explorer. (See below.)
    I did already update to iWeb 2.0.3 before I created the site.
    1) The home page display chokes up during scrolling; there's a sort of "stuttering" effect in rendering of simple images that slows down the PC and gums things up.
    2) The layout of the center-justified text is trashed by Explorer's insertion of large blocks of blank spaces and a line return in an area where I change the color of the text for emphasis.
    Here are options I'm considering.
    One is to take screenshots of the site's current iWeb-generated graphics, turn them into jpegs, and reinsert them into the page as jpegs. My thinking is that it would eliminate any Explorer problems with rendering png images and effects.
    Another option is to rebuild the entire site in another program, trying to imitate the look of my current iWeb-created site. The problem is, I don't know if I have to skills to properly create my PayPal online registration section, which is essential. If I do try to redo the entire site, I haven't decided to use Netscape Composer (my old method), SeaMonkey (its successor), or some other application with which I have no experience. If I do recreate the entire site, I'm going to have to be careful to exactly duplicate the individual page names, so that I don't break the links for anyone who has linked to the current pages.

  • Strange Error During Page Load in Debug Mode (only) - Please Help!

    Hi All,
    Data base version: oracle 11g
    Apex version: Apex 4.1.1
    Webserver: Apache
    Need help with how to troubleshoot a Critical problem. The following error only occurs during page load in "Debug" mode. And, only occurs on a specific page within the application. A web page is served-up containing the following message and the application is blocked from running the page. The browser's (IE 8.0) back button must be clicked to proceed outside of "Debug" mode.
    "Error occurred while painting error page: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06502: PL/SQL: numeric or value error: character string buffer too small"
    Debug log follows:
    "S H O W: application="2006" page="6" workspace="" request="" session="500549669426301"
    Computation point: Before Header
    ...Perform computation of item: APP_SERVER, type=FUNCTION_BODY
    ...Performing function body computation
    ...Execute Statement: declare function x return varchar2 is begin return owa_util.get_cgi_env('SERVER_NAME'); return null; end; begin wwv_flow.g_computation_result_vc := x; end;
    ......Result = 156.9.122.214
    ...Session State: Save "APP_SERVER" - saving same value: "156.9.122.214"
    Processes - point: BEFORE_HEADER
    ...Process "GET_POSITION" - Type: PLSQL
    ...Execute Statement: begin wwv_flow.g_boolean := :F109_POSITION_ID IS NULL and :APP_PAGE_ID != 101; end;
    ......Result = FALSE
    ......Skip because condition or authorization evaluates to FALSE
    ...Process "Get JARS Sifter Log File Record Count" - Type: PLSQL
    ...Execute Statement: begin DECLARE vcnt NUMBER := 0; BEGIN d('Get JARS Sifter Log File Record Count'); Select count(*) into vcnt From JARS.JARS_SIFTER_LOG Where moveid = to_number(:P6_MOVEID) and sifter_status IN ('F','J'); :F1000_P6_SIFTER_LOG_COUNT := to_char(vcnt); END; end;
    Custom: Get JARS Sifter Log File Record Count
    ...Process "Set PTM Planned Trip Status" - Type: PLSQL
    ......Skip because condition or authorization evaluates to FALSE
    ...compatibility mode - do not set mime type
    ...compatibility mode - do not set additional http headers
    ...close http header
    ...metadata, fetch item type settings
    ...metadata, fetch items
    Show page template header
    Rendering form open tag and internal values
    Add error onto error stack
    ...Error data:
    ......message: Error processing request.
    ......additional_info: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ......display_location: ON_ERROR_PAGE
    ......is_internal_error: true
    ......apex_error_code: APEX.UNHANDLED_ERROR
    ......ora_sqlcode: -6502
    ......ora_sqlerrm: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ......error_backtrace: ORA-06512: at "APEX_040100.WWV_FLOW", line 3027 ORA-06512: at "APEX_040100.WWV_FLOW", line 7867
    ...Show Error on Error Page
    ......Performing rollback
    Rendering form open tag and internal values
    ...Unhandled Error while painting error page: ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ...Error Backtrace: ORA-06512: at "APEX_040100.WWV_FLOW", line 2707 ORA-06512: at "APEX_040100.WWV_FLOW_ERROR", line 185
    End Page Rendering"
    Thanks!
    Bernard

    All,
    It appears that the page Javascript maximum limit size was reached. The error stopped appearing after some of the page Javascript code was removed out to Application Static Files. I wonder if there exists any "direct" indicator by the system whenever the size limit has been reached?
    Again, the run error only occurred when the page was loaded in "Debug" mode.
    Bernard

  • Bigger lyrics display in ipod / ipad please help!!!!!!!!!!!!!

    I am a singer. I sing with backing tracks using an ipod. I was excited to find you can enter the lyrics in the song information and have it displayed. I got an ipad thinking, with a bigger display, I could do away with my lyrics folder, and have the lyrics come up at the same time as I play the backing track. I am so disappointed with how small the font is displayed, and there seems no way to zoom it or increase the font. I have been searching apps to see if there is anything to fix this issue. I can only find apps for downloading lyrics. I already have the lyrics!! I just want them to be displayed bigger!
    There must be a solution for this! Can somebody please help me?!

    you can provide feedback here:
    http://www.apple.com/feedback/iPad.html

Maybe you are looking for

  • Non English characters conversion issue in LSMW BAPI Inbound IDOCs

    Hi Experts, We have some fields in customer master LSMW data load program which can contain non-English characters. We are facing issues in LSMW BAPI method with non-English characters Conversion. LMSW steps read and conversion are showing the non-En

  • Podcast feed validated but can't download or listen to the podcast

    new to submitting podcast to iTunes. I used the feedvalidator.org to validate the RSS feed and tested using Subscribe to podcast in iTunes. I can see the podcast but cannot download/get/play the episodes. heres the feed: http://www.imf.org/external/i

  • Why only 10-bit depth dng files from 16-bit Nikon D90 nef files?

    When I convert 16-bit .nef files from my Nikon D90 to DNG I get only 10-bits depth. Since the camera should be producing 12-bit depth it seems I am losing information in the conversion, and I don't want that. I have installed the 7.1 DNG converter, a

  • Windows users heads-up: If you installed plug-ins under \Program Files\Adobe\Adobe Photoshop Lightro

    The SDK documentation has always recommended that you install plug-ins in the App Data folder: In Windows XP, "C:\Documents and Users\username\Application Data\Adobe\Lightroom\Modules" In Windows Vista, "C:\Users\username\AppData\Roaming\Adobe\Lightr

  • 2012 Mac Mini

    Anyone had any experience with the new 2012 version of the Mac Mini running CS5/6 and/or Lightroom 4?  I am considering switching from a Windows 7 system to OS X and the price of the maxed out Mac Mini looks better to me than the 27" IMac.  I have tw