wright67uk Posted June 29, 2012 Share Posted June 29, 2012 Hi im having a little trouble with some css classes. For some reason .egholder isnt behaving. It only appears once although im using this div three times in my code. Neither is it displaying the margins i have asiigned it. Should I change the display type for this div? Any suggestions welcome. Here is my code; <div class="egholder"> <div class="website"> </div> <div class="text"> </div> <div class="egholder"> <div class="website"> </div> <div class="text"> </div> <div class="egholder"> <div class="website"> </div> <div class="text"> </div> <div class="egholder"> <div class="website"> </div> <div class="text"> </div> <div class="egholder"> <div class="website"> </div> <div class="text"> </div> Link to comment https://forums.phpfreaks.com/topic/265005-why-does-my-class-div-only-appear-once-and-without-margins/ Share on other sites More sharing options...
wright67uk Posted June 29, 2012 Author Share Posted June 29, 2012 whoops just realised im missing closing tags. Link to comment https://forums.phpfreaks.com/topic/265005-why-does-my-class-div-only-appear-once-and-without-margins/#findComment-1357991 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.