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  3  4  5 

 
Autumn77 Profile
Live feed
Blog
Friends
Miscellaneous info

Regular poster

Registered: 08-2017
Posts: 196
Karma: 7 (+7/-0)
Reply | Quote
Adding script under banner?


Just curious~If ever I wish to add another image, like a “welcome”image, or write welcome in text,under just the main banner image, how would I do it?

I noticed by putting text in the HTML it shows up on the main page BUT also shows on other forums

---

10/31/2017, 8:53 pm Link to post PM Autumn77 Blog
 
Susa Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator


Registered: 07-2006
Location: Oχάιο
Posts: 4623
Karma: 128 (+137/-9)
Reply | Quote
Re:


It has to be put in your CSS. I only know how to add an image, not text. However, Lesa would know how to do text.


#ak_forum_1 #header2 {
background: url(http://xxxxxxxxxxx.jpg) no-repeat center;
height: 292px;
        margin-bottom: 10px /* ----- Main Chat ------ */
}

---

SS eH PF
11/1/2017, 12:42 am Link to post PM Susa Blog
 
Autumn77 Profile
Live feed
Blog
Friends
Miscellaneous info

Regular poster

Registered: 08-2017
Posts: 196
Karma: 7 (+7/-0)
Reply | Quote
Re: Adding script under banner?


Thats fine. I will more likely just use an image anyway. 🙂
Thank you Susa!!
Hope to swing by your place see how Everyone is doing -such a nice group of ladies. I get busy playing with graphics and it shoots my whole day 😜

---

11/1/2017, 4:38 pm Link to post PM Autumn77 Blog
 
Susa Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator


Registered: 07-2006
Location: Oχάιο
Posts: 4623
Karma: 128 (+137/-9)
Reply | Quote
Re:


We love having you!

When you do a picture, be sure to put in the correct height.

---

SS eH PF
11/1/2017, 4:50 pm Link to post PM Susa Blog
 
Autumn77 Profile
Live feed
Blog
Friends
Miscellaneous info

Regular poster

Registered: 08-2017
Posts: 196
Karma: 7 (+7/-0)
Reply | Quote
Re:


Another question while I have you here Or I’m here 😁 I may want to switch the beige color Backgroundon to White for Christmas. I found and changed part of it on the http://bfrontporch.runboard.com board but Iwhere is the rest? My eagle eyes can’t seem to locate it .Of course the tiny text on my phone doesn’t help.argh.😜so if you could let me know where it is. ...and I’m Sure I’ve done it before but...

---

11/1/2017, 4:58 pm Link to post PM Autumn77 Blog
 
Susa Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator


Registered: 07-2006
Location: Oχάιο
Posts: 4623
Karma: 128 (+137/-9)
Reply | Quote
Re:


I think that the rest of that beige is a picture. The picture would have to be re-colored and replaced. I think this is the picture: http://rbbt.net/skins/PR/button2/layoutbgright.png

I could be wrong on this.

---

SS eH PF
11/1/2017, 5:34 pm Link to post PM Susa Blog
 
Autumn77 Profile
Live feed
Blog
Friends
Miscellaneous info

Regular poster

Registered: 08-2017
Posts: 196
Karma: 7 (+7/-0)
Reply | Quote
Re: Adding script under banner?


Ahah. That could be. I’ll check into it further no biggie really.just wondered thanks Again!👍🙂

---

11/1/2017, 8:39 pm Link to post PM Autumn77 Blog
 
Susa Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator


Registered: 07-2006
Location: Oχάιο
Posts: 4623
Karma: 128 (+137/-9)
Reply | Quote
Re:


Here is a copy of the picture with it in white. However, this is saved where I do pictures. It should probably be saved at Rbbt.

Image

---

SS eH PF
11/1/2017, 10:33 pm Link to post PM Susa Blog
 
Joxcenia Profile
Live feed
Blog
Friends
Miscellaneous info

Global Administrator
Runboard staff member

Registered: 11-2005
Location: Whoosher House
Posts: 7810
Karma: 74 (+75/-1)
Reply | Quote
Re: Adding script under banner?


I don't have an image beneath an image on the main page of my board, but I do on some of the forums, and this is how I did it:

http://bakheva.runboard.com/t16889,offset=0#post295478

quote:

Joxcenia wrote:

From my 'Twilight' test board in the CSS box:


/* BANNERS */


#header1 { float: center; }
#header2 { float: center; }

#ak_board_home #header1,
#ak_forum_1 #header1,
#ak_forum_2 #header1,
#ak_forum_6 #header1 {
   height: 296px;
   background:url('http://gifyu.com/images/Twilight.png') no-repeat center;
}

/* The Author Forum */

#ak_forum_3 #header1 {
   height: 425px;
   background:url('http://gifyu.com/images/StephenieMeyer.png') no-repeat center;
}

#ak_forum_3 #header2 {
   height: 150px;
   background:url('http://gifyu.com/images/StephenieMeyerBanner.png') no-repeat center;
}

/* Books-Movies Forums */

#ak_forum_4 #header1 {
   height: 425px;
   background:url('http://gifyu.com/images/Twilight-1.png') no-repeat center;
}

#ak_forum_4 #header2 {
   height: 150px;
   background:url('http://gifyu.com/images/TwilightBanner.png') no-repeat center;
}

/* The Cullens Forum */

#ak_forum_5 #header1 {
   height: 425px;
   background:url('http://gifyu.com/images/CullenCoven.png') no-repeat center;
}

#ak_forum_5 #header2 {
   height: 150px;
   background:url('http://gifyu.com/images/TheCullensBanner.png') no-repeat center;
}


On some forums I have two images: #header1 & #header2



http://bthetwilightsaga.runboard.com/

http://bthetwilightsaga.runboard.com/f9

http://bthetwilightsaga.runboard.com/f10

http://bthetwilightsaga.runboard.com/f18





---

11/2/2017, 12:48 am Link to post Email Joxcenia   PM Joxcenia Blog
 
Autumn77 Profile
Live feed
Blog
Friends
Miscellaneous info

Regular poster

Registered: 08-2017
Posts: 196
Karma: 7 (+7/-0)
Reply | Quote
Re:


Thanks ladies.but. ...Well. ..-I tried the code you gave me Susa -but didn’t work. Even though it was for Main Chat ,which
I didn’t notice at first .sorry-i was wanting it just for the front page..Not in the forums.
like on Snowys board..
..Snowys board has a ‘welcome greeting ‘just under the image on front page.not in forums .see?


---

11/2/2017, 7:38 am Link to post PM Autumn77 Blog
 


Add a reply

Page:  1  2  3  4  5 



You are not logged in (login)