28
A
note
about
PDFs
and
other
downloadable
files
you
may
wish
to
add:
Most
of
the
time,
PDF
files
will
open
automatically.
This
is
because
almost
all
visitors
already
have
the
Adobe
Acrobat
Reader
installed,
and,
depending
on
the
browser,
the
PDF
file
will
either
open
directly
in
the
browser
or
in
a
separate
reader
window.
Additionally,
anyone
visiting
your
site
with
Internet
Explorer
will
be
able
to
open
files
created
in
any
Office
application
(Word,
PowerPoint,
Excel,
etc.)
directly
in
the
browser.
If
you
want
to
make
sure
your
users
download
the
file,
you
can
also
place
a
small
reminder
somewhere
on
the
page
that
says
something
like,
"Right‐click
and
select
Save
Link
As...
to
save
this
to
your
computer."
Linking
to
Different
Parts
of
the
Same
Page
You've
been
designing
your
site
and
have
figured
out
that
a
page
can
be
as
long
as
necessary.
This
is
great,
but
it
can
be
a
pain
when
you're
dealing
with
longer
pages.
Help
out
your
visitors
by
providing
links
that
quickly
take
them
to
specific
locations
on
the
page.
Here’s
how:
Step
1:
Create
a
Target
The
first
step
is
to
set
a
target.
The
target
is
the
place
on
the
page
where
you
want
the
user
to
be
able
to
jump
to.
To
insert
a
target,
go
to
Insert
>
Target.
This
opens
the
Insert
Target
window.
Enter
a
name
for
the
target
in
the
Target
Name
field,
and
then
click
OK.
This
inserts
the
code
for
the
target
on
your
HTML
page.
In
this
example,
the
target
will
be
an
employee
profile
for
John
Smith
on
our
About
Us
page,
so
we’ll
name
the
target
jsmith.
The
resulting
code
looks
like
this:
305