Mam problem z kodowaniem polskich znaków:
http://wyslijplik.pl/download.php?sid=rkU81l5a
tutaj jest cały kod strony
i co mam wsadzić zamiast tych tabelek?
i czemu to tło:
background: url('images/imgbg2.jpg');
background-repeat:repeat-x;
background-color:#8b8a8a;
nie chce mi się wyświetlać?
http://wyslijplik.pl/download.php?sid=rkU81l5a
tutaj jest cały kod strony
i co mam wsadzić zamiast tych tabelek?
i czemu to tło:
background: url('images/imgbg2.jpg');
background-repeat:repeat-x;
background-color:#8b8a8a;
nie chce mi się wyświetlać?
Kod PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Robots" content="index,follow" />
<meta name="Keywords" content="Konto bez oplat, darmowe konto, konto w mBanku, izzyKONTO, eKONTO, mBIZNES" />
<meta name="Description" content="Wybierz Najlepsze konto bankowe na rynku. Nie przeplacaj za konto!" />
<title>Jakie konto bankowe wybrac? Wybierz darmowe konto bankowe!</title>
</head>
<style>
<!-- NOTES -->
<!-- background-repeat: repeat goes right and down, repeat-x goes right only, repeat-y goes down only -->
<!-- background-color: match this color to the bottom half of the background gradient -->
<!-- color: #464646 located in the "p" section of the css codes and the body is for a dark grey font color -->
body{
background: url('images/imgbg2.jpg');
background-repeat:repeat-x;
background-color:#8b8a8a;
text-align:center;
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-TOP: 0px;
font-family:Verdana, Tahoma, arial, sans-serif;
font-size: 8px;
color: #464646;
}
table {
border-top-color:lime ; border-top-style: solid;
border-bottom-color: lime ; border-bottom-style: solid;
border-left-color: LIME ; border-left-style: solid;
border-right-color: lime ; border-right-style: solid;
}
a, a:visited { text-decoration: none; color: #4F82CA; }
a:hover { color: #4EBF37; }
h1 { font-size: 165%; color: black; font-family: Tahoma, Verdana, Sans-serif;}
h2 { font-size: 130%; color: black; font-family: Tahoma, Verdana, Sans-serif;}
p{
font-family:Verdana, Tahoma, arial, sans-serif;
font-size: 16px;
color: #464646;
}
#container {
MARGIN-LEFT: auto; WIDTH: 795px; MARGIN-RIGHT: auto; TEXT-ALIGN: left
}
#header{
background: url('images/img_01.png');
background-repeat:no-repeat;
height:250px;
}
#contentbody{
background: url('images/img_02.png');
PADDING-RIGHT: 40px;
PADDING-LEFT: 40px;
text-align:left;
padding-bottom: 1px;
}
#footer{
background: url('images/img_03.png');
background-repeat:no-repeat;
height:40px;
}
</style>