• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

problem mit einer box

PhucsTeufelsWild

Neues Mitglied
Hallo Leute,
ich versuche das hier hinzubekommen:

attachment.php


attachment.php


Hier sind meine php und css Dateien:

Code:
<div id="topstorycont"> 

    <div id="topstory"> 
        <div id="number"> 
            1 
        </div> 
         
        <div id="previmage"> 
            <a href="http://blablabla.de/2010/12/nur-noch-3-tage-kostenloses-girokonto-bei-netbank-mit-60-eurp-pramie-bekommen/"  target="_blank"><img src="http://blabalbal.de.de/wp-content/themes/blocks/images/preview/previmage1.PNG" alt="" </></a> 
        </div> 
        <div id="prevlink">  
            <a href="http://blablabald.de/2010/12/nur-noch-3-tage-kostenloses-girokonto-bei-netbank-mit-60-eurp-pramie-bekommen/"  target="_blank">Gratis Netbank Girokonto + 60 Euro</a> 
        </div> 
    </div> 
     
</div>

und css:

Code:
#topstorycont { 
    width: 304px; 
    border-top: 1px solid #DDDDDD; 
    border-bottom: 1px solid #FFFFFF; 
    margin-top:10px; 
}     

#topstory { 
    width: 304px; 
} 

#number { 
    width:54px; 
    height:52px; 
    background-color:#DDDDDD; 
    font-size:30px; 
    font:Arial, Helvetica, sans-serif; 
    font-weight:bold; 
    color:#FFFFFF; 
} 

#previmage { 
    float: left; 
    width:92px; 
    height:52px; 
     
} 

#prevlink { 
    float:left; 
    width:100px; 
    height:52px; 
    padding-left:10px; 
}

Liebe Gruesse und ein frohes Fest euch allen!
 
Zuletzt bearbeitet:
Werbung:
Werbung:
Zurück
Oben