# MS Frontpage 2000 Question

**URL:** https://boards.straightdope.com/t/ms-frontpage-2000-question/243204
**Category:** Factual Questions
**Created:** [May 2, 2004, 11:26pm UTC](https://boards.straightdope.com/t/ms-frontpage-2000-question/243204 "2004-05-02T23:26:38Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Sampiro](https://avatars.discourse-cdn.com/v4/letter/s/2acd7d/32.png) [@Sampiro](https://boards.straightdope.com/u/Sampiro)
#### Post date: [May 2, 2004, 11:26pm UTC](https://boards.straightdope.com/t/ms-frontpage-2000-question/243204/1 "2004-05-02T23:26:38Z")

</div>

I am trying to remember how to do this and I can’t look for help because I can’t remember what it’s called:

I have a graphic that I want to set so that when you rest or scroll a mouse over it a short text box comes up telling what the image is of. Does anybody know how to do this in MS Frontpage 2000 or, for that matter, what it’s called?

Thanks.

---

<div class="post-metadata">

### Author: ![Garfield226](https://avatars.discourse-cdn.com/v4/letter/g/9e8a1a/32.png) [@Garfield226](https://boards.straightdope.com/u/Garfield226)
#### Post date: [May 2, 2004, 11:35pm UTC](https://boards.straightdope.com/t/ms-frontpage-2000-question/243204/2 "2004-05-02T23:35:26Z")

</div>

That’s “alternate-text.” All you need to do is add it to the image tag itself. Find where your image is in the HTML code, it’ll say

```auto

<IMG SRC="whatever.jpg">

```

You should change it to say

```auto

<IMG SRC="whatever.jpg" ALT="Text goes here.">

```

---

<div class="post-metadata">

### Author: ![Garfield226](https://avatars.discourse-cdn.com/v4/letter/g/9e8a1a/32.png) [@Garfield226](https://boards.straightdope.com/u/Garfield226)
#### Post date: [May 2, 2004, 11:40pm UTC](https://boards.straightdope.com/t/ms-frontpage-2000-question/243204/3 "2004-05-02T23:40:09Z")

</div>

Also, I noticed you’re asking a lot of HTML-related questions lately. A good online resource is [HTMLgoodies](http://www.htmlgoodies.com).

---

<div class="post-metadata">

### Author: ![Sampiro](https://avatars.discourse-cdn.com/v4/letter/s/2acd7d/32.png) [@Sampiro](https://boards.straightdope.com/u/Sampiro)
#### Post date: [May 3, 2004, 1:25am UTC](https://boards.straightdope.com/t/ms-frontpage-2000-question/243204/4 "2004-05-03T01:25:53Z")

</div>

> [@Garfield226](#):
>
> Also, I noticed you’re asking a lot of HTML-related questions lately. A good online resource is [HTMLgoodies](http://www.htmlgoodies.com).

Thanks (for both the info and the link).
