Chrisj Posted May 26, 2009 Share Posted May 26, 2009 I was provided this code (and some css) to create three boxes on my web site. It was successful. Now what code do I need to add content to these boxes? Thanks. <div class="container1"> </div> <div class="container1"> </div> <div class="container1"> </div> Quote Link to comment https://forums.phpfreaks.com/topic/159639-adding-content-to-these-boxes/ Share on other sites More sharing options...
Masna Posted May 26, 2009 Share Posted May 26, 2009 Now what code do I need to add content to these boxes? What the hell does that mean? Quote Link to comment https://forums.phpfreaks.com/topic/159639-adding-content-to-these-boxes/#findComment-842005 Share on other sites More sharing options...
neogemima Posted May 26, 2009 Share Posted May 26, 2009 For starters, this is not a php question, this is a basic html question. Start by reading any basic tutorial on html. Those are div tags and can contain ANYTHING!!!!!! Go to the html forum and be waaaaaaay more specific with what you want to add. Quote Link to comment https://forums.phpfreaks.com/topic/159639-adding-content-to-these-boxes/#findComment-842023 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.