为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.