Runboard.com
Слава Україні!
Lost? Hover on Bookmarks!
Runboard Extra! The Runboard Directory Runboard Knowledge Base

Welcome to Runboard Support, the place to find help with your Runboard user account or message board.

If you can't find the answer you need with our search feature, ask here, and a member of staff will respond to you personally.

Chat room Runboard Knowledge Base (wiki) Search Facebook Twitter

runboard.com       You are not logged in.

 
OldWarrior Profile
Live feed
Blog
Friends
Miscellaneous info

Jack of All Trades,
Master of Some


Registered: 04-2006
Location: USA, Western hemisphere, earth
Posts: 184
Karma: 18 (+18/-0)
Reply | Quote
Main Table Set to Finite Size?


Hello,

I was not sure where to post this. Since I am a premium member, I thought I might as well try here. emoticon

In the past, I fine-tuned my message boards to have what I thought was an ideal screen size, so that they would fit well into both the average and larger displays (usually pc monitors). However, since I upgraded to a much larger wide monitor myself, I notice that some of my boards apparently have a finite (limited) width defined for the main table (where the forums and topics appear).

My WQ-WHQ Old Warrior board is an example of this. If you view it on a larger display, it is easy to see what I am talking about. The main table only stretches across about half of my monitor's width (or slightly more).

Maybe someone knows off hand exactly which particular setting affects this... OR, could it be that I somehow defined this in my custom CSS or html?

So, what I am really looking for is what type of code or setting do I need to seek out to make the table variable instead of finite. I am thinking I must have specified the exact number of pixels for the width, though I do not remember.

Last edited by OldWarrior, 5/8/2014, 3:07 pm


---
Old Warrior

Check out Bible Notes
It is one of my favorite places on the Internet.
God bless you, everyone!
5/8/2014, 3:06 pm Link to post Email OldWarrior   PM OldWarrior Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: Main Table Set to Finite Size?


Hi OldWarrior,

There are several ways to control the width of a message board. The example you give is width restricted to 740px in seven (7) places in your custom CSS.

If you go to your control panel and do a search for 740px you will find all the spots that need attention to convert the board to a variable width.

That said, you will also need to "tweak" some of those settings due to the way Runboard does it's layout...

---

Advertise Boards On TRDConceptsDE
5/8/2014, 3:25 pm Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26746
Karma: 436 (+489/-53)
Reply | Quote
Re: Main Table Set to Finite Size?


Hi OldWarrior,

quote:

I am thinking I must have specified the exact number of pixels for the width, though I do not remember.



You are correct. emoticon In addition to the CSS Rick mentioned, there is also this in your HTML:

<table border="0" cellpadding="0" cellspacing="2" height="137" width="927">

As well as this:

<td height="133" valign="top" width="816">

You can remove the width and height from both of those. I don't know if there's a browser out there that will obey that height setting for a <table> or <td> when the content fills more than that, but if there are any out there that do, it would cause some display issues on those browsers.

I would also get rid of the tables completely and re-code it with <div>s, for reasons explained here, but this combined with what Rick said will at least give your board a flexible width. If you would like to recode it without tables and need some help, just give us a holler. emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
5/8/2014, 8:01 pm Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26746
Karma: 436 (+489/-53)
Reply | Quote
Re: Main Table Set to Finite Size?


I should probably point out that the article I linked to in my previous post is at least 5 years old, as I see it was last modified April 16, 2009. With more and more people using mobile devices, this is even more pertinent today. If you go to your control panel and re-size your browser so it's very narrow, you'll see that its layout is different than you'll normally see with a PC. What I did there with control panels can't be accomplished with <table>s. Although people can zoom in on mobile devices, it's easier for mobile visitors to navigate a page if they don't have to zoom in and scroll side to side.

Just food for thought, and like I said, just give us a holler if you want to re-code your boards and need help. emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
5/8/2014, 8:11 pm Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
OldWarrior Profile
Live feed
Blog
Friends
Miscellaneous info

Jack of All Trades,
Master of Some


Registered: 04-2006
Location: USA, Western hemisphere, earth
Posts: 184
Karma: 18 (+18/-0)
Reply | Quote
Re: Main Table Set to Finite Size?


Thanks for your replies.

I am fairly certain it would be best to rework the boards that use these methods.

One quick question: The side bars that I like to use, does the info in the article you reference work with, and/or well with, the side bar coding? I cannot remember entirely, but I think the side bars are the main reason I ended up using tables to begin with.

Last edited by OldWarrior, 5/9/2014, 4:15 am


---
Old Warrior

Check out Bible Notes
It is one of my favorite places on the Internet.
God bless you, everyone!
5/9/2014, 4:13 am Link to post Email OldWarrior   PM OldWarrior Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Moderator

Registered: 07-2005
Location: Texas
Posts: 10257
Karma: 272 (+331/-59)
Reply | Quote
Re: Main Table Set to Finite Size?


I have a whole series of topics dealing with side bars over here.

The articles just show the bare minimum needed depending on the effect you want to end up with... All the codes given work on Runboard though after 2-3 years I could/should revisit them and see if they could use any updating...

---

Advertise Boards On TRDConceptsDE
5/9/2014, 6:00 am Link to post Email Pastor Rick   PM Pastor Rick Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26746
Karma: 436 (+489/-53)
Reply | Quote
Re: Main Table Set to Finite Size?


You're welcome, OldWarrior. emoticon

I think this one would work for you. I copied the code from that and put it up on jsfiddle here, so you can fiddle around with it there before trying it out on a board. emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
5/9/2014, 4:04 pm Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
OldWarrior Profile
Live feed
Blog
Friends
Miscellaneous info

Jack of All Trades,
Master of Some


Registered: 04-2006
Location: USA, Western hemisphere, earth
Posts: 184
Karma: 18 (+18/-0)
Reply | Quote
Re: Main Table Set to Finite Size?


quote:

Lesigner Girl wrote:

You're welcome, OldWarrior. emoticon

I think this one would work for you. I copied the code from that and put it up on jsfiddle here, so you can fiddle around with it there before trying it out on a board. emoticon



Yes, that does look like what I want. Thanks again for everyone's replies. Now, if I can just discipline myself to get it done. emoticon

Last edited by OldWarrior, 5/13/2014, 3:46 pm


---
Old Warrior

Check out Bible Notes
It is one of my favorite places on the Internet.
God bless you, everyone!
5/13/2014, 3:45 pm Link to post Email OldWarrior   PM OldWarrior Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26746
Karma: 436 (+489/-53)
Reply | Quote
Re: Main Table Set to Finite Size?


You're very welcome, OldWarrior. emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
5/13/2014, 4:25 pm Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 


Add a reply



You are not logged in (login)