Hyperlinks don't work...

H

Heraldguy

I have been given responsibility for a web site that was originally developed
using Word 2002. When viewed using IE for Windows, everything works fine.
When viewed on a Macintosh, however, no matter what browser is used, the
hyperlinks are disabled.

Has anyone else run across this problem, and does anyone have a solution? My
alternative is to completely rewrite the site using simple HTML, but I don't
have the time for that.

Thank you
 
M

Margaret Aldis

Hi Heraldguy

You can probably fix the hyperlinks by looking carefully at the HTML code -
it may be invalid in some way, or perhaps use incorrect capitalisation
(Windows is not case sensitive).

However, you'd do well to turn the Word output into proper HTML to spare
yourself maintenance problems in the future. I've found HTMLTidy is a good
start - you can get it from various sources or there is an online service
here: http://cgi.w3.org/cgi-bin/tidy
 
Top