HighDots Forums  

Browser check errors for beginner

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Browser check errors for beginner in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
pfmarconi webforumsuser@macromedia.com
 
Posts: n/a

Default Browser check errors for beginner - 01-22-2004 , 04:30 PM






Errors showing up on the following:-

Home Page Line 23 Border color attribute of the table tag is not supported (Netscape Nav. 4.0)

Home Page Line 28 The scope attribute is not supported but has no detrimental effect( NN4,6 IE5 etc)

The scope attribute relates to scope="col"

thanks for any help

PFM




Reply With Quote
  #2  
Old   
~Angela, TMM
 
Posts: n/a

Default Re: Browser check errors for beginner - 01-22-2004 , 05:21 PM






Hello pfmarconi,

As far as I know, there is no way to create a border color on a table tag in
NS 4.x.

Your only option if you *must* have a border on a table in NS 4 is to nest
tables. There's a tutorial here if you need an example:
http://www.dwfaq.com/tutorials/tables/

The second error won't hurt NS 4, so I wouldn't worry about it :-)

Hope that helps,
~Angela

--
Angela C. Buraglia, Founder:
~FAQs, Tutorials & Resources~ http://www.DreamweaverFAQ.com
~My Extensions~ http://www.dwfaq.com/go.asp?ID=AngelaX10
DWfaq Support Newsgroup: news://support.dwfaq.com/support

Co-Author with Joseph Lowery, Dreamweaver MX 2004 Killer Tips:
http://www.dwkillertips.com

Extension Developer for Cartweaver 2:
http://www.cartweaver.com/extensionsuite.cfm

Remove the CAPS in my E-mail to reply off list.

"pfmarconi" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Errors showing up on the following:-

Home Page Line 23 Border color attribute of the table tag is not
supported (Netscape Nav. 4.0)

Home Page Line 28 The scope attribute is not supported but has no
detrimental effect( NN4,6 IE5 etc)

The scope attribute relates to scope="col"

thanks for any help

PFM





Reply With Quote
  #3  
Old   
mzanime.com webforumsuser@macromedia.com
 
Posts: n/a

Default Re: Browser check errors for beginner - 01-22-2004 , 05:46 PM



Those warnings are not very much to worry about, they are basically just letting you know that those two aspects of your code will not be supported by the (age old) browser Netscape 4.

the bordercolor attribute is deprecated, but you can use CSS: style="border:solid 2px #000000" however this isn't supported by NS4 either and it will also give you a warning. Warnings are good, but you don't have to worrry about all of them.

I've never heard of this scope attribute, but it clearly says that it "has no detrimental effect" so I wouldn't worry about it.

MiKE.
Looking for freelance work | (email address temporarily removed)
$i = &quot;fun&quot;; while($i &gt; $possibilities) { $code; $code++; }

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.