Front Page + Netscape Compatability Issues - Assistance Please

G

Galen

Hello

Have been putting in a good deal of work on my site:
http://www.collectiveunconscious.org/ & am having a weird issue with
Netscape Navigator + FrontPage 6.0. Was curious if maybe you would
have an idea?

The html pages are created with Front Page. The links themselves are
the 'dates & location' of each source & are not supposed to be
underlined. When viewed with Explorer, the links look proper - as they
look when in preview with F.Page.

The problem is, when viewed with Netscape, the links are underlined.
Do you know why &, hopefully, how I can have it so Netscape viewing
will be the same as when viewed with Explorer?

To see what I am talking about, follow these links:

IE:
http://www.collectiveunconscious.org/IE.JPG

Netscape:
http://www.collectiveunconscious.org/Netscape.JPG


Thank you, all information is greatly appreciated.
 
T

Tom Pepper Willett

Post actual URLs to the pages in question, not just the JPGs you have
posted. We need to view source code.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
| Hello
|
| Have been putting in a good deal of work on my site:
| http://www.collectiveunconscious.org/ & am having a weird issue with
| Netscape Navigator + FrontPage 6.0. Was curious if maybe you would
| have an idea?
|
| The html pages are created with Front Page. The links themselves are
| the 'dates & location' of each source & are not supposed to be
| underlined. When viewed with Explorer, the links look proper - as they
| look when in preview with F.Page.
|
| The problem is, when viewed with Netscape, the links are underlined.
| Do you know why &, hopefully, how I can have it so Netscape viewing
| will be the same as when viewed with Explorer?
|
| To see what I am talking about, follow these links:
|
| IE:
| http://www.collectiveunconscious.org/IE.JPG
|
| Netscape:
| http://www.collectiveunconscious.org/Netscape.JPG
|
|
| Thank you, all information is greatly appreciated.
 
S

Stefan B Rusynko

The pages are in the images (-;
http://www.collectiveunconscious.org/91to9793.html
unframed at http://www.collectiveunconscious.org/91to9793dates.html

Using the span tag is not the correct way to set hyperlink decoration
as in <span style="line-height:14px"><span style="text-decoration: none">

The correct way is to apply the style to the actual hyperlinks as
<a target="_self" style="text-decoration: none" href="http://www.collectiveunconscious.org/93santaclara0419.html">

Or better still, for all links as an embedded style in the head section
<style type="text/css">
a { text-decoration: none}
</style>


PS
NN will also probably choke on the absolute positioning and unnecessary line size styles, plus does not support <p align="justify">
--




| Post actual URLs to the pages in question, not just the JPGs you have
| posted. We need to view source code.
| --
| ===
| Tom "Pepper" Willett
| Microsoft MVP - FrontPage
| ---
| About FrontPage 2003:
| http://office.microsoft.com/home/office.aspx?assetid=FX01085802
| FrontPage 2003 Product Information:
| http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| Understanding FrontPage:
| http://msdn.microsoft.com/office/understanding/frontpage/
| ===
| | | Hello
| |
| | Have been putting in a good deal of work on my site:
| | http://www.collectiveunconscious.org/ & am having a weird issue with
| | Netscape Navigator + FrontPage 6.0. Was curious if maybe you would
| | have an idea?
| |
| | The html pages are created with Front Page. The links themselves are
| | the 'dates & location' of each source & are not supposed to be
| | underlined. When viewed with Explorer, the links look proper - as they
| | look when in preview with F.Page.
| |
| | The problem is, when viewed with Netscape, the links are underlined.
| | Do you know why &, hopefully, how I can have it so Netscape viewing
| | will be the same as when viewed with Explorer?
| |
| | To see what I am talking about, follow these links:
| |
| | IE:
| | http://www.collectiveunconscious.org/IE.JPG
| |
| | Netscape:
| | http://www.collectiveunconscious.org/Netscape.JPG
| |
| |
| | Thank you, all information is greatly appreciated.
|
|
 
G

Galen

Thank you very much!

I greatly appreciate the assistance, added that code & -boom- problem
fixed. Thanks so much for taking the time to help me. Just did a test
on the '93 page but it is set (when viewed w/both NN & IE it now looks
the same.

Let me know if there is anything that I may be able to help with.

Galen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top