That's what I was saying, yes, but I could be wrong. I also asked you to
post an example of how you are writing the links...and while you are at it,
the version of Publisher you are using. Then I won't have to guess.
DavidF
Okay, here's a sample:
<html>
<body>
<body background="eosbeadwork7a.gif" link="#FFFFFF"alink="#9999FF">
<font face="verdana"color="FFFFFF">
<center>
<a target="_blank"
href="http://www.wtv-zone.com/nevr2l82/bars.html/">Never2L8's
Bars/Lines/Divider Gifs</a>
<br>
<br>
<p>I have more that I'll add along the way.</p>
</font>
<a href="/C:/Documents and
Settings/Owner/Desktop/WebPage/Welcome/Welcome.html"><img
src="HomeLink.gif"></a></center>
</body>
</html>
I've checked this again - when I "Open with Firefox", it opens fine, and
both links work. When I "Open with IE", the first link works, the second
doesn't. In this case, the second link does involve a button, but I get the
same result when the link is text in a table. And I'm not using any html
program, so there is no "version" - I used html tags and instructions from a
couple of sites, including W3Schools, and basically wrote this from scratch.
This is what comes up when I try to use the second link via IE:
Internet Explorer cannot display the webpage
Most likely causes:
You are not connected to the Internet.
The website is encountering problems.
There might be a typing error in the address.
What you can try:
Diagnose Connection Problems
More information
I really appreciate your patience with me on this, btw. I can figure out the
html with some concentration, but past that, I'm lost.

Signature
Tildy
> That's what I was saying, yes, but I could be wrong. I also asked you to
> post an example of how you are writing the links...and while you are at it,
> the version of Publisher you are using. Then I won't have to guess.
>
> DavidF
DavidF - 10 Oct 2007 03:44 GMT
Tildy,
If I understand correctly, you are not using MSFT Publisher to produce your
web page and you are hand coding your site, correct? If so, that is really
admirable, but you are in the wrong group I am afraid. People that use
Publisher to produce websites, do so primarily so they don't have to
understand or do any coding. It might be a while before you get the answer
you want.
With that said, as a non-coder, it seems to me that you have written the
second link incorrectly. Instead of:
<a href="/C:/Documents and
Settings/Owner/Desktop/WebPage/Welcome/Welcome.html"><img
src="HomeLink.gif"></a></center>
Wouldn't rewriting it in the same format as you did the first, be a better
idea. Such as:
<a href="http://www.WhatEverDomainYouUse.com/Welcome.html"><img
src="HomeLink.gif"></a></center>
Hopefully someone like Mike or Rob will come along that actually understand
coding, and offer you some help. Otherwise you might seek out a more
appropriate newsgroup for help. You just aren't going to find many coders
lurking around here.
DavidF
> Okay, here's a sample:
>
[quoted text clipped - 47 lines]
>>
>> DavidF
Mike Koewler - 10 Oct 2007 14:53 GMT
Tildy,
I can't tell if the second link will actually work as I don't have that
file on my HD, (I get a Page not Found error) but I can guarantee it
will not work when published. Visitors to your site will not have access
to your HD. You need to do it as David suggests.
Not that it makes any difference, but you don't have to close a <p> tag.
Ditto for <font> unless you want to change it.
Mike
> Okay, here's a sample:
>
[quoted text clipped - 36 lines]
> I really appreciate your patience with me on this, btw. I can figure out the
> html with some concentration, but past that, I'm lost.