Using graphics as links, links between pages

T

The Kat

Okay, the site it up. I've been reading about the scf image... How do I find
the correct image name for the link? I've got LOTS of images.

Also, How do I HREF to a spot on another page - they are part of a list of
HREF same page links.

BTW: the site loaded smooth as silk with the "publish to web". Very
impressed - I expected a long night. Maybe I can get some sleep tonight! :)

The Kat
 
D

DavidF

Kat,

You need to read some of the other posts. This was just answered, but here
is than answer to your second question:

Reference: Create a hyperlink in Publisher that opens in a new window:
http://office.microsoft.com/en-us/publisher/HA011587451033.aspx

And if you choose to use the ECMAScript code approach note that the first
javascript code snippet is incorrect on the website. Use this instead:

<script language="JavaScript" type="text/javascript">function Show(Url,
Name, Features) { window.open(Url, Name, Features); }</script>

As per the image question, what are you wanting to do? Import an image to
your web page?

DavidF
 
T

The Kat

I'd LOVE to read some of the other posts, but it's been a bit harried around
here lately. I have over a month of comic strips to read!

I'll cruise this site when I overcome my FTP hurdle (see latest post). Just
when I thought I was safe...

The Kat
 

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