Page not valid XHTML 1.0 Transitional?

Okay,
So I've been having problems (go fig) with my page displaying properly in the Firefox browser on my account. My site displays fine on my account in Safari. If I switch accounts, the site will display better (not perfectly) in Firefox. On my windows machine, my site displays fine in all three of my browsers, IE, Firefox, and Safari.
Here is a link to my site: kevin morehouse
The page that displays incorrectly is the "About Us" page.
I went to the Mozilla website and found a link to http://validator.w3.org/
This is what came back when I ran my URL
Validation Output: 4 Errors
Line 224, Column 202: there is no attribute "allowTransparency".
…0" marginwidth="0" allowTransparency="true"></iframe>

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
Line 255, Column 260: cannot generate system identifier for general entity "counter".
…7-B031088E2D79?webdav-method=propget&counter"></script><

An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters.
If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.
Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.
Line 255, Column 260: general entity "counter" not defined and no default entity.
…7-B031088E2D79?webdav-method=propget&counter"></script><

This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.
Line 255, Column 267: reference not terminated by REFC delimiter.
…88E2D79?webdav-method=propget&counter"></script><img src

If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.
Line 255, Column 267: reference to external entity in attribute value.
…88E2D79?webdav-method=propget&counter"></script><img src

This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.
Line 255, Column 267: reference to entity "counter" for which no system identifier could be generated.
…88E2D79?webdav-method=propget&counter"></script>
</script>
Line 255, Column > 80: XML Parsing Error: EntityRef: expecting ';'.
…pe="text/javascript" src="http://web.mac.com/i/chp/NGHitCounter.js"></script>…
Message was edited by: kevin morehouse

I am VERY concerned with the fact that my pages are not being properly validated and displayed.
I have created two different sites using iWeb '08 and while I am satisfied with the ease of use, I am concerned that my sites are not being displayed correctly... in fact, the other day my friend who is a Mac whiz and who hosts my business website on his server... tried to visit the site that I created using iWeb '08 and had published to my .Mac account... it caused his browser to flat out crash! He said he hasn't seen anything like that in years!
Here is the site I have begun to build http://www.mcleanmonowheel.com
If you paste this url into http://validator.w3.org/ a slew of errors pop up.
Is this the norm with iWeb or have I done something wrong on my end???
-Patrick

