[Solved] Best way to position buttons (CSS)?
[ad_1] Try using this code… <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ /> <title>Dynama </title> <link href=”https://stackoverflow.com/questions/18833640/./css/style.css” rel=”stylesheet” type=”text/css”> </head> <body text=”#000000″ style=”background:#ffffff url(‘images/background.png’) repeat scroll top center; height:1000px;”> <div id=”logo”><a href=”http://dynama.eek.ee”><img src=”./images/logo.png”/></a></div> <div class=”clear”></div> <div> <div id=”info”><a href=”http://dynama.eek.ee”></a>Information:</div> <div id=”tile_top”> <div class=”kool1″> <a href=”#” class=”kool1″>Kool 1</a> </div> <a href=”#” class=”kool2″>Kool 2</a> <a href=”#” class=”kool3″>Kool … Read more