PHP interesse |
|
Ik heb een divje voor een quote , maar deze gaat over de lijn van de tabel heen , ik heb een margin ingesteld maar die werkt niet naar rechts , hier een plaatje ::
http://img179.imageshack.us/img179/3738/pmsp1.jpg
dit is de css code :
.content_quote {
border-color: #FFFFFF;
border-style: solid;
border-width: 1px;
font-family: Verdana, Lucida, Arial;
font-size: 10px;
font-style: italic;
color: #000000;
background-color: #b8d4f1;
width: 100%;
margin-right: 50px;
margin-bottom: 5px;
margin-left: 5px;
margin-top: 5px;
}
.content_quote { border-color: #FFFFFF; border-style: solid; border-width: 1px; font-family: Verdana, Lucida, Arial; font-size: 10px; font-style: italic; color: #000000; background-color: #b8d4f1; width: 100%; margin-right: 50px; margin-bottom: 5px; margin-left: 5px; margin-top: 5px; }
en dit is de css code van de tabel ::
table
{
border-color: #FFFFFF;
border-style: solid;
border-width: 1px;
font-family: Verdana, Lucida, Arial;
font-size: 10px;
color: #000000;
background-color: #a8caee;
}
table { border-color: #FFFFFF; border-style: solid; border-width: 1px; font-family: Verdana, Lucida, Arial; font-size: 10px; color: #000000; background-color: #a8caee; }
weet iemand wat er fout is ?
|