Giriş
11 Ağustos 2008; 12:17:43
internet sitesi yapıyorum, yardımlarınızı bekliyorum SORU: Arkaplanım ekranı tam kaplamıyor, sitenin ekranını sağdan ve soldan tam olarak kaplaması için ne yapabilirim(HTML olarak) FLASHLAR: 150x150 boyutlarında TEMA'nın "2b arazileri satılmasın"imza kampanyası için flash yapıp http://www.tema.org.tr/2B/ sitesine yönlendirip bana htmlsini söyler misiniz? Şimdiden teşekkürler
< Bu mesaj bu kişi tarafından değiştirildi Ckoc1 -- 11 Ağustos 2008; 14:02:27 >
_____________________________http://turkiyenet.myminicity.com/
11 Ağustos 2008; 16:52:04
sayfanızın ekranı kaplaması için <body> etiketinizi <body style="margin:0;"> şeklinde yazabilirsiniz.
_____________________________
11 Ağustos 2008; 19:55:01
quote: Orjinalden alıntı: bambamx sayfanızın ekranı kaplaması için <body> etiketinizi <body style="margin:0;"> şeklinde yazabilirsiniz. kardeş çok sağol oldu da ama ekranın sol taraftaki kısmı sağda çıkıyor http://turkiyenet.webng.com/aac.html
< Bu mesaj bu kişi tarafından değiştirildi Ckoc1 -- 11 Ağustos 2008; 19:53:30 >
_____________________________http://turkiyenet.myminicity.com/
11 Ağustos 2008; 21:04:54
<body leftmargin="0" topmargin="0" style="margin:0;"> şeklinde de yazabilirsin.
_____________________________
12 Ağustos 2008; 19:51:23
sağ ve soldaki boşlukların genişlikleri birbirinin aynısı değil ve sanırım sol tarafın bir kısmı sağda çıkıyor derken bunu kasdediyorsun ;) eğer problem buysa sağ tarafta kaydırma barı bulunduğundan kaynaklanan bir durumdur.
_____________________________
13 Ağustos 2008; 14:10:30
o zaman düzeltip söyleyeyim ben, arkaplanın her büyüklükteki ekranda orjinali gibi durmasını istiyorum; yani sağ sol bir de orta bölümün de kaydırma çubuğu olmadan gözükmesini istiyorum ve sağ tarafla sol taraf eşit olsun kısaca orjinalliğine dokunmadan ekranlarda belli oranlarda küçülüp büyüsün istiyorum
< Bu mesaj bu kişi tarafından değiştirildi Ckoc1 -- 13 Ağustos 2008; 14:08:56 >
_____________________________http://turkiyenet.myminicity.com/
13 Ağustos 2008; 15:01:29
öncelikle <body leftmargin="0" topmargin="0" style="margin:0;"> { background-color: rgb(255,255,255); background-position: top center; background-repeat: no-repeat; background-attachment: fixed; } bölümünü body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; background-color: rgb(255,255,255); background-position: center top; background-repeat: no-repeat; background-attachment: fixed; background-image: url("http://www.ProfileWizard.net/Layouts/Beach/Beach1/bg.jpg"); } şeklinde değiştirmelisiniz. Yukarıda <body ... şeklinde yazdığım etiketi style etiketi içinde kullanacağınızı düşünmemiştim :) Ayrıca kodlarınızı <html><head></head><body></body></html> etiketleri arasına yerleştirmelisiniz. Yani; <html> <head> <style type="text/css"> body{ leftmargin:0px; topmargin:0px; margin:0; background-color: rgb(255,255,255); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-image: url("http://www.ProfileWizard.net/Layouts/Beach/Beach1/bg.jpg"); } table, tr, td, .BDR { background-color: transparent; border: 6px; } table table, .BDR { border: 6px; } table table table table, .BDR { border: 6px; } table table table , .BDR { border-width: 6px; border-color: rgb(255,253,255); border-style: solid; background-color: transparent; } table table table td, .BDR { background-color: transparent; filter:alpha(100); -moz-opacity:0.; opacity: 100; -khtml-opacity:0.; } table table table table td { filter:none; } body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 { font-family: verdana; font-size: 12px; color: rgb(255,255,255); font-weight: bold; font-style: normal; text-decoration: none; } a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover { color: rgb(255,255,255); font-weight: bold; font-style: italic; text-decoration: none; } a.navbar:hover, a.man:hover, a:hover { color: rgb(255,255,255); font-weight: bold; font-style: italic; text-decoration: underline; } .badge { position: absolute; left: 1px; top: 1px; } .whitetext12, .orangetext15 { font-family: tahoma; font-size: 12px; color: rgb(255,255,255); font-weight: bold; font-style: normal; text-decoration: none; } .nametext { padding: 5px; font-family: arial; font-size: 20px; color: rgb(255,255,255); font-weight: bold; font-style: normal; text-decoration: none; display: block; } </style> </head> <body> sayfada görünmesini istediğiniz içerikler burada yer alacak </body> </html> şeklinde dosyanızı kaydedebilirsiniz.
< Bu mesaj bu kişi tarafından değiştirildi bambamx -- 14 Ağustos 2008; 22:30:35 >
_____________________________
13 Ağustos 2008; 15:15:55
dediklerini yaptım ama htmlnin bir bölümü normal sayfada çıkıyor ve olmuyor şu arkaplanın kodunu tam istediğim gibi yapabilir misin? <style type="text/css">
body {
background-color: rgb(255,255,255);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
}
table, tr, td, .BDR {
background-color: transparent;
border: 6px;
}
table table, .BDR {
border: 6px;
}
table table table table, .BDR {
border: 6px;
}
table table table , .BDR {
border-width: 6px;
border-color: rgb(255,253,255);
border-style: solid;
background-color: transparent;
}
table table table td, .BDR {
background-color: transparent;
filter:alpha(100);
-moz-opacity:0.;
opacity: 100;
-khtml-opacity:0.;
}
table table table table td {
filter:none;
}
body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {
font-family: verdana;
font-size: 12px;
color: rgb(255,255,255);
font-weight: bold;
font-style: normal;
text-decoration: none;
}
a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {
color: rgb(255,255,255);
font-weight: bold;
font-style: italic;
text-decoration: none;
}
a.navbar:hover, a.man:hover, a:hover {
color: rgb(255,255,255);
font-weight: bold;
font-style: italic;
text-decoration: underline;
}
.badge {
position: absolute;
left: 1px;
top: 1px;
}
.whitetext12, .orangetext15 {
font-family: tahoma;
font-size: 12px;
color: rgb(255,255,255);
font-weight: bold;
font-style: normal;
text-decoration: none;
}
.nametext {
padding: 5px;
font-family: arial;
font-size: 20px;
color: rgb(255,255,255);
font-weight: bold;
font-style: normal;
text-decoration: none;
display: block;
} </style><a href="http://www.ProfileWizard.net"></a>
<style type="text/css">body{ background-image: url("http://www.ProfileWizard.net/Layouts/Beach/Beach1/bg.jpg");</style>
NOT: Sitemi ücretsiz uzantıdan yatığım için sorun çıkıyor olabilir ve ben kendi kodumu yapınca arkapaln çıkıyor ama ekranı tam kaplamıyor
< Bu mesaj bu kişi tarafından değiştirildi Ckoc1 -- 14 Ağustos 2008; 17:47:44 >
_____________________________http://turkiyenet.myminicity.com/
14 Ağustos 2008; 22:34:08
<html> <head> <style type="text/css"> body{ leftmargin:0px; topmargin:0px; margin:0px; background-color: rgb(255,255,255); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-image: url("http://www.ProfileWizard.net/Layouts/Beach/Beach1/bg.jpg"); } table, tr, td, .BDR { background-color: transparent; border: 6px; } table table, .BDR { border: 6px; } table table table table, .BDR { border: 6px; } table table table , .BDR { border-width: 6px; border-color: rgb(255,253,255); border-style: solid; background-color: transparent; } table table table td, .BDR { background-color: transparent; filter:alpha(100); -moz-opacity:0.; opacity: 100; -khtml-opacity:0.; } table table table table td { filter:none; } body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 { font-family: verdana; font-size: 12px; color: rgb(255,255,255); font-weight: bold; font-style: normal; text-decoration: none; } a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover { color: rgb(255,255,255); font-weight: bold; font-style: italic; text-decoration: none; } a.navbar:hover, a.man:hover, a:hover { color: rgb(255,255,255); font-weight: bold; font-style: italic; text-decoration: underline; } .badge { position: absolute; left: 1px; top: 1px; } .whitetext12, .orangetext15 { font-family: tahoma; font-size: 12px; color: rgb(255,255,255); font-weight: bold; font-style: normal; text-decoration: none; } .nametext { padding: 5px; font-family: arial; font-size: 20px; color: rgb(255,255,255); font-weight: bold; font-style: normal; text-decoration: none; display: block; } </style> </head> <body> <center>sayfada görünmesini istediğiniz içerikler burada yer alacak</center> </body> </html>
_____________________________