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> 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? 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. 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
Archived
This topic is now archived and is closed to further replies.