Page 1 of 1

Newbi HTML Question

Posted: 13. March 2009 23:18
by Marman
I need some help with spacing. If you check out my portal: http://www.sadisticoldbastards.com/phpBB3/portal.php you will see that the server monitors are butted right up against each other.

Is there a way to put a space between them? I have tried adjusting the frameborder in the code with no luck, code listed below:

Thanks,

Code: Select all

<center>
<!-- Start GameTracker Banner -->
<iframe src="http://cache.www.gametracker.com/components/html0/?host=208.43.14.75:28960&bgColor=333333&titleBgColor=222222&borderColor=555555&fontColor=CCCCCC&titleColor=FF9900&linkColor=FFCC00&borderLinkColor=222222&showMap=1&showCurrPlayers=1&showTopPlayers=0&showBlogs=0&width=200&height=421" frameborder="20" scrolling="no" width="200" height="421"></iframe>
<!-- End GameTracker Banner -->


<!-- Start GameTracker Banner -->
<iframe src="http://cache.www.gametracker.com/components/html0/?host=208.43.14.82:28960&bgColor=333333&titleBgColor=222222&borderColor=555555&fontColor=CCCCCC&titleColor=FF9900&linkColor=FFCC00&borderLinkColor=222222&showMap=1&showCurrPlayers=1&showTopPlayers=0&showBlogs=0&width=200&height=421" frameborder="20" scrolling="no" width="200" height="421"></iframe>
<!-- End GameTracker Banner -->
</center>

Re: Newbi HTML Question

Posted: 14. March 2009 06:42
by PeterS
Hi marman,

add &nbsp; for a space, you can repeat this
or <br /> for a line break

Peter

Re: Newbi HTML Question

Posted: 14. March 2009 17:53
by Marman
Thanks so much, worked great.......