Runboard.com
Слава Україні!
~🌸~ Welcome Spring ~🌸~

runboard.com       Sign up (learn about it) | Sign in (lost password?)

Page:  1  2  3  4 

 
Autumn77 Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator

Registered: 08-2017
Posts: 19999
Reply | Quote
posticon Coffee and Chat


--Log in or sign up to see linked image content--

---

8/28/2017, 4:18 pm Link to this post PM Autumn77 Blog
 
Autumn77 Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator

Registered: 08-2017
Posts: 19999
Reply | Quote
posticon Re: Coffee and Chat


I [sign in to see URL] annoying -the width...

---

8/28/2017, 4:32 pm Link to this post PM Autumn77 Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Administrator

Registered: 07-2005
Location: Texas
Posts: 58
Reply | Quote
Re: Coffee and Chat


Hi, I'm using my phone right now but tomorrow I'll be available most of the day to help if you need it. If it is the layout of a board I can fix just about anything. :)

---

Advertise Boards On TRDConceptsDE
8/29/2017, 1:50 pm Link to this post Email Pastor Rick   PM Pastor Rick Blog
 
Autumn77 Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator

Registered: 08-2017
Posts: 19999
Reply | Quote
Re: Coffee and Chat


Hi !and thank you Pastor Rick!

I am trying to figure how to get this image as my banner or header. Couldn't get it to work in HTML section. 😟 Wrong placement?
<img src="[sign in to see URL]">

Does the "buttons skin" come in light blue?if it came in a light blue🙂I'd like to apply it.

Last edited by Autumn77, 8/29/2017, 5:53 pm


---

8/29/2017, 5:38 pm Link to this post PM Autumn77 Blog
 
Autumn77 Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator

Registered: 08-2017
Posts: 19999
Reply | Quote
Re: Coffee and Chat


any way to make the board wider?
 I should take these questions to the help
board I reckon. Probably 😁

---

8/29/2017, 6:11 pm Link to this post PM Autumn77 Blog
 
Autumn77 Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator

Registered: 08-2017
Posts: 19999
Reply | Quote
Re: Coffee and Chat


How I wish this font , print , runboard site could be larger when using my phone. I have to use my phone more because of my severe back issues. 🙁

---

8/29/2017, 6:14 pm Link to this post PM Autumn77 Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Administrator

Registered: 07-2005
Location: Texas
Posts: 58
Reply | Quote
Re: Coffee and Chat


Hi Autumn,

I wiped myself out yesterday and ended up sleeping like 10 hours! Let me grab a cup of coffee and get the sleep out of my eyes then I'll be able to answer your questions. :D

---

Advertise Boards On TRDConceptsDE
8/30/2017, 8:04 am Link to this post Email Pastor Rick   PM Pastor Rick Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Administrator

Registered: 07-2005
Location: Texas
Posts: 58
Reply | Quote
Re: Coffee and Chat


quote:

Autumn77 wrote:

Hi !and thank you Pastor Rick!

I am trying to figure how to get this image as my banner or header. Couldn't get it to work in HTML section. 😟 Wrong placement?
<img src="[sign in to see URL]">

Does the "buttons skin" come in light blue?if it came in a light blue🙂I'd like to apply it.



I am back! There are two ways to put your banner on your board. If you do not wish to worry about coding you could use the "Community Logo" option in the Edit Layout/Colors menu.

If you want to do that then go to the board's control panel and click on the button to get to that area:
--Log in or sign up to see linked image content--

Then scroll down until you see this option:
--Log in or sign up to see linked image content--

The first box is for the URL to your board's banner. Copy and paste the URL of your banner into that box. Make sure there are no spaces before or after the URL or Runboard will reject the entry.

In the second and third boxes, you have to change whatever numbers are there to match the size of your banner.

The last box is for a URL that users will go to if they click on your banner (I use it to return to the main board menu). If you want to do that you would put [sign in to see URL] inside that box.

Now you scroll all the way to the end of the menu and click on this button:

--Log in or sign up to see linked image content--

This will put your banner on your board and center the banner on the page (left and right) for you.

This is a large post so I'll post the second option (using CSS and HTML) to do the same thing in my next post.


---

Advertise Boards On TRDConceptsDE
8/30/2017, 10:27 am Link to this post Email Pastor Rick   PM Pastor Rick Blog
 
Autumn77 Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator

Registered: 08-2017
Posts: 19999
Reply | Quote
Re: Coffee and Chat


Sounds good. Thanks Pastor Rick.
Btw that's my late dh name 'Rick' 🙂

I put this logo in and it tells me "it must start with HTTP://"


[sign in to see URL]

I don't know the exact size does it matter? If I was on my old computer I would know but with this new Apple computer not sure how to get the sides plus with my back issues I I mostly have to use the phone. Frustrating. I need to find a good free image hostbesides photo bucket

Last edited by Autumn77, 8/30/2017, 11:16 am


---

8/30/2017, 10:33 am Link to this post PM Autumn77 Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Administrator

Registered: 07-2005
Location: Texas
Posts: 58
Reply | Quote
Re: Coffee and Chat


To use the CSS/HTML option for posting a banner, you start by going to your control panel and clicking on the "Edit layout/colors of your board" button.
--Log in or sign up to see linked image content--

At the beginning of that menu, you will see two buttons. One for CSS and another for HTML

Click on the CSS button first so you can tell Runboard how you are going to handle your banners positioning. I like to label things so I can figure out what I did later so for a banner that is going to be centered, like the "Community Logo" option I just posted I would enter something like this:

/* DEFINES STRUCTURE OF LAYOUT */
#shell {
background:#ffffff;
width:960px;
border-right:1px solid #cccccc;
border-left:1px solid #cccccc;
margin:0 auto;
}

/* My Banner */
h1 {
text-align:center;
margin-top:-4px;
}


What I did with that entry is set the width, orientation, and color of the main forum area and then tell Runboard I want the h1 to center itself inside of this field.

Click on the "Submit CSS preferences" button to return to the "Edit layout/colors of your board" menu.

Next, you click on the "Manage custom HTML content" button and in the first box which is labeled "Enter custom HTML header:" you would enter this:

<!-- BANNER & TITLE SECTION //-->
<h1><a href="[sign in to see URL]"><img src="[sign in to see URL] (1).jpg" title="Happy Trails 2" alt="Happy Trails 2" /></a></h1>


The bit of coding I painted blue is to a copy of your banner that I saved on [sign in to see URL] to make sure the banner would show up. With the mess created by Photobucket and Imgur, I am not taking any chances. It is okay if you want to use this URL on your board, I have been here since 2005 and have no plans on moving.

Click on the button labeled "Submit HTML preferences" to finish and then go back to the message board to see the results. :)

---

Advertise Boards On TRDConceptsDE
8/30/2017, 11:34 am Link to this post Email Pastor Rick   PM Pastor Rick Blog
 


Add a reply

Page:  1  2  3  4 





You are not logged in (login)
63957D75-9BF8-4568-AA9B-61A9763C72CF.gif
↑Back To Top↑