inherit
191814
0
Mar 16, 2014 14:50:31 GMT -8
Incompetent Egoist
Check out All Damned today!
309
March 2013
timeruinsalpha
|
Post by Incompetent Egoist on May 31, 2013 18:20:00 GMT -8
Is there a v4.5 conversion of this code?
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on May 31, 2013 18:26:52 GMT -8
|
|
inherit
94040
0
Apr 21, 2020 18:54:22 GMT -8
Bluesonic1
d(o___-)b ~♪~♫
187
December 2006
bluesonic1
|
Post by Bluesonic1 on Jun 5, 2013 23:05:06 GMT -8
Is there any way to use this like the old code where you could use images as the border around the forum? If so, how do I do that?
|
|
inherit
126477
0
Apr 21, 2023 15:18:52 GMT -8
Shrike
Re-appeared briefly after 6 years only to no doubt disappear again.
1,569
June 2008
shrike
|
Post by Shrike on Jun 6, 2013 2:38:44 GMT -8
Is there any way to use this like the old code where you could use images as the border around the forum? If so, how do I do that? Was this a single background image, or were there head/base images? For the former, you can just add background-image: url("link_to_image_here"); to the CSS in the first post. You can use any other background properties you might need for things like repeating the image.
|
|
inherit
94040
0
Apr 21, 2020 18:54:22 GMT -8
Bluesonic1
d(o___-)b ~♪~♫
187
December 2006
bluesonic1
|
Post by Bluesonic1 on Jun 6, 2013 4:02:27 GMT -8
Kinda using head and base images; I'm thinking of Smangii's border around the forum with images code. Sadly I can't find Smangii's original thread showing the whole code, so I only have this piece from an old forum I had (it's missing a global footers portion):
<script> <!-- /* Border-Around-Forum using Images - by Smangii */
var hi = "URL"; var mi = "URL"; var bi = "URL";
document.write('<table width="88%" cellspacing="0" cellpadding="0" align="center"><tr><td align="center" width="100%"><img src="'+hi+'"></td></tr><tr><td width="100%" style="background-image: url('+mi+');">') //--> </script>
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Jun 6, 2013 4:03:57 GMT -8
Stinky666 may be able to help you out with that bluesonic.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Jun 6, 2013 6:14:36 GMT -8
Kinda using head and base images; I'm thinking of Smangii's border around the forum with images code. Sadly I can't find Smangii's original thread showing the whole code, so I only have this piece from an old forum I had (it's missing a global footers portion): <script> <!-- /* Border-Around-Forum using Images - by Smangii */
var hi = "URL"; var mi = "URL"; var bi = "URL";
document.write('<table width="88%" cellspacing="0" cellpadding="0" align="center"><tr><td align="center" width="100%"><img src="'+hi+'"></td></tr><tr><td width="100%" style="background-image: url('+mi+');">') //--> </script> Full code: smangii.proboards.com/thread/6466/border-forum?page=1
|
|
inherit
94040
0
Apr 21, 2020 18:54:22 GMT -8
Bluesonic1
d(o___-)b ~♪~♫
187
December 2006
bluesonic1
|
Post by Bluesonic1 on Jun 6, 2013 19:32:28 GMT -8
Kinda using head and base images; I'm thinking of Smangii's border around the forum with images code. Sadly I can't find Smangii's original thread showing the whole code, so I only have this piece from an old forum I had (it's missing a global footers portion): <script> <!-- /* Border-Around-Forum using Images - by Smangii */
var hi = "URL"; var mi = "URL"; var bi = "URL";
document.write('<table width="88%" cellspacing="0" cellpadding="0" align="center"><tr><td align="center" width="100%"><img src="'+hi+'"></td></tr><tr><td width="100%" style="background-image: url('+mi+');">') //--> </script> Full code: smangii.proboards.com/thread/6466/border-forum?page=1Thanks for the link! I didn't realise Smangii had his own forum; I'll take a looksie around there as he may have updated that code to v5!
|
|
inherit
94040
0
Apr 21, 2020 18:54:22 GMT -8
Bluesonic1
d(o___-)b ~♪~♫
187
December 2006
bluesonic1
|
Post by Bluesonic1 on Jun 24, 2013 2:08:30 GMT -8
I'm not a coder, and I'm having huge difficulty trying to use this code to achieve the border around forum using images effect. And everywhere I look people have asked the same question as me, and keep getting redirected to this thread to use this code. I can't be the only person struggling to understand how to get this to work for me and it's really frustrating. Could someone please help me out? To reiterate what I'm wanting to achieve... head image above the forum, a 'middle' image that repeats all down the forum, and a footer image after the forum ends. This is what it looked like on v4. This is what I've constructed so far but I haven't gone very far with: (Yes I'm aware the footer image is the same as the header; these aren't mine, I'm just using them to test the code so that when I have my images done, I can plug them in straight away) /* border around forum */ #wrapper {background-image: url("http://img607.imageshack.us/img607/411/transparentbanner2body.png"), url("http://imageshack.us/a/img404/411/transparentbanner2body.png"), url("http://img607.imageshack.us/img607/411/transparentbanner2body.png"); background-repeat: no-repeat, repeat-y, no-repeat; background-position: top center, center center, bottom center; }
|
|
inherit
194418
0
Jan 18, 2015 10:11:41 GMT -8
XENO QUEEN
89
May 2013
kiwishaped
|
Post by XENO QUEEN on Jun 24, 2013 4:57:29 GMT -8
I really feel like I'm failing here, Shrike ! ]forum link here[/* border around forum */ #wrapper {background-image: url(http://i1328./w524/kiwishaped/top_zps7ef602f4.jpg~original), url(http://i1328./w524/kiwishaped/middle_zpsa0417831.jpg~original), url(http://i1328./w524/kiwishaped/bottom_zps308b2d66.jpg~original); background-repeat: no-repeat, repeat-y, no-repeat; background-position: top, bottom, middle; margin-bottom: 0 auto; padding: 26.3em; } That's what I've done so far, but I'm not sure how to center it and make it all fluid, what am I doing wrong?! -pout- ~Georgia.
|
|
inherit
94040
0
Apr 21, 2020 18:54:22 GMT -8
Bluesonic1
d(o___-)b ~♪~♫
187
December 2006
bluesonic1
|
Post by Bluesonic1 on Jun 27, 2013 21:12:34 GMT -8
Bump~
|
|
inherit
194418
0
Jan 18, 2015 10:11:41 GMT -8
XENO QUEEN
89
May 2013
kiwishaped
|
Post by XENO QUEEN on Jul 2, 2013 11:43:11 GMT -8
For anyone still struggling with the image border, here's a fix that I was given: HERE
|
|
cvekiboy
Junior Member
SHARE or BEWARE
Posts: 231
inherit
109505
0
Nov 27, 2019 2:37:22 GMT -8
cvekiboy
SHARE or BEWARE
231
August 2007
cvekiboy
|
Post by cvekiboy on Jul 5, 2013 14:22:56 GMT -8
Using slightly different border around forum with head, base and background (as sides) images. Any of this codes not cover my layout. Please give me a hint how to have it on v5 forum. P.S. Did tried also this code which gives me only head and background image on every div/table. Suggest me if its what I shall stick to it. [EDIT] *Solution may be posted here, too! Login out... END
|
|
inherit
nohondanolife@gmail.com
197130
0
Mar 25, 2020 13:14:33 GMT -8
Singima
7
July 2013
singima
|
Post by Singima on Jul 22, 2013 19:36:32 GMT -8
how to do the outline of the boarder eg.. black ? .. ty for this tut
|
|
inherit
147672
0
Oct 20, 2023 5:21:22 GMT -8
Jen Parsons
612
September 2009
jennnnnn
|
Post by Jen Parsons on Aug 19, 2013 13:14:32 GMT -8
How would I go about making the outer border semi-transparent?
|
|