http://www.colin.connect-hosting.com/v1/index.php
on there under stats theres spaces but if i remove the <br/> the bottom of the box messes up. any ideas?
Printable View
http://www.colin.connect-hosting.com/v1/index.php
on there under stats theres spaces but if i remove the <br/> the bottom of the box messes up. any ideas?
Change the c_box_bot part of the CSS file to this:
Code:#c_box_bot {
background-image:url(images/c_box_bot.png);
background-repeat:no-repeat;
width:392px;
height:9px;
padding-bottom:0px;
}
i will but i dont see what that has to do with the stats file. and i mean inside the stast box under all the text how can i remove the space if i remove the </br> the box goes wacky.
Oh sorry, misread your first post.
That's caused by the iframes + javascript, or just iframes, yet another reason NOT to use iframes.
if i remove the iframe/javascript from the box and rite text theres still space below it and if i remove the space same thing still happens. but im going php include that box instead in a sec
Hmm give me 5 Mins ill sort it out :)
EDIT : WAOH! I Dont no what you done wrong there mate sorry
done....
Just got home..
Because you have three line breaks maybe..?HTML Code:<b>Users Online:</b> 1</font><br><br><br>
that should solve your problem?