paranoja
Dołączyła: 17 Sie 2011 Posty: 0
|
Wysłany:
2011-08-17, 22:55 [szablon] kod html + css - nie działa
|
|
|
Witam
chcę założyć bloga - obojętnie na jakim serwisie ale mam problem. Mam zrobiony szablon w PS do tego zrobiony kod html + css (kod jak na zwykłą www) probowalam go wrzucic na blog.pl na jeszcze jeden serwis ale tylko na blog.pl powiedzmy ze dzialal. Dlatego powiedzmy ze po wrzuceniu go na zwykly serwer WWW wszystko wyswietla sie zgodnie z tym jak sobie zaplanowalam zas, po wrzuceniu go na blog.pl cale szablon jest "scisniety" do srodka, rozmiary div-ow tez trzeba bylo zmienic i generalnie jakos to nie idzie.
wrzuce wam kod html + css prosze o porade gdzie moge to wrzucic aby dzialalo do tego dorzucam JPG jak szablon powinien wygladac.
ZDJĘCIE szablonu: https://lh5.googleusercon...12/szablon2.jpg
kod:
Kod <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen">
<style type="text/css">
* {
padding: 0;
margin: 0;
}
table.glowna {
border-collapse:collapse;
border-width:1px;
border-color:#9e290c;
table-layout: fixed;
background-color:#221F1D;
text-align:center;
}
td {font: 13px Verdana;
color: #ffffff;
font-weight: normal;
text-decoration: none;
text-align:justify;
}
div.t1 {
background:url(../Obrazki/Bez-nazwy-1_01.jpg);
background-position: center top;
background-repeat: no-repeat;
height:63px;
margin-bottom:0px;
margin-top:0px;
}
div.t2 {
background:url(../Obrazki/Bez-nazwy-1_02.jpg);
background-position: center top;
background-repeat: no-repeat;
height:63px;
margin-bottom:0px;
margin-top:0px;
}
div.t3 {
background:url(../Obrazki/Bez-nazwy-1_03.jpg);
background-position: center top;
background-repeat: no-repeat;
height:84px;
margin-bottom:0px;
margin-top:0px;
}
div.t4 {
background:url(../Obrazki/Bez-nazwy-1_04.jpg);
background-position: center top;
background-repeat: no-repeat;
height:84px;
margin-bottom:0px;
margin-top:0px;
}
div.t5 {
background: url(../Obrazki/Bez-nazwy-1_05.jpg);
background-position: center top;
background-repeat: no-repeat;
height:168px;
margin-bottom:0px;
margin-top:0px;
}
div.t6 {
background:url(../Obrazki/Bez-nazwy-1_06.jpg);
background-position: center top;
background-repeat: no-repeat;
height:96px;
margin-bottom:0px;
margin-top:0px;
}
div.t7 {
background:url(../Obrazki/Bez-nazwy-1_07.jpg);
background-position: center top;
background-repeat: repeat-y;
margin-bottom:0px;
margin-top:0px;
}
div.t8 {
background:url(../Obrazki/Bez-nazwy-3_08.jpg);
background-position: center top;
background-repeat: no-repeat;
height:486px;
margin-bottom:0px;
margin-top:0px;
}
</style>
</head>
<body bgcolor="#A8E7FB"><center>
<div class="t1"></div>
<div class="t2"></div>
<div class="t3"></div>
<div class="t4"></div>
<div class="t5"></div>
<div class="t6"><center><div id="tresc1"><br /><br />
<a href="index.html">NELA</a>
<a href="omnie.html">O MNIE</a>
<a href="agility.html">AGILITY</a>
<a href="szkolenie.html">SZKOLENIE</a>
<a href="roznosci.html">RÓŻNOŚCI</a>
<a href="linki.html">LINKI</a>
<a href="archiwum.html">ARCHIWUM</a> </div></center></div>
<div class="t7"><center><table width="700"><tr><td>
<div id="tresc">
<center>
<div id="naglowek">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>NOWOŚCI </p>
</div><br /><br />
<br />
<p> </p>
<br /><br /><br /><br /><br /><center><hr valign="center" width="400" size="1" noshade color="#fc590c"></center>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p></p>
<p><br />
</p>
</center>
</div></td>
</tr>
</table>
<center>
<div class="t8">
</div></center>
</div>
</body></html>
Bardzo dziekuje za pomoc co jest zle, co zmienic lub gdzie to wrzucic aby dzialalo
|
|