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.

Page:  1  2 

 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26740
Karma: 436 (+489/-53)
Reply | Quote
Re: Page Numbers


quote:

Jewel5 wrote:

Edit: Lesa asked, "Did you fix it at your other test board before I got home from work?
 Yes I did.


Cool beans. emoticon

quote:

The only thing is, I only want the word 'Page'is under the miscoptbar and at the bottom.



I think this is what you're looking for:

.pageindex {
      color:#fef284;
}



---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
10/15/2016, 9:14 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
Jewel5 Profile
Live feed
Blog
Friends
Miscellaneous info

Regular poster


Registered: 08-2007
Location: Hooterville USA
Posts: 179
Karma: 14 (+14/-0)
Reply | Quote
Re:


Thanks LG, but it also shows up on the table.

Test

It's OK. Would just look better, but it's fine like it is.

Thank You!
10/15/2016, 8:36 pm Link to post PM Jewel5
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26740
Karma: 436 (+489/-53)
Reply | Quote
Re: Page Numbers


You're welcome, Jewel. emoticon

I see the issue. To fix this, I changed this:

.pageindex

to this:

center > .pageindex

This works because the word 'Page' outside the table is a direct child (aka direct descendant) of a <center> tag, while the ones inside the table are not a direct child of a <center> tag.

To show what I mean, the tags I put in red below are the direct child of the <center> tag:

<center><span class="pageindex">Page:</span></center>

<center><table><tr><td><span class="pageindex">Page:</span></td></tr></table></center>


In the second example, <span class="pageindex"> is more like a great-great grandchild of the <center> tag, not the child.


Edit to add a suggestion:

Where you have this in your CSS:

/* NEW TOPIC & ADD REPLY BUTTONS */
.topiclistpostnewtopic a:link, .topiclistpostnewtopic a:visited,
.postlistaddareply a:link, .postlistaddareply a:visited { display: block; border:2px solid #000000; width: 130px; height: 35px; margin: 0 auto; font: 700 11px verdana, tahoma, arial; text-align: center; line-height: 35px; vertical-align: middle; background-; color:#000000;}


The part in red above is invalid, but you can make a small tweak to it so people can read the "Post new topic" and "Add a reply" links:

/* NEW TOPIC & ADD REPLY BUTTONS */
.topiclistpostnewtopic a:link, .topiclistpostnewtopic a:visited,
.postlistaddareply a:link, .postlistaddareply a:visited { display: block; border:2px solid #000000; width: 130px; height: 35px; margin: 0 auto; font: 700 11px verdana, tahoma, arial; text-align: center; line-height: 35px; vertical-align: middle; background: #d4d9dd; color:#000000;}


Last edited by Lesigner Girl, 10/16/2016, 3:36 am


---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
10/16/2016, 3:29 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
Jewel5 Profile
Live feed
Blog
Friends
Miscellaneous info

Regular poster


Registered: 08-2007
Location: Hooterville USA
Posts: 179
Karma: 14 (+14/-0)
Reply | Quote
Re: Page Numbers


Aww, this is so nice of you Lesa! Worked perfectly..as I had no doubt it would. emoticon

Thank you! Image
Jewel

10/16/2016, 4:04 am Link to post PM Jewel5
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Head of Runboard staff

Registered: 11-2005
Posts: 26740
Karma: 436 (+489/-53)
Reply | Quote
Re: Page Numbers


You're very welcome, Jewel! emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
10/17/2016, 12:23 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 


Add a reply

Page:  1  2 



You are not logged in (login)