4 error in External CSS file

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default 4 error in External CSS file

    Hello. I am creating a website and I am using the CSS Halo left nav template.
    When I do check browser support, I get these errors:


    Dreamweaver Target Browser Check
    21-June-2005 at 11:11:07 AM Eastern Daylight Time.

    This report covered 1 file.
    Target Browser Errors Warnings
    Microsoft Internet Explorer 5.0 0 0
    Microsoft Internet Explorer 5.5 1 0
    Microsoft Internet Explorer 6.0 1 0
    Netscape Navigator 6.0 0 0
    Netscape Navigator 7.0 0 0
    Total 2 0

    Files containing errors:

    C:\inetpub\wwwroot\mywebsite\Main\

    Main.php

    File C:\inetpub\wwwroot\mywebsite\Main\Main.php (Back to Index)
    Error Found 4 errors in external css files
    Microsoft Internet Explorer 5.5, Microsoft Internet Explorer 6.0
    line 73 <table width="100%" cellpadding="0" cellspacing="0" summary="">
    Information The Summary attribute of the Table tag is not supported, but it
    has no detrimental effect.
    Microsoft Internet Explorer 5.0, Microsoft Internet Explorer 5.5, Microsoft
    Internet Explorer 6.0
    line 171 <table width="100%" cellpadding="0" cellspacing="0" summary="">

    End of report.


    How do I fix this?

    crazypilot3 Guest

  2. Similar Questions and Discussions

    1. #38966 [NEW]: file() an external address returns a weird error message
      From: dgbauleo at yahoo dot com dot br Operating system: Windows XP PHP version: 5.1.6 PHP Bug Type: Filesystem function...
    2. #38966 [Opn->Bgs]: file() an external address returns a weird error message
      ID: 38966 Updated by: tony2001@php.net Reported By: dgbauleo at yahoo dot com dot br -Status: Open +Status: ...
    3. how to load external html file into mxml file
      hi all plz tell me how i can load external html file in mcml file just like say when we receive mail in inbox and see our mail data .. i have...
    4. ASP Error: A trappable error (6D007E) occurred in an external object
      Hey guys, I'm encountering this really persistent yet answer-less error message, and I've looked everywhere for info, but most of the other guys...
    5. Unexpected error. A trappable error (C0000005) occurred in an external object.
      Hi Elvin, After doing some reseaarch on this problem, I found there is a lot of issues which may cause the problem, for example, incorrect access...
  3. #2

    Default Re: 4 error in External CSS file

    according to the attributes of a table, Summary is defined as:
    summary - text - Specifies a summary of the table for
    speech-synthesizing/non-visual browsers

    You have nothing between your quotes [ summary="">], which I think may be
    defeating the purpose of the summary.

    Try validating your page at
    [url]http://validator.w3.org/[/url]
    and your css at
    [url]http://jigsaw.w3.org/css-validator/[/url]

    I've been using DW for years and have always found the DW validator very
    confusing.


    suswelter Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139