| View previous topic :: View next topic |
| Author |
Message |
gcasillo l33t


Joined: 23 Sep 2003 Posts: 723 Location: Cincinnati, Ohio, USA
|
Posted: Tue Jun 10, 2008 3:59 pm Post subject: Forum width = WIIIIIDE |
|
|
Just came to the forums today to browse around, and something is off. Everything is so wide, I have to scroll left and right to view the forum listings and threads. I'm using Firefox 2.0.0.14 on Windows at the moment.
Am I the only one seeing this? Anyone? |
|
| Back to top |
|
 |
pilla Administrator


Joined: 07 Aug 2002 Posts: 7196 Location: Pelotas, BR
|
Posted: Tue Jun 10, 2008 4:42 pm Post subject: |
|
|
Looks ok on firefox 3.0_rc2. Does it happens with all forum pages or some specific page? Sometimes, it happens because of some extra long line posted by an user.
Could you post a snapshot somewhere so we may have a look at it? _________________ "I'm just very selective about the reality I choose to accept." -- Calvin |
|
| Back to top |
|
 |
Section_8 Guru


Joined: 22 May 2004 Posts: 465 Location: Arlington, TX, US
|
Posted: Tue Jun 10, 2008 6:09 pm Post subject: |
|
|
Occasionally, I have this annoyance with posts that have long lines. I assigned this:
| Code: | | javascript:(function(){var D=document;F(D.body);function F(n){var u,r,c,x;if(n.nodeType==3){u=n.data.search(/\S{45}/);if(u>=0){r=n.splitText(u+45);n.parentNode.insertBefore(D.createElement('wbr'),r);}}else if((n.tagName!='STYLE')&&(n.tagName!='SCRIPT')){for(c=0;x=n.childNodes[c];++c){F(x);}}}D.body.innerHTML+=' ';})(); |
to a button in the firefox Bookmark toolbar. Pressing that usually pulls those posts in to the browser's width. |
|
| Back to top |
|
 |
NathanZachary Moderator


Joined: 30 Jan 2007 Posts: 2311 Location: /home/zach
|
Posted: Fri Jun 13, 2008 4:03 pm Post subject: |
|
|
| Section_8 wrote: | Occasionally, I have this annoyance with posts that have long lines. I assigned this:
| Code: | | javascript:(function(){var D=document;F(D.body);function F(n){var u,r,c,x;if(n.nodeType==3){u=n.data.search(/\S{45}/);if(u>=0){r=n.splitText(u+45);n.parentNode.insertBefore(D.createElement('wbr'),r);}}else if((n.tagName!='STYLE')&&(n.tagName!='SCRIPT')){for(c=0;x=n.childNodes[c];++c){F(x);}}}D.body.innerHTML+=' ';})(); |
to a button in the firefox Bookmark toolbar. Pressing that usually pulls those posts in to the browser's width. |
That is an EXCELLENT code snippet. I don't have the width problem here on the Gentoo forum, but thank you! _________________ “Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio--- |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|