Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Pagalba dėl web

Parašė sarius159· 2010 Lie. 9 13:07:34
#1

Sveiki,kaip padaryti kad visur būtu taipat o ne juoda?

http://bcrp.ipp.lt/todo/

Parašė Bueno· 2010 Lie. 9 13:07:42
#2

Atsikirpk gabaliuką ir dek kode <body>:)
<body background='kelias iki atkirpto paveiksliuko'> ?|

Parašė sarius159· 2010 Lie. 9 13:07:07
#3


<html xmlns="http://www.w3.org/1999/xhtml"><head>


<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>www.BCRP.ipp.lt TODO LIST'as</title>
<style type="text/css">
body {
   background-color:#000;
   font-family: Verdana; color: #FFF;
   font-size: 13px;
   font-style: normal;
}
#bg {
    position:relative; margin:0px auto;
   width:1024px; height:768px;
   background-color:#000; background-image: url(images/bg.png);
   background-position:top; background-repeat:no-repeat;
}
</style>
</head>
<body>
<div id="bg">
</div>
</body>
</html>




štai kodas kaip jį pakeist ? :\
aš išsisaugojau bg1.png

BEBANDYDAMAS išvis prisidirbau :|

Redagavo sarius159· 2010 Lie. 9 13:07:14

Parašė maxas66· 2010 Lie. 9 14:07:48
#4


body {
   background-color:#000;
   font-family: Verdana; color: #FFF;
   font-size: 13px;
   font-style: normal;
   width: 519px;
   margin: 0 auto;
}
#bg {
   width: 519px; height:461px;
   background-color:#000; background-image: url(images/bg.png);
   background-repeat:no-repeat;
}