Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: 3 Skaitliukai i footeri kaip?

Parašė Tehkilla· 2013 Vas. 27 20:02:13
#1

Sveiki, taigi susiduriau su problema, kaip reiktu sudeti 3 skaitliukus i footeri ir paliksti backlinkus pavizdis sitoj fotkei:



prisegu theme.php faila ir skaitliuku kodus surasau gal aks pagelbes :)


<a target="_blank" href="http://www.hey.lt/details.php?id=skillas"><img width="88" height="31" border="0" src="http://www.hey.lt/count.php?id=skillas" alt="Hey.lt - Nemokamas lankytojų skaitliukas"></a>



<a href="http://www.stats.lt/counter31288.html" target="_blank"><img id="statslt_cnt" src="" border="0" alt="www.stats.lt - Tinklapiu reitingai, statistika, skaitliukas" style="display: none"></a>
<script language="JavaScript" type="text/javascript">
<!--
var st_img; if (document.getElementById) st_img = document.getElementById('statslt_cnt');
if (!st_img && document.all) st_img = document.all['statslt_cnt']; 
if (st_img) { st_img.onload = function () { this.style.display = 'inline'; }
st_img.src = "http://images.stats.lt/countme.php?site=31288&ref="+escape(document.referrer)+"&h="+ screen.height +"&w="+ screen.width + "&cs="+Math.random()*9999; }
//-->
</script>



<!-- <a href='http://knol.lt' target='_blank'><span style='color:005C5B'>http://knol.lt</span></a> - Svetainių topas -->
<script type="text/javascript" src="http://knol.lt/counter.php?u=skillaslt"></script>
<a href="http://knol.lt/stats/skillaslt"><img src="http://knol.lt/images/button2.png" width="88" height="31" border="0"></a>
<!-- Pabaiga <a href='http://knol.lt' target='_blank'><span style='color:005C5B'>http://knol.lt</span></a> -->


backlinkai prasideda apie ~246 eilute

Parašė jignas· 2013 Vas. 27 20:02:59
#2

Tau .css faile reikia išpirmo footerį suskirstyti į dvi puses ir kokį plotį kiekvienas turės, o paskui į div'us surašyti.


Keisk

<table align='center' cellpadding='0' cellspacing='0' align='center' width='940' class='footer'>

į

<div class='footer'>
<div class="left">
Backlink........
</div>
<div class="right">
Skaitliukai....
</div>
</div>

O .css faile padaryk prie footer šiuos left ir right, bei nustatyk jiem pločius ;)

Redagavo jignas· 2013 Vas. 27 20:02:23

Parašė Tehkilla· 2013 Vas. 27 20:02:57
#3

nelabai supratau :) ikeliu styles.css galetum parodyt, kita karta zinosiu :)

Parašė jignas· 2013 Vas. 27 20:02:48
#4

Daug aiškinti, geriau imk paprasčiausia būda ir nereikės daug vargti...

Daryk taip

<div class='footer'>
<div style="float:left; margin-left:80px;">
Baclinkai.....
</div>
<div style="float:left; margin-left:80px;">
Skaitliukai
</div>
</div>

float:left; - palik kaip yra

margin-left:80px; - pločiai kiek užims vietos skaitliukai ir backlinkai.

Sekmės ;)

Redagavo jignas· 2013 Vas. 27 20:02:07

Parašė Tehkilla· 2013 Vas. 27 21:02:53
#5

nu tai kaip supratau i styles.css irasyt reikejo taip?:


.skatiliukai {
<div class='footer'>
<div style="float:left; margin-left:80px;">
Backlinkai
</div>
<div style="float:left; margin-left:80px;">
Skaitliukai
</div>
</div>
}


o tai dbr i themes ka reikia? cia daleiskim ka pakeist?

 
echo "<table align='center' cellpadding='0' cellspacing='0' align='center' width='940' class='footer'>
	</table>
	<table align='center' cellpadding='0' cellspacing='0' align='center' width='940' class='footer2'><tr><td align='center' class='backlinkai'>";
 
}

Redagavo Tehkilla· 2013 Vas. 27 21:02:55

Parašė jignas· 2013 Vas. 27 21:02:16
#6

Tuo paredaguosiu tavo koda ir patalpinsiu failą

Parašė jignas· 2013 Vas. 28 15:02:54
#7

Va perdariau koda tiesiog įsidėk ir mėgaukis ;)

Redagavo jignas· 2013 Vas. 28 16:02:02

Parašė Tehkilla· 2013 Vas. 28 17:02:26
#8

