to fix this problem in netscape you need a blank transparent image...
and do this
CELL CONTENTS
CELL CONTENTS
CELL CONTENTS
-
Overall Page Margins
Setting overall page margins use different tags in Netscape and IE.
Internet Explorer.
Netscape Navigator
Fortunately both browsers ignore the others margin attributes.
-
Flexible Table
To get a table with fixed columns either side and a stretchy column in the middle.
You don't need width on the table tag as its ignored, you need it on the cells.
content
eg.
left margin
main content
right margin
Here's a tip: Both browsers look for column width clues from the top down.
This means that if you provide such clues in the first row, you won't need to do
so anywhere else in your table. This can save a lot of HTML redundancy and helps
reduce your page size. As long as you're careful to not exceed the column widths
later in the table, you can completely control the table geometry from the first
row.
-
Common HTML Meta Tags
META tags have two possible attributes:
- <META HTTP-EQUIV="name" CONTENT="content">
- <META NAME="name" CONTENT="content">
Set date in past for page to expire immediately,
some browsers will respect this directive, although proxies will not.
The character set of the document
To Refresh current page or jump to another one
Tags used by search engines to index a site.
to stop a search engine indexing a page
(search for information on robots.txt for better way of stopping robots)
-
-
-
-
-
-