18-04-2009, 01:21
WItam
Tym razem mam problem z Allegro:
Stworzylem szablon aukcji dziala pod IE 6 pod firefoxe ale gdy wrzuce na allegro wszystko sie rozwala nie wspomne o tym ze allegro rozwala moj kod na strzepy jest tam pelno encji. Juz wlosy sobie rwe z glowy i nie moge wpasc o co chodzi.
Ponizej przedstawiam kod:
Tym razem mam problem z Allegro:
Stworzylem szablon aukcji dziala pod IE 6 pod firefoxe ale gdy wrzuce na allegro wszystko sie rozwala nie wspomne o tym ze allegro rozwala moj kod na strzepy jest tam pelno encji. Juz wlosy sobie rwe z glowy i nie moge wpasc o co chodzi.
Ponizej przedstawiam kod:
Kod:
<style type="text/css">
#cont {margin: 0px; padding: opx;}
body {
text-align: center;}
#cont {
width:840px;
margin-left:auto;
margin-right:auto;
text-align:left;}
#head{
height: 100px;
background-image: url("http://directdesign.pl/allegro/banerthin.jpg");
}
#inhead{
padding:20px 45px
}
#right{
margin-top:5px;
float: right;
width: 77%;
height: 600px;
Background:#dfe9ee;}
#left{
margin-top:5px;
height: 600px;
width:23%;
float:left}
#top{
height:200px;
Background:#dfe9ee url(http://directdesign.pl/allegro/banerek.jpg) repeat-x;
margin-right:5px;
padding:3px;}
#down{
height:200px;
Background:#dfe9ee url(http://directdesign.pl/allegro/banerek.jpg) repeat-x;
margin: 5px 5px 0px 0px;
padding:3px;}
#intop{padding:5px;}
h1{
font: bold small-caps 3em arial, sans-serif;
color:#ffffff;
letter-spacing:-.05em}
h4{
font: bold small-caps .8em arial, sans-serif;
color:#ffffff;}
ul{font: .8em arial, sans-serif;}
</style>
</head>
<body>
<div id="cont">
<div id="head">
<div id="inhead">
<h1>Lorem ipsum dolor sit</h1>
</div>
</div>
<div id="left">
<div id="top">
<h4>Kontakt:</h4>
<div id="intop">
<ul>
<li>Tel. 667-137-343</li>
<li>GG <IMG SRC="http://www.gadu-gadu.pl/users/status.asp?id=8622329"> 8622329</li>
<li>Mail [email protected]</li>
</div>
<br />
</div>
<div id="down">
<div id="indown">
<h4>Płatność i Wysyłka:</h4>
<ul>
<li>Ze względu na gabaryty przedmiotów odbiór wyłacznie osobisty w Krakowie</li>
<br />
</div>
</div>
</div>
<div id="right">
<div id="inright">
</div>
</div>
</div>
</body>
</html>