当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

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.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Cannot find anyplace to tell a page to wrap within browser margins, so one does not have to slide it back and forth to read each line.

  • 3 件の返信
  • 1 人がこの問題に困っています
  • 3 回表示
  • 最後の返信者: cor-el

more options

Cannot find anyplace to tell a page to wrap within browser margins, so one does not have to slide it back and forth to read each line::::::::::::

Yes, there are so many pages on-line that -- when made small enough to fit within the margins so one does no have to use a scroll bar on EVERY line, moving it back and forth, back and forth -- look like a FINE-print Bible page (!! tiny !!) if you keep reducing it to fit within the margins.

ALL because we cannot find a place to tell it to WRAP to FIT. Could have sworn I've seen some feature like that somewhere at one time, but if it is here, I cannot find it.

Thank you.

gina

Cannot find anyplace to tell a page to wrap within browser margins, so one does not have to slide it back and forth to read each line:::::::::::: Yes, there are so many pages on-line that -- when made small enough to fit within the margins so one does no have to use a scroll bar on EVERY line, moving it back and forth, back and forth -- look like a FINE-print Bible page (!! tiny !!) if you keep reducing it to fit within the margins. ALL because we cannot find a place to tell it to WRAP to FIT. Could have sworn I've seen some feature like that somewhere at one time, but if it is here, I cannot find it. Thank you. gina

すべての返信 (3)

more options

Maybe use a style.

Add code to userContent.css

body, body *{ white-space:pre-wrap!important; word-wrap:break-word; }

You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.

more options

How can you add a "code" to a page someone else has created, so it's readable without scrolling back and forth for every line?

And if you're telling me to add it somewhere to the browser file, I've no idea, as I've not heard of adding "code" to a browser!

So, this didn't help much. Could you please explain more?

Thank you.

more options

With many people having wide screen displays most pages won't fit in a window if you make it small.

If there is only text then you might be able to overcome this by adding custom CSS style rules, but that may be difficult on pages that have a complicated DOM structure or use fixed widths for elements.

You can try the Stylish forum.