Newbi HTML Question

Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!

Post Reply

Topic author
Marman
Active Member
Posts: 6
Joined: 19. February 2009 22:58

Newbi HTML Question

Post 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>
User avatar

PeterS
Former Team Member
Posts: 246
Joined: 15. January 2008 08:41
phpBB.de User: PeterS
phpBB.com User: PeterS

Re: Newbi HTML Question

Post by PeterS »

Hi marman,

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

Peter

Topic author
Marman
Active Member
Posts: 6
Joined: 19. February 2009 22:58

Re: Newbi HTML Question

Post by Marman »

Thanks so much, worked great.......
Post Reply

Return to “Styles Support”