flemingmike Posted April 28, 2009 Share Posted April 28, 2009 hi, how can i make this centered? <div class="toprighsidebartitle">Advertisements</div> <div class="toprighsidebarbg"><table width="90%" align="center" bgcolor="#000000" cellspacing="1"> <script type="text/javascript" src="http://www.vgbetting.com/advertise/adpeeps.php?bfunction=showad&uid=100000&bmode=off&gpos=center&colwidth=163&bzone=sidebar&bsize=161x125&btype=3&bpos=default&ver=2.0&btotal=1&btarget=_blank&brefresh=15&bborder=0"> </script> <noscript> <a href="http://www.vgbetting.com/advertise/adpeeps.php?bfunction=clickad&uid=100000&bmode=off&bzone=sidebar&bsize=161x125&btype=1&bpos=default&ver=2.0" target="_blank"> <img src="/adpeeps.php?bfunction=showad&uid=100000&bmode=off&bzone=sidebar&bsize=161x125&btype=1&bpos=default&ver=2.0" width="161" height="125" alt="Click Here!" title="Click Here!" border="0" /></a> </noscript> </table> </div> <div class="bottomrighsidebar"></div> Link to comment https://forums.phpfreaks.com/topic/156023-how-do-i-make-centered/ Share on other sites More sharing options...
Zhadus Posted April 28, 2009 Share Posted April 28, 2009 Use the correct forum please. <div id="container" style="width: 100%; text-align: center; margin: 0px auto 0px auto;"> *content* </div> Will do it in most browsers I think. Link to comment https://forums.phpfreaks.com/topic/156023-how-do-i-make-centered/#findComment-821377 Share on other sites More sharing options...
redarrow Posted April 28, 2009 Share Posted April 28, 2009 css. margin-left: auto; margin-right: auto; Link to comment https://forums.phpfreaks.com/topic/156023-how-do-i-make-centered/#findComment-821378 Share on other sites More sharing options...
flemingmike Posted April 28, 2009 Author Share Posted April 28, 2009 didnt work. Link to comment https://forums.phpfreaks.com/topic/156023-how-do-i-make-centered/#findComment-821382 Share on other sites More sharing options...
redarrow Posted April 28, 2009 Share Posted April 28, 2009 mines for the table. use <center> // // </center> Link to comment https://forums.phpfreaks.com/topic/156023-how-do-i-make-centered/#findComment-821384 Share on other sites More sharing options...
flemingmike Posted April 28, 2009 Author Share Posted April 28, 2009 nm, the part im trying to center was part of the script, i found it. Link to comment https://forums.phpfreaks.com/topic/156023-how-do-i-make-centered/#findComment-821386 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.