Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Text error / (“&amp”)?

  • 5 replies
  • 3 have this problem
  • 482 views
  • Last reply by cor-el

more options

No biggie, but is there a way to fix text that occasionally appears as “&amp” & if so how, & why does text show up this way? (By way of example, it does it when I access the pages showing my questions.)

Thank you!

No biggie, but is there a way to fix text that occasionally appears as “&amp” & if so how, & why does text show up this way? (By way of example, it does it when I access the pages showing my questions.) Thank you!

Modified by cor-el

Chosen solution

The & character is special in HTML because it starts a number of codes known as HTML Entities. To represent this special character, when writing HTML, you write & and the browser displays it as &.

If this or other HTML Entities are visible, that could indicate that the script or software which generates the page did not fully/properly decode whatever its data source is back to final form.

Read this answer in context 👍 0

All Replies (5)

more options

Can you attach a screenshot?

Use a compressed image type like PNG or JPG to save the screenshot.

more options

Chosen Solution

The & character is special in HTML because it starts a number of codes known as HTML Entities. To represent this special character, when writing HTML, you write & and the browser displays it as &.

If this or other HTML Entities are visible, that could indicate that the script or software which generates the page did not fully/properly decode whatever its data source is back to final form.

more options

I think jscher2000's response (above) answers this.

Thank you!

more options

Oh yes, I see that, too. This site's underlying wiki platform is constantly being tweaked, and here's another thing that needs to be fixed.

more options

Note that I've edited your first post to have it shown the entity code “&amp” -> “&amp”
The thread title doesn't resolve the entity code and displays them as such.