Runboard.com
Слава Україні!



🙂       Use the black navigation bar to log in or create your account.

Jump to Page:  1  2  3 

 
Magic Prince Profile
Live feed
Blog
Friends
Miscellaneous info

Citizen

Registered: 02-2007
Province: Earth
Posts: 12
Karma: 0 (+0/-0)
ReplyQuote
Moving the board date/time clock


Ok, what I seek is a box, one that will display the time and date in my sidebar...

They told me it could not be done, I did it at a differant forum host, but on runboard they said it could not be done when I asked..

Now, I have seen this thread, so am asking again..This is the thread I refer too..

http://www.runboard.com/bdesignelements.f7.t122

Can you help??

Hmm, guess better edit this..What I want is to know the code so I may put that code in my sidebar...

Hope that helps..



Edit subject line for keyword search

Last revised by Lesigner Girl, 1/20/2009, 1:16 am
1/14/2009, 12:13 am Link to this post  
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: I asked this before, sometime ago...Need help..


This part of that post explains how to do it, MP:


.boardtime {display: block; position: absolute; left:29%; top: 220px; width: 42%; font: bold 1.1em/1.3em verdana,tahoma; color: #ffff00; text-align: center; margin: 0 auto;}

top is easy, the larger the number the farther down the date/clock is moved from the top of the board. left controls your side to side placement of the date clock and width controls how much space you are allowing for the text you chose in step 2.



Which part, specifically, are you having trouble with? Left positioning? Top positioning? Width? You can use px and/or em instead of %, if that is what's giving you trouble.

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
1/14/2009, 12:47 am Link to this post PM Lesigner Girl Read Blog
 
Magic Prince Profile
Live feed
Blog
Friends
Miscellaneous info

Citizen

Registered: 02-2007
Province: Earth
Posts: 12
Karma: 0 (+0/-0)
ReplyQuote
Re: I asked this before, sometime ago...Need help..


Oh, could put the thing on top..Was not a problem..Problem is cannot get the thing in my sidebar as I have tried countless times..

wow, not even sure what I all tried anymore...Just don't work.
1/15/2009, 5:05 pm Link to this post  
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: I asked this before, sometime ago...Need help..


I was just going to ask you to post the code until I read that last sentence. emoticon

Ok, try something like this. This is just for positioning and you would still have to style it, but it should get you started.


In the Custom Language Set for the time, use this:

<span class="boardtime">Board's time is:<br />%1</span>



In your HTML, change the sidebar ~Links~ heading to read like so:

<h2 id="links">~Links~</h2>

For that matter, you can remove all of the <b></b> tags that are in the <h2> tags, since <h2> are already bold by default, plus <b> tags are deprecated and should be replaced with CSS anyway.



Finally, add this to your CSS and tweak as necessary.

/* BOARD CLOCK */
.bottominfoline {
   display:block; text-align: center; margin-top: 1em;
}
.boardtime {
   display: block; position: absolute;
   left: 5px; top: 180px; width: 160px;
   font: bold 1.1em/1.3em verdana,tahoma;
   color: #000; text-align: center;
   border: 1px solid #000;
}
#links {
   margin-top: 6em;
}




Edit to fix CLS

Last revised by Lesigner Girl, 1/17/2009, 4:41 pm


---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
1/15/2009, 11:40 pm Link to this post PM Lesigner Girl Read Blog
 
Magic Prince Profile
Live feed
Blog
Friends
Miscellaneous info

Citizen

Registered: 02-2007
Province: Earth
Posts: 12
Karma: 0 (+0/-0)
ReplyQuote
Re: I asked this before, sometime ago...Need help..


al the same really..wanting to put this in my sidebar, not on the front of the page.I did that, do not want that..

I want it IN my sidebar..

I called on the class id, thought that would work and tried the other thing, ah, did not work

Last revised by Magic Prince, 1/16/2009, 1:23 am
1/16/2009, 1:17 am Link to this post  
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: I asked this before, sometime ago...Need help..


The directions I just posted will put it in the sidebar. I tried it out myself and it worked perfectly. Just follow it step by step, and you should be fine.

Last revised by Lesigner Girl, 1/16/2009, 1:31 am


---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
1/16/2009, 1:31 am Link to this post PM Lesigner Girl Read Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: I asked this before, sometime ago...Need help..


In response to your PM, MP, which part(s) are you having trouble with?

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
1/16/2009, 1:56 am Link to this post PM Lesigner Girl Read Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: I asked this before, sometime ago...Need help..


I got your PM with the test board URL, and after three quick copy and pastes from my post above, the clock is now in the sidebar. emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
1/16/2009, 4:47 am Link to this post PM Lesigner Girl Read Blog
 
Magic Prince Profile
Live feed
Blog
Friends
Miscellaneous info

Citizen

Registered: 02-2007
Province: Earth
Posts: 12
Karma: 0 (+0/-0)
ReplyQuote
Re: I asked this before, sometime ago...Need help..


Oh goodness... Think I am in trouble here..

Now getting a blank spot...Not working dear..Yep, me bad... emoticon


zhoot..not getting this.


Well, works on yours..good for you..bad for me emoticon

Last revised by Magic Prince, 1/16/2009, 12:29 pm
1/16/2009, 5:24 am Link to this post  
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

Minerva
Head of Runboard staff

Registered: 11-2005
Posts: 9606
Karma: 132 (+147/-15)
ReplyQuote
Re: I asked this before, sometime ago...Need help..


What do you mean you get a blank spot? I see it in Firefox, IE7, Flock, Safari, Opera, and Google Chrome, although the border you put on it looks different from browser to browser.

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
1/16/2009, 10:37 pm Link to this post PM Lesigner Girl Read Blog
 


Add to this discussion

Jump to Page:  1  2  3 



You are not logged in (login)
Back To Top

This board's time is GMT.