Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
crazypilot3 #1
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
-
#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... -
#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: ... -
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... -
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... -
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... -
suswelter #2
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



Reply With Quote

