Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Teksto atvaizdavimas iš db.

Parašė Poker· 2008 Bal. 24 13:04:56
#1

Sveiki,kaip reikia padaryt ,jog atvaizduotu teksta paimta iš db?
echo "<div id='infobar'><a href='http://www.nesvarbu.lt'>ČIA</a></div>
<style>
#infobar a {
top: 0;
left: 0;
display: block;
width: 100%;
position: fixed;
height: 20px;
line-height: 16px;
font-family: Arial Black;
font-size: 12px;
text-decoration: none;
color: white;
background-color: #473737;
border-bottom: 3px solid #473737;
text-align: center;
}
#infobar a:hover {
color: black;
}
</style>";