murphie
New Member
Helloo!
Posts: 59
inherit
176243
0
Mar 14, 2013 9:10:22 GMT -8
murphie
Helloo!
59
January 2012
murphie
|
Post by murphie on Mar 9, 2013 0:55:06 GMT -8
I have no idea what this is called ^^ that is the best that I can do. I fell apon a code which allows you to have images next to board descriptions on your site, but it isn't compatible with proboards. This is the original code - <div align="center"><div class="boarda"><div class="boardb"><center><table><tr><td><div style="width:75px; height:75px; background-image:url(IMAGE URL);"></div></td><td><div style="width:200px; height:75px; overflow:auto; text-align:justify;"> board descriptions goes here</td></tr></table></center></div></div></div></div> and this is what it's meant to look like here scroll down to the boards and look at the board descriptions. but i tried this on my proboards site that is undergoing construction, and my site is here. is there a different code to use this style on proboards or not?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 9, 2013 20:41:45 GMT -8
This code allows you to put a background behind your description so you probably could very well do what that site did with css.
|
|
murphie
New Member
Helloo!
Posts: 59
inherit
176243
0
Mar 14, 2013 9:10:22 GMT -8
murphie
Helloo!
59
January 2012
murphie
|
Post by murphie on Mar 10, 2013 7:41:11 GMT -8
I'm not that good at css, so I don't actually know how I'd do it?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 11, 2013 2:46:28 GMT -8
If you want your board description just like on that link you provied, (an image on the left & description text on the right) the best on really only way I can think of is to make a image that has the background color you want for your descripton area and then add the image on the right of that background sort of like this: The tan area for the description text. Assuming you'd want a different image on each board, your css would look something like this, as seen here: <style type="text/css"> <!-- #board_description_ general { background-image:url( i48.tinypic.com/2w4fzfb.png); background-repeat: no-repeat; width: 100%; height: 104px; margin: 1px; padding: 30px 0px 0px 150px; } #board_description_ board one { background-image:url( i48.tinypic.com/2w4fzfb.png); background-repeat: no-repeat; width: 100%; height: 104px; margin: 1px; padding: 30px 0px 0px 150px; } --> </style> The bold is your board name that you want to use images. The blue is where you add your direct link. And just so you know, with the padding the first number is the padding you want on top, then right, then bottom and lastly the left side. A good way to remember is it using a clock, the first number starts at the top (12 o'clock) and goes clockwise.
|
|
murphie
New Member
Helloo!
Posts: 59
inherit
176243
0
Mar 14, 2013 9:10:22 GMT -8
murphie
Helloo!
59
January 2012
murphie
|
Post by murphie on Mar 11, 2013 10:20:32 GMT -8
ok thank you!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 11, 2013 22:40:53 GMT -8
Oh wait, wait. You have a v5 forum. That won't work on it. I'm so sorry, I could have swore you didn't have V5. You'll have to look over the plug-ins to see if they have one for that yet. support.proboards.com/board/37/plugins-codesIf not then you'll have to request one.
|
|
murphie
New Member
Helloo!
Posts: 59
inherit
176243
0
Mar 14, 2013 9:10:22 GMT -8
murphie
Helloo!
59
January 2012
murphie
|
Post by murphie on Mar 14, 2013 6:21:12 GMT -8
Yes, we changed over to v5. and thanks for your help!
|
|