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

How do I change the compatibility view so that my words are not running off the page?

  • 2 ప్రత్యుత్తరాలు
  • 1 ఈ సమస్య కలిగినది
  • 5 వీక్షణలు
  • చివరి సమాధానమిచ్చినది cor-el

more options

I do data entry and in the system I am working on the words are running off the page. In internet explorer there is a little broken page on the tool bar that lets you change the compatibility and I am not finding anything like that with firefox. Please advise how I can change the setting so that the words will wrap correctly.

I do data entry and in the system I am working on the words are running off the page. In internet explorer there is a little broken page on the tool bar that lets you change the compatibility and I am not finding anything like that with firefox. Please advise how I can change the setting so that the words will wrap correctly.

ప్రత్యుత్తరాలన్నీ (2)

more options

As far as I know, Firefox doesn't have a similar compatibility feature.

I assume this system is not accessible to forum volunteers, so I'm going to ask you to do a little sleuthing. I assume you are entering text in a multi-line textbox (an HTML <textarea> control). Could you do the following:

  • Have your text entry form open in one tab, and a reply to this thread in another tab.
  • Right-click in the control that doesn't wrap and choose Inspect Element. A small pane should open with part of the HTML highlighted in blue.
  • Right-click the highlighted <textarea> tag and choose Copy Outer HTML.
  • In your reply tab, paste the HTML, and remove the leading < character to avoid messing up your post. This will show any legacy settings on the tag that might be affecting how it wraps.

Here's an example using this very box:

textarea style="width: 567px; height: 616px;" rows="10" name="content" required="required" placeholder="Enter your reply here." cols="40" id="id_content"></textarea>

If it's not a textarea, then that would be useful to know as well.

  • Back in your form, you may or may not have a pane to the right that shows various style rules. If not, click the Style button at the lower right to open it. Look for any rules with the white-space property (the properties normally appear in colored text). If you find one, right-click and choose Copy declaration line. Switch back to this tab and paste the rule.

With that information, hopefully we can find a workaround.

more options

Note that having increased the minimum font size can cause issues in some situations

If you have increased the minimum font size then try the default setting "none" in case the current setting is causing problems.

  • Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)

Make sure that you allow websites to choose their fonts.

  • Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"

Can you attach a screenshot to show your problem with text running off the page?

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