
05-02-2012, 17:51:33
|
| |
Sorunuma bir çözüm? | | Ya arkadaşlar okuluma bir site açayım dedim dert aldım başıma, ne bileyim ben meb'in verdiği host sadece HTML destekliyormuş
Neyse sorunum şu:
kullandığım temadaki ana sayfa ne yaptıysam uzamadı. Yani resim ekliyorum ortasından kesiyor. Sanırım bunu stil.css den yapmamız lazım. ancak ordada neyle oynayacağımı bulamadım. PHP- Kodu: body {
background: rgb(232, 237, 241); margin: 0px; padding: 0px;
}
body {
font: 12px/normal Arial, Verdana, Sans-Serif; font-size-adjust: none; font-stretch: normal;
}
td {
font: 12px/normal Arial, Verdana, Sans-Serif; font-size-adjust: none; font-stretch: normal;
}
td {
vertical-align: top;
}
a {
color: rgb(48, 112, 202);
}
h2 {
margin: 0px 0px 4px; font-family: Arial; font-size: 23px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;
}
#ana {
background: rgb(255, 255, 255);
padding: 10px;
width: 915px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
margin-top: 10px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
}
#main {
}
#ust {
padding: 0px 0px 10px;
}
#ust h1 {
margin: 0px; padding: 0px; color: rgb(34, 85, 170); font-family: Georgia, Times New Roman, Trebuchet MS; font-size: 48px; font-weight: normal; text-decoration: none;
}
#ust a.sitebaslik {
css nin bir bölümü burda nereye ne yazrsam sitenin altı serbest kalır???
Yardımınızı bekliyorum.... |