Similar Messages

  • When I try to open yahoo bookmarks (red button) on Firefox I get a "page not valid" or some otgher error message (works okay with Explorer.

    I recently done an upgrade on my PC (can't remember what). since then I haven't been able to open or log in to my Yahoo bookmarks (red button on tool bar). I get a log in screen, but when I log in with my Yahoo ID and password, I get "This page expired" error message. I've gone the the help menu and reset my yahoo password, but it still won't let me log into yahoo bookmarks with Firefox. If i use Explorer, it works fine. I like Firefox, but I need to be able to access yahoo bookmarks.

    Hello,
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Click the menu button [[Image:New Fx Menu]], choose History, and then Clear Recent History....
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • DW Validator XHTML Transitional DTD

    If i am using the validator XHTML 1.0 Transitional as my
    validation. Is the DTD file it is using located somewhere in DW's
    configuration folders? If so, does anyone know where it is?
    i see that under tagLibraries\Validator\ there is the
    XHTML10t.vtv file, but that is not the actual DTD.

    > is there any reason not to use XHTML 1.0 Strict?
    No. If your skill can support the use of this doctype, it's
    fine to use.
    > Would this interfere with validation?
    No.
    > Is there any way to change the
    > DOCTYPE for pages I have already started?
    In CS3, use FILE | Convert ...
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Daylilybud" <[email protected]> wrote in
    message
    news:frlanb$ec$[email protected]..
    >I am working on my first site with DW 8. I took a couple
    of classes and
    >have
    > been learning as much as I can about HTML and CSS. When
    choosing the
    > DOCTYPE,
    > is there any reason not to use XHTML 1.0 Strict? As far
    as I can tell,
    > people
    > seem to mostly use XHTML 1.0 Transitional (or an earlier
    version). I'd
    > appreciate a little more explanation about why
    Transitional XHTML is used
    > instead of Strict. I've been reading about problems with
    boxes in IE 5.5
    > that
    > can be fixed using conditional comments which would
    include some extra CSS
    > code
    > (* html). Would this interfere with validation? Is there
    any way to change
    > the
    > DOCTYPE for pages I have already started?
    >

  • label tag: DW8 sometimes generates illegal XHTML 1.0/Transitional code

    Dreamweaver 8 sometimes generates XHTML 1.0/Transitional code
    that violates the DTD when using the <label> tag for adjacent
    radio buttons on a form.
    Consider the following example:
    1) Make a new HTML page using the XHTML 1.0/Transitional
    document type.
    2) Working in Design mode, insert a a new form element.
    3) With accessibility options turned on, insert a radio
    button. When the Input Tag Accessibility Attributes dialog appears,
    give the new button a label of "This is my label" and select the
    "Wrap..." style.
    4) Use the Property Inspector to assign a name and value of
    "choice1" to the new radio button.
    5) Using the arrow keys, position the cursor at the end of
    the new button's label text.
    6) Insert a second radio button there, and give it a label of
    "This is my second label."
    7) Use the Property Inspector to assign a name and value of
    "choice2" to the second radio button.
    Examine the resulting code. The code will be either valid or
    invalid, depending on exactly where the cursor was positioned in
    step 4. If you watch the Code window while you position the cursor
    in step 4, you will see that the cursor positions itself EITHER
    INSIDE OR OUTSIDE THE FIRST BUTTON'S </label> TAG, DEPENDING
    ON which direction you were going when you positioned the cursor at
    the end of the prior button's label. If you were moving the cursor
    from left to right, the cursor will be placed WITHIN the first
    button's closing </label> tag; if you overshot the end of the
    prior label and then backed up, the cursor will be placed BEYOND
    the closing </label> tag. In the former case, each button
    will get a separate <label> tag pair. In the latter case,
    BOTH BUTTONS WILL BE CONTAINED WITHIN A SINGLE <label> TAG
    PAIR, as in the following (illegal) example:
    <!--THIS CODE IS INVALID ACCORDING TO XHTML
    1.0/TRANSITIONAL-->
    <label>
    <input name="choice1" type="radio" value="choice1" />
    This is my label
    <input name="choice2" type="radio" value="choice2" />
    This is my second label
    </label>
    This is INVALID XHTML 1.0/TRANSITIONAL. Specifically, the DTD
    specifies that "Each label must not contain more than ONE field" (
    http://www.w3.org/TR/xhtml1/dtds.html).
    Here, Dreamweaver generates one label containing two fields. While
    IE6 and Opera 8.0 ignore the error and display it anyway, Firefox
    1.5 follows the DTD in this case and therefore cannot handle more
    than one radio button within a single label tag; the resulting form
    selects the first value no matter what the user clicks on.

    Max
    This is happening because in standards mode browsers are ignoring the height="70%" attribute on the table that is the first element of div.t13BodyMargin because (among other things) it's invalid XHTML. This is the kind of thing that happens when the built-in APEX themes &ndash; designed for quirks mode &ndash; are thrown into standards mode by specifying a DOCTYPE.
    You can remove that attribute from the template XHTML and try the following in your CSS:
      html, body {
      height: 100%;
    form#wwvFlowForm {
      position: relative;
      height: 100%;
      min-height: 100%;
    div.t13BodyMargin {
      padding-bottom: 2em;
    div.t13NewBottom {
      position: absolute;
      bottom: 0;
      width: 100%;
    }Note there was Re: Support for non-quirks HTML mode.
    If you're determined on going down the standards route, you should check your pages against a validator and fix any other invalid mark-up in the templates, but achieving 100% compliance is unlikely due to APEX engine-generated code you have no control over.
    However, if you have no real requirement for introducing the DOCTYPE declaration and are not prepared to pursue the additional effort in achieving near-compliance, it's pointless to do so as it will only introduce this kind of issue.

  • The tag name: "embed" Not found in currently active versions.[XHTML 1.0 transitional]

    Hello I have this message "The tag name: "embed" Not found in
    currently active versions.[XHTML 1.0 transitional]" appear when I
    validate one of my pages in my site, the page contains a flash
    picture/animation. Please can anyone explain how I can correct this
    error?
    The tag name: "embed" Not found in currently active
    versions.[XHTML 1.0 transitional] this is in relation to:
    "<embed src="Map.swf" quality="high" pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="536"
    height="437"></embed>"
    Any help would be appreciated.
    Thanks Steve

    > how I can correct this error?
    You don't. You ignore it. The <embed> tag is not valid
    HTML, but it is
    required to have reliable rendering of your Flash across
    various browsers.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Steve@FHS" <[email protected]> wrote in
    message
    news:fcm6ss$kvs$[email protected]..
    > Hello I have this message "The tag name: "embed" Not
    found in currently
    > active
    > versions.[XHTML 1.0 transitional]" appear when I
    validate one of my pages
    > in my
    > site, the page contains a flash picture/animation.
    Please can anyone
    > explain
    > how I can correct this error?
    >
    > The tag name: "embed" Not found in currently active
    versions.[XHTML 1.0
    > transitional] this is in relation to:
    >
    > "<embed src="Map.swf" quality="high"
    > pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
    > n=ShockwaveFlash" type="application/x-shockwave-flash"
    width="536"
    > height="437"></embed>"
    >
    > Any help would be appreciated.
    >
    > Thanks Steve
    >
    >

  • After converting a page to xhtml 1.0 Transitional compliant, Dreamweaver indicates a syntax error warning in the head section

    I had authored a few pages in HTML4.0 using templates, and all was well.  I decided to convert them to xhtml 1.0 transitional. So I modified the tags to lower case and closed everything and it all validates.
    The problem is that in Dreamweaver, it is indicatinga syntac error and I can't figure out why.  The result of this is that the Template path substitution breaks, rendering the generated pages totaly munged.
    Here is the head section:
    <!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" xml:lang="en" lang="en">
    <head>
    <!-- TemplateBeginEditable name="head" -->
    <title>TITLE</title>
    <meta name="Description" content="Description of page." />
    <!-- TemplateEndEditable -->
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="CACHE-CONTROL" content="NO-CACHE" />
    <meta name="robots" content="all follow" />
    <link rel="SHORTCUT ICON" href="favicon.ico" />
    <script src="../common/checkflash.js" language="JavaScript" type="text/JavaScript" />
    <script src="../common/runflash.js" language="JavaScript" type="text/JavaScript" />
    <script src="../common/rollover.js" language="JavaScript" type="text/JavaScript" />
    <script src="../common/weddings.js" language="JavaScript" type="text/JavaScript" />
    <script src="../common/preload-normal.js" language="JavaScript" type="text/JavaScript" />
    <link href="../common/weddings.css" rel="stylesheet" type="text/css"  />
    And here is the screen showing the error:
    Is this something simple that I have forgotton? Or is this a bug?
    ...Mike

    This seems to have been fixed by changing the format of the JS line from
    <script src="../common/checkflash.js" language="JavaScript" type="text/JavaScript" />
    to
    <script src="../common/checkflash.js" language="JavaScript" type="text/JavaScript"></script>
    Still not sure if this is proper markup that DW is screwing up, or if it's improper markup and DW has identified it, although on the wrong line
    ...Mike

  • Running Windows XP service pack 3. Updated Firefox from 8.0 to 9.0. Now when Firefox opens "The URL is not valid and cannot be loaded" is displayed in a window and no home page appears. What's wrong?

    Running Windows XP service pack 3. Updated Firefox from 8.0 to 9.0. Now when Firefox opens "The URL is not valid and cannot be loaded" is displayed in a window and no home page appears. What's wrong?

    That issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • My Browser cannot load web pages. I get The URL is not valid and cannot be loaded"

    I can no longer use Firefox. EVERY PAGE I attempt to load produces the following message alert: "The URL is not valid and cannot be loaded"
    I have already cleared everything in my browser, rebooted my computer and absolutely nothing works. This just started happening constantly today.

    Do other about: pages work properly?
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    See also:
    *[[/questions/908165]] The URL is not valid and cannot be loaded

  • A Linux version fo Mozilla Firefox 6 Start Page states "The URL is not valid and cannot be loaded." - Why?

    Hi, My Linux Mint (a Debian/Ubuntu flavor) when first seen, the Mozilla Firefox 6 Start Page was great. However, when moving away to other sites and then clicking home the response was Alert - "The URL is not valid and cannot be loaded." Having trying everything (apart from using a large club!) I am lost. Any suggestions team? Mark

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    See also:
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    * http://kb.mozillazine.org/Preferences_not_saved

  • When i try to load any page on Mozilla 28 the page opens but i get additional tab saying The address isn't valid The URL is not valid and cannot be loaded.

    When i try to load any page on Mozilla 28 the page opens but i get additional tab saying The address isn't valid The URL is not valid and cannot be loaded. I tried everything from reseting Firefox ,completely new installation of firefox to about.config and nothing worked it's been two days now since the problem started and i am pretty frustrated and desperate as i try to fix the issue so please help me with some solutions????
    Big thanks in advance

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Delete a possible user.js file and numbered prefs-##.js files and rename (or delete) the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in the current Firefox release.
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Preferences_not_saved

  • When we connect to the internet or visit a new web page, a new tab opens and an alert pops up as follows: "The URL is not valid and cannot be loaded"

    When we start the internet or navigate to a new page, a new tab opens with the following alert: "The URL is not valid and cannot be loaded." We "x" out of it, but a new tab, with the same alert appears. The problem occurs again when we try to navigate to another web page. A real nuisance. We've scanned the computer but found nothing but Adware cookies.
    == This happened ==
    Every time Firefox opened
    == 5/20/10

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • When I click on "Sign in to Sync" the page "about:accounts" shows error "The URL is not valid and cannot be loaded." How do I fix this so I can use Sync?

    When I click on the three-bar icon (top right) and then on "Sign in to Sync" a new tab opens attempting to load "about:accounts" . . . the page that loads is an error . . . "Problem loading page" shows up on the tab and the page displays:
    The address isn't valid
    The URL is not valid and cannot be loaded.
    Web addresses are usually written like http://www.example.com/
    Make sure that you're using forward slashes (i.e. /).
    Try again
    I am running Firefox 30.0 on a Dell XPS-18 and Windows 8.0.
    I cannot access "about:accounts" at all. How do I fix this?

    The about:accounts page is a valid page in the current Firefox release.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • When I click or type in a valid link, I get the message "The URL is not valid and cannot be loaded." I have to reload/refresh the page one or more times until the same page loads.

    This happens with small sites as well as major ones such as amazon.com. It happens frequently with many different websites both when typing in a URL or clicking on one from search results or other pages. If I am opening it in a new tab, the page is blank and the correct URL shows in the address bar even though it didn't load. When I get the message "The URL is not valid and cannot be loaded" I have to click okay and then click on the link again or click refresh. Sometimes it loads on the 2nd try; other times I have to refresh multiple times to get it to load.
    Anyone know what is causing this or what will help?

    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    See also http://kb.mozillazine.org/Error_loading_websites (Error_loading_some_websites)

  • I am constantly getting pop ups saying that The URL is not valid and cannot be loaded even though I am on the web page.

    I have version 3.6.13 Firefox. I have uninstalled and reinstalled, but still keep getting an error message saying that The URL is not valid and cannot be loaded. This happens even when I am on the web page, but the message continues to keep popping up.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • The page contains markup that is not valid when attached to master page

    Hi,
    I have create an web application in VS 2005 and convert into VS2008. now i am facing a problem that a single page is not open in design mode which is inherit from master page.
    and a message comes.
    Error: The page contains markup that is not valid when attached to master page
    please give me the suggestion that how can i open this page in design mode.
    Thanks
    Gaurav Anand

    Neither worked for me.  Here is my code.
    <
    asp:Content ID="Content1" ContentPlaceHolderID="fkhead" Runat="Server">
    <script runat="server">
    Public Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
    If Not Page.IsPostBack Then
    Dim a As String = "This is other data"
    pqriminadpaylbl.Text = a
    pqrimincustlbl.Text = a
    pqriminadpaylbl.Text = a
    pqriminpcdevlbl.Text = a
    pqriminpctoollbl.Text = a
    pqriminsaleslbl.Text = a
    pqriminspadeslbl.Text = a
    pqriminspamatlbl.Text = a
    pqrimintdamortlbl.Text = a
    pqrimintdcclbl.Text = a
    pqrimintddtlbl.Text = a
    pqrimintdfclbl.Text = a
    pqrimintucdeslbl.Text = a
    pqrimintucdollarlbl.Text = a
    pqrimintucmatlbl.Text = a
    pqriminvolaslbl1.Text = a
    pqriminvolaslbl2.Text = a
    pqriminvolasyear1lbl1.Text = a
    pqriminvolasyear1lbl2.Text = a
    pqriminvolasyear1lbl3.Text = a
    pqriminvolasyear1lbl4.Text = a
    pqriminvolasyear1lbl5.Text = a
    pqrimindislbl.Visible =
    False
    pqriminprevbtn.Visible =
    False
    pqriminnextbtn.Visible =
    False
    End If
    End Sub
    </script>
    <style type="text/css">
    .trest
    .newStyle1
    text-align: right;
    .table
    width: 100%;
    .newStyle2
    font-size: 20pt;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
    .tdparts2
    font-size: 16pt;
    font-weight: bold;
    .tb25
    width: 25%;
    font-size: 9pt;
    .tb20
    width: 20%;
    font-size: 9pt;
    .tb40
    width: 40%;
    font-size: 9pt;
    .tb30
    width: 30%;
    font-size: 9pt;
    </style>
    </
    asp:Content>
    It works fin, but the designer keeps craping out.  This was not happening until recently.  Not sure what is up with it.

Maybe you are looking for