Page 1 of 1

[SOLVED]Bottom of Shoutbox

PostPosted: Sun Jan 21, 2007 3:13 pm
Author: tmotley
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://motleyville.com/bb/portal.php

PHP Version:
MySQL Version:


What was done before the problem appeared?
Nothing special


What was done to try to solve the problem?
Nothing



De.scription and Message

Is it me, or is the bottom of the Shoutbox both here and on my site 'funky' looking? It seems odd. Anyone have any tips to neaten it up?

Re: Bottom of Shoutbox

PostPosted: Sun Jan 21, 2007 7:21 pm
Author: Helter
open your template/shoutbox_body.tpl
find
Code: Select all
         <iframe>


replace with

Code: Select all
         <iframe>

PostPosted: Mon Jan 22, 2007 3:58 am
Author: tmotley
Much better... thanks!