<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title> new document </title>
<style type="text/css">
#gamesright {
width:33%;
float:left;
padding-bottom:10px;
}
#sigscenter {
width:34%;
float:left;
padding-bottom:10px;
}
#avatarleft {
width:33%;
float:left;
padding-bottom:10px;
}
</style>
</head>
<body>
<div style="background:#ccc">
<div id="avatarleft"><img src="https://www.beyondgaming.be/forums" /></div>
<div id="sigscenter">
<marquee scrollamount="2" direction="up" loop="true">
<strong> Dit zijn signaturen, yo! 1</strong> <br />
<strong> Dit zijn signaturen, yo! 2</strong> <br />
<strong> Dit zijn signaturen, yo! 3</strong> <br />
<strong> Dit zijn signaturen, yo! 4</strong> <br />
<strong> Dit zijn signaturen, yo! 5</strong> <br />
<strong> Dit zijn signaturen, yo! 6</strong> <br />
</marquee>
</div>
<div id="gamesright">
<marquee scrollamount="2" direction="right" loop="true">
<strong> Dit zijn games, yo! 1</strong> <br />
<strong> Dit zijn games, yo! 2</strong> <br />
<strong> Dit zijn games, yo! 3</strong> <br />
<strong> Dit zijn games, yo! 4</strong> <br />
<strong> Dit zijn games, yo! 5</strong> <br />
<strong> Dit zijn games, yo! 6</strong> <br />
</marquee>
</div>
</div>
</body>
</html>