Links created in MS FrontPage 2002 not working on Apple Mac

G

Guest

I created a page in MS FrontPage 2002 and the links on it hare just greyed
out for Apple Mac users.
Works OK in IE 6.1 SP1 on Windows PCs
 
M

Mike Mueller

The problem is occurring because the hyperlink is bad:

<a ></a title="Your normal network login and password in the
office"
href="https://owas.stevens-bolton.co.uk/exchange"><font
color="#336666">Connection to OWA</font></a></font></td>

Should be:
<a title="Your normal network login and password in the
office"
href="https://owas.stevens-bolton.co.uk/exchange"><font
color="#336666">Connection to OWA</font></a></font></td>




: http://it.stevens-bolton.co.uk/ is the page and it is the
Connection to OWA
: link, amoungst others, that is proving troublesome.
: --
: Regards
: Nick
:
:
: "Ronx" wrote:
:
: > Please give a link to a page with the "greyed out"
links.
: > --
: > Ron Symonds - Microsoft MVP (FrontPage)
: > Reply only to group - emails will be deleted unread.
: > FrontPage Support: http://www.frontpagemvps.com/
: >
message
: >
: > >I created a page in MS FrontPage 2002 and the links on
it hare just greyed
: > > out for Apple Mac users.
: > > Works OK in IE 6.1 SP1 on Windows PCs
: > > --
: > > Regards
: > > Nick
: >
: >
: >
 
R

Ronx

Fails in FireFox in Windows as well.

For the link, change

<a </a title="Your normal network login and password in the office"
href="https://owas.stevens-bolton.co.uk/exchange"><font
color="#336666">Connection to OWA</font></a>
to
<a title="Your normal network login and password in the office"
href="https://owas.stevens-bolton.co.uk/exchange"><font
color="#336666">Connection to OWA</font></a>

Other links on the page have the same fault, that is <a </a title= etc.
should be <a title=" etc >
Also, the table/cell borders need attention - they show in Firefox, but do
not in IE. I would remove all reference to borders from the HTML (code
view), then apply borders (or not) as required.

Download Firefox and preview both in Firefox and IE. Safari (on the Mac)
will display the page very similarly to Firefox.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

Nick Fletcher said:
http://it.stevens-bolton.co.uk/ is the page and it is the Connection to
OWA
link, amoungst others, that is proving troublesome.
 

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