gereksiz boşluk php bilen arkadaşlar . . ?

Sponsorlu Bağlantılar

46ceran46

46ceran46

Üye
    Konu Sahibi
gereksiz boşluk php bilen arkadaşlar . . ?
selam arkadaşlar bu konu ile ilgili doğru bir bölüm aradım ama bulamadım başka forum sitelerinide pek sevmiyorum açıkcası inşallah sorun olmaz.
sorun şu ki: <?php include 'views/sayfa.php'; ?> olan kısımlardan önce biraz boşluk oluyor neden acaba bir yardım etseniz . bilen arkadaşlar . ?
index.php dosyası:
<!doctype html><html><head>
<meta charset="utf-8">
<title> not defteri 2014 </title>
<link rel="stylesheet" type="text/css" href="_css/style.css">
</head><body>
<div id="wrapper">
<?php include 'views/header.php'; ?>
<div id="container">
<div id="content"> content içerik kısmı burası işte . . </div>
<?php include 'views/sidebar.php'; ?>
</div>
<?php include 'views/footer.php'; ?>
</div>
</body></html>

ve style.css dosyası:
/* CSS Document */
/*reset*//*
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body { background: #f1f1f1;
font:12px/18px "Comic Sans MS", cursive; }
#wrapper { /* border: 1px solid red; /**/
width: 1000px;
margin: 0 auto; }
#header { background: #f60;
color: #fff;
margin: 20px 0px;
height: 80px;
padding: 4px;
border: 1px solid black;
border-radius: 14px; }
#container { /* border: 1px solid red; /**/
overflow: hidden;}
#content { float: left;
width: 700px;
padding: 4px;
border: 1px solid black;
border-radius: 14px; }
#sidebar { width: 280px;
float: right;
padding: 4px;
background: #069;
color: #ffffff;
border: 1px solid black;
border-radius: 14px; }
#footer { background: #f60;
color: #fff;
margin: 20px 0px;
height: 80px;
padding: 4px;
border: 1px solid black;
border-radius: 14px; }
Sorunu çözdüm ama konuyu silemedim :-)
 

Benzer Konular

TheLastRevolution
Cevap
0
Görüntüleme
453
TheLastRevolution
Cevap
0
Görüntüleme
411
Cevap
8
Görüntüleme
4K


Üst Alt