Using tables in Netscape

 

Business website ideas


Table Dangers in Netscape

By Jack Chen

How to spruce up your web design

1. Black Borders

 

Some web designers like to create thin rows and columns around their table and fill them up with black to create borders around the table. But beware of Netscape, it has a different interpretion than Internet Explorer!

 

The problem with Netscape is that it doesn't show empty rows or columns in a table. So if you create a row or a column, change its background to black and don't put anything inside, Netscape will not show it.

 

Here's the solution:

 

First, create a 1x1 pixel transparent gif file and name it "trans.gif". Then edit the source of your HTML document, and insert "trans.gif" inside every border.

 

Example

=======

Old Code:

<TR>

<TD WIDTH=2 BGCOLOR="#000000">

</TD>

</TR>

 

New Code:

<TR>

<TD WIDTH=2 BGCOLOR="#000000">

<IMG SRC="images/trans.gif">

</TD>

</TR>

=======

Now that the "border" has something in it, Netscape will obediently show your beautiful black borders!

[ Note: You can download a transparent 1x1 image from the following URL: http://www.addme.com/images/trans.gif ]

2. More About Borders

 

Tables come with their own borders. If you don't specify the thickness of the borders, Internet Explorer will go with the default: 0 . Netscape will go with the default too, but it will not appear the way it does in Internet Explorer

 

If you don't specify the borders, your table will be surrounded by a transparent border.

 

Here's the solution:

Example:

========

Old Code:

<TABLE>

<TR>

<TD BGCOLOR="#000000"></TD>

<TD BGCOLOR="#000000"></TD>

</TR>

</TABLE>

New Code:

<TABLE BORDER=0>

<TR>

<TD BGCOLOR="#000000"></TD>

<TD BGCOLOR="#000000"></TD>

</TR>

</TABLE>

========

 

The old code will make the black columns look spaced out in Netscape, as Netscape creates a transparent border around your table. But if you forcefully tell Netscape that you want the border to be "0", Netscape will have no choice but to remove that transparent border.

 

That's it! Hope this helps with your tables and thank you for reading!

Jack Chen - GoodBookmarks.com
http://www.goodbookmarks.com/
Quality Links To Quality Sites

---

This article is presented by Candice Pardue, Internet success writing and owner of Online Success for Internet Business. Go here to learn web design from start to finish. This one's for beginners...

Build Your Website Now ...


*** Reprint Information for this Article ****

This article about the danders of using tables in Netscape may be reprinted for use as content at any website or in any publication as long as the article is kept in-tact with included links, text, etc.. and the resource at the conclusion of the article must remain with the article. The articles may not be sold for profit or included with a consumer product without written permission from the author. Thank you, and enjoy!

Get Your Business Online Today with this Simple Web Design Solution


Disclaimer: Even though we have made every effort to provide solid and accurate information with web design ideas on these pages, Online Success for Internet Business accepts no responsibility or does not insure or imply any degree of success in a web based business or website design career by reading the material listed on this website. Degrees of web or Internet success varies greatly dependent upon the attitudes, attributes and ambition of each individual designer. Please thoroughly check out any information you find on this site before indulging in a web design business or presenting yourself as a webmaster. And, remember to be cautious about using tables in Netscape.

Google

 

Learn how to Design Your First Website

More Articles about Web Design


--------------------------------------------------------------------------------
Learn Web Design  |  Links for Dollars   | Free Webmaster Articles | SiteBuildIt!
Web Hosting  |  Register Domain Name  | Content Writing ServicesPromote Your Site
Site Map | Subscribe to Web Design Weekly | Web & Tech Jobs | Home
--------------------------------------------------------------------------------
Webmaster Course
 
 © Copyright Webmaster Course - All rights reserved tables | Netscape