Jump to content

Why does my class div only appear once and without margins?


wright67uk

Recommended Posts

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>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.