Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: tekstas

Parašė _Tomas· 2008 Kov. 30 18:03:49
#1

susikuriau nauja direktorija svetainėje ir idėjau index.php.
jame yra Image ir Tekstas.
kaip rašau teksta lietuviškom raidėms meta kringelius.
gal žinot ka daryt kad rodytu normalei?
Kodas:

<html>


<head>
<title>Lietuviškos Raidės</title>
<style type="text/css">
body {background-image: url(big image);


</head></style>

<body>

<p align="center" style="margin-top: 270px; margin-bottom: 20px">
<img border="0" src="1 image" width="380" height="100">
<br>
<span style='color:white'>Lietuviškos Raidės</span><p align="left" style="margin-top: 190px; margin-bottom: 20px">
<a href="index1.php">
<p align="center" style="margin-top: 270px; margin-bottom: 20px">
<img border="0" src="2 image" width="50" height="20">
<b><span style='color:white'>Lietuviškos Raidės</span></b><p align="right" style="margin-top: 190px; margin-bottom: 20px">
</a>

</body>

</html>