Parse error: syntax error, unexpected 'float' (T_STRING), expecting ',' or ';' in /-------------------------/Skillas v2/theme.php on line 250

Parašė Tehkilla· 2013 Kov. 1 11:03:05
#9

meta vistiek klaida kodas, Jignas editino, bet neisejo gal kur klaida ivelta yra? themes.php failas


 	//Footer
 
	echo "<center>
<div class='footer'>
	</div>
	<div class='footer2' align='center'>
	<div style="float:left; margin-top:5px; width: 600px;">
	<a href='http://www.skillas.lt' title='Hard Play Go PRO' target='_blank'>Skillas.LT - Hard Play Go PRO</a> / 
</div>
<div style="float:left; margin-top:15px;">
<a target="_blank" href="http://www.hey.lt/details.php?id=skillas"><img width="88" height="31" border="0" src="http://www.hey.lt/count.php?id=skillas" alt="Hey.lt - Nemokamas lankytojø skaitliukas"></a>
<a href="http://www.stats.lt/counter31288.html" target="_blank"><img id="statslt_cnt" src="" border="0" alt="www.stats.lt - Tinklapiu reitingai, statistika, skaitliukas" style="display: none"></a>
<script language="JavaScript" type="text/javascript">
 
<!--
 
var st_img; if (document.getElementById) st_img = document.getElementById('statslt_cnt');
 
if (!st_img && document.all) st_img = document.all['statslt_cnt']; 
 
if (st_img) { st_img.onload = function () { this.style.display = 'inline'; }
 
st_img.src = "http://images.stats.lt/countme.php?site=31288&ref="+escape(document.referrer)+"&h="+ screen.height +"&w="+ screen.width + "&cs="+Math.random()*9999; }
 
//-->
 
</script>
<!-- <a href='http://knol.lt' target='_blank'><span style='color:005C5B'>http://knol.lt</span></a> - Svetainiø topas -->
 
<script type="text/javascript" src="http://knol.lt/counter.php?u=skillaslt"></script>
 
<a href="http://knol.lt/stats/skillaslt"><img src="http://knol.lt/images/button2.png" width="88" height="31" border="0"></a>
 
<!-- Pabaiga <a href='http://knol.lt' target='_blank'><span style='color:005C5B'>http://knol.lt</span></a> -->
</div>
</div>
</center>
 <br><br>";
 
}

Parašė cx123· 2013 Kov. 13 10:03:46
#10

Flu shot in pregnancy?Also, vaccinations are therefore at least in the first between lf weeks of pregnancy is usually avoided, because is theDevelopment of the Ungeborenennoch is in a catsuit.Nevertheless recommends the St to be vaccinated against the flu now for the first time pregnant women, independent Commission of vaccination (Stiko). The reason: Expectant mothers h resorts by the combinaison latex unaccustomed strain of pregnancy often an increase htes risk of infection. This will make them especially anf prone for infection with the so calledSwine flu- and the current flu shot prevents also infection with this variant.Many women doctors share this limit support. "Vaccination against influenza viruses is to recommend expectant mothers, because she increase a htes risk have", wedding dresses on sale of the Hanoverian GYN kologe Christian ALB ring, Chairman of the Professional Association of women doctors.please vist:http://www.whatabeautifullife.com. Au erdem add be pregnant in case of infection exposed to additional risks, because they cheap evening dresses common complications such as pneumonia orders. While k nne not with his mother stuck to the unborn child - but if that becomes seriously ill, can that also for the baby like are dangerous.When should the robe de mariee pas cher shot in pregnancy be madeGenerally the Stiko experts recommend vaccination in pregnancy after the whatabeautifullife review halves week of pregnancy when the baby needs to grow virtually just yet. Especially anf they advise random pregnant women who suffer from chronic diseases such as asthma, diabetes, or high blood pressure about, however, already vaccinated in the first weeks of pregnancy."After the 14th week of the pregnancy if a vaccination routinemIG are made", r t even gynecologist Christian ALB ring. Because in contrast to mostly harmless whatabeautifullife reviews ltungserkrankungen like the flu is the 'real' influenza an often life-threatening infectious disease. Go to their symptoms ren include coughing, high fever, body aches and neck, head and abdominal pain. Incidentally, the cost of the vaccine take insurance.The flu shot in pregnancy is Roger dangerous for the babyBut the contact with the pathogens is not risky for the baby "Generally no risks for mother and child, because only abget case of vaccination tête agents administered", ALB ring calms down. The newborn k nne after birth even of the vaccine benefit, because the protection of transfer in the first few months on the child.read more:http://www.whatabeautifullife.com.