serverman Posted June 16, 2008 Share Posted June 16, 2008 i forgot how to center <div> from css without centering the text Quote Link to comment Share on other sites More sharing options...
rhodesa Posted June 16, 2008 Share Posted June 16, 2008 fixed width div? style="width:300px;margin:auto;" Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted June 17, 2008 Share Posted June 17, 2008 fixed width div? style="width:300px;margin:auto;" Better yet... -> <div class="center"> <p>DIV CONTENTS</p> </div> .center { margin: 0 auto; width: 300px; } Quote Link to comment Share on other sites More sharing options...
serverman Posted June 18, 2008 Author Share Posted June 18, 2008 thanks i just forgot Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.