Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: gal geras dėdė atsiras?
Parašė Mantas_· 2010 Kov. 21 14:03:15
#1
Sveiki, taigi gal atsiras koks geras dėdė ir galėtu man sukoduoti panele?
paveikslėlis:
virsus:
vidurys:
apacia:
function opentable($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";
}
function closetable() {
echo "</td>
</tr>
</table>\n";
}
function openside($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
Redagavo Mantas_· 2010 Kov. 21 15:03:29
Parašė Apocal· 2010 Kov. 21 14:03:54
#2
Čia dizainui? Jei taip, tai kartais nereikia, kad jis būtu sukarpytas ?
Parašė se7en· 2010 Kov. 21 14:03:21
#3
Apocal parašė:
Čia dizainui? Jei taip, tai kartais nereikia, kad jis būtu sukarpytas ?
Jei neklystu gali būt ir nesukarpytas, bet tada teksto kiek tiplps - tike, nes negalėęs temtis. Aišku jei nori viskas pasidvigubins kaip fonas :D na gal suprasi skubu :)
Parašė Mantas_· 2010 Kov. 21 14:03:28
#4
php-fusion v6, tai akd nežinau kaip karpyt :D
Parašė Apocal· 2010 Kov. 21 14:03:07
#5
Ten kur rašosi <title> reikia nukirpti, man atrodo.
Parašė Mantas_· 2010 Kov. 21 15:03:39
#6
sukarpiau
virsus:
vidurys:
apacia:
Parašė Nepas· 2010 Kov. 21 15:03:12
#7
styles.css reikia juk dar..
Parašė Mantas_· 2010 Kov. 21 15:03:10
#8
.capmain {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : bold;
background-image : url(images/virsus.gif) ;
color : #666;
background-color : #fff;
padding : 2px 0px 4px 0px;
}
.scapmain {
font-family : Verdana ;
font-size : 11px;
font-weight : bold;
color : #e5e5e5;
background-image : url(images/virsus.gif) ;
background-repeat: no-repeat;
padding : 10px 0px 10px 0px;
}
.main-body {
font-size : 11px;
color : #555;
background-image : url(images/body.gif);
padding : 4px 0px 5px 0px;
}
Redagavo Mantas_· 2010 Kov. 21 15:03:00
Parašė Nepas· 2010 Kov. 21 15:03:43
#9
}
function openside($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td></tr><tr>
<td><img border='0' src='".THEME."images/apacia.png'></td>
</tr>
</table>\n";
tablebreak();
}
}
.scapmain {
font-family : Verdana ;
font-size : 11px;
font-weight : bold;
color : #e5e5e5;
background-image : url(images/virsus.png) ;
height : 26px;
background-repeat: no-repeat;
}
}
.side-body {
font-size : 10px;
color : #e5e5e5;
background-image : url(images/body.png);
height : 10px;
padding : 4px;
}
Redagavo Nepas· 2010 Kov. 21 15:03:10
Parašė Mantas_· 2010 Kov. 21 16:03:42
#10
dėkui tau labai :)