Page 1 of 1

[solved] Adding Background Color

PostPosted: Fri Mar 23, 2007 2:24 pm
Author: .QUACK.Major.Pain
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://aaquacks.com/forum

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Hey guys.

I have installed on our forum a clan stats page. I downloaded the coding from another forum. We are a America's Army gaming forum.
Here's the page:

http://www.aaquacks.com/forum/clanstats ... rofile.php

How can I add the forum background colors to this page?

Also can I have this displayed inside a IM Portal Block?

PostPosted: Fri Mar 23, 2007 3:13 pm
Author: IntegraMOD
If you want it in a block use the IFRAME function.

Re: Adding Background Color

PostPosted: Fri Mar 23, 2007 3:23 pm
Author: .QUACK.Major.Pain
Where do I find the IFrame function? Haven't seen it and not sure how to use it.

PostPosted: Fri Mar 23, 2007 3:54 pm
Author: IntegraMOD
it is a html function look here http://www.w3schools.com/tags/tag_iframe.asp for more information.

Basically add a new block make sure it is html and instert the code into the editor

PostPosted: Fri Mar 23, 2007 4:00 pm
Author: IntegraMOD

Re: Adding Background Color

PostPosted: Fri Mar 23, 2007 4:29 pm
Author: .QUACK.Major.Pain
Ok thx guys - I fugured out how to put it in the box.

How do I add background color?
Perfered same as Integra2 background (stripped)

PostPosted: Fri Mar 23, 2007 7:49 pm
Author: IntegraMOD
try this
<body>

<p><iframe>
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe></p>

</body>

Re: Adding Background Color

PostPosted: Fri Mar 23, 2007 8:36 pm
Author: .QUACK.Major.Pain
Thx again - just had to figure out where to insert it, but I got it.

Perfered background2 instead.