dyaz
Narys
Tankas
Pranešimai: 1748
Įstojęs: 2008 Vas. 6 18:02:39
|
Sveiki norejau paklausti kaip reikia panaikinti aplink paneles baltas linijas stai screen
|
ex-it
Narys
Ekspertas
Pranešimai: 2696
Įstojęs: 2007 Gru. 24 11:12:58
|
styles.css
borderis cia yra.
|
dyaz
Narys
Tankas
Pranešimai: 1748
Įstojęs: 2008 Vas. 6 18:02:39
|
Kokia eilute istrinti?
|
edis2
VIP narys
Antras po Dievo
Pranešimai: 3644
Įstojęs: 2008 Rugs. 25 17:09:15
|
užmesk border='0' ir vsio
|
MAnjack
Garbės narys
Legenda
Pranešimai: 11821
Įstojęs: 2006 Kov. 2 20:03:58
|
edis2, tiek tiek ne į temą parašei Šiaip styless.css faile border padaryk 0px
|
Žmogus
Narys
Viršesnis už Dievą
Pranešimai: 5621
Įstojęs: 2006 Gru. 8 17:12:08
|
Theme.php susirandi openside ir ten turėtu būti class='border' tai tą trynk
|
dyaz
Narys
Tankas
Pranešimai: 1748
Įstojęs: 2008 Vas. 6 18:02:39
|
O kajp baneri isimti? tokia sunkoka man ta tema kai reik redaguot
|
Ultriukas
Narys
Buldozeris
Pranešimai: 296
Įstojęs: 2008 Vas. 5 20:02:40
|
theme.php Bus Baner.jpg nu ziurint kaip tu ji isivardijes
Visi žmonės negalvoja ką daro |
dyaz
Narys
Tankas
Pranešimai: 1748
Įstojęs: 2008 Vas. 6 18:02:39
|
Tame reikalas kad nera
|
Tadziokaz
Narys
Generolas
Pranešimai: 894
Įstojęs: 2008 Kov. 11 17:03:55
|
idek theme.php istrinsim....
|
dyaz
Narys
Tankas
Pranešimai: 1748
Įstojęs: 2008 Vas. 6 18:02:39
|
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
// theme settings
$body_text = "#555555";
$body_bg = "#000000";
$theme_width = "94%";
$theme_width_l = "224";
$theme_width_r = "224";
function render_header($header_content) {
global $theme_width;
echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width' class='outer-border'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='full-header'>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td>$header_content</td>
</tr>
</table>
</td>
</tr>
</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
<td class='sub-header'>".showsublinks("·","white")."</td>
<td align='right' class='sub-header'>".showsubdate()."</td>
</tr>
</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings;
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='center' class='footer'>".stripslashes($settings['footer'])."<br>\n";
if (!$license) { echo showcopyright()."<br><br>\n"; } echo showcounter()."<br><br>
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info," ·").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info," ·").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";
}
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%'>
<tr>
<td class='scapmain'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" style='display:none'":"").">\n";
}
function closesidex() {
echo "</div>
</td>
</tr>
</table>\n";
tablebreak();
}
function tablebreak() {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='5'></td>\n</tr>\n</table>\n";
}
?>
P.S. ten kur baner.jpg ten headeris.
|
Tadziokaz
Narys
Generolas
Pranešimai: 894
Įstojęs: 2008 Kov. 11 17:03:55
|
isjunk smailus...
|
Ultriukas
Narys
Buldozeris
Pranešimai: 296
Įstojęs: 2008 Vas. 5 20:02:40
|
Po Sitos Eilutes <table cellpadding='0' cellspacing='0' width='100%'>
<tr>
Iterk mano koda
<tr>
<td>
<table id='Table_01' width='912' height='292' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td colspan='9'>
<img src='".THEME."images/Banerio Adresas' width='Banerio Aukstis' height='Banerio Plotas' alt=''></td>
Visi žmonės negalvoja ką daro |
dyaz
Narys
Tankas
Pranešimai: 1748
Įstojęs: 2008 Vas. 6 18:02:39
|
Nieko nepasinaikino
|
Ultriukas
Narys
Buldozeris
Pranešimai: 296
Įstojęs: 2008 Vas. 5 20:02:40
|
oi tau panaikinti,Soriukas ne taip perskaiciau
Istrink <td class='full-header'>
<table cellpadding='0' cellspacing='0' width='100%'>
Visi žmonės negalvoja ką daro |
dyaz
Narys
Tankas
Pranešimai: 1748
Įstojęs: 2008 Vas. 6 18:02:39
|
Kaika susitvarkiau padaryk jej gali normalia banerio koda :D
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
// theme settings
$body_text = "#555555";
$body_bg = "#000000";
$theme_width = "94%";
$theme_width_l = "224";
$theme_width_r = "224";
function render_header($header_content) {
global $theme_width;
echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width' class='outer-border'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='full-header'>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
</tr>
</table>
</td>
</tr>
</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
<td class='sub-header'>".showsublinks("·","white")."</td>
<td align='right' class='sub-header'>".showsubdate()."</td>
</tr>
</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings;
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='center' class='footer'>".stripslashes($settings['footer'])."<br>\n";
if (!$license) { echo showcopyright()."<br><br>\n"; } echo showcounter()."<br><br>
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info," ·").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info," ·").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";
}
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%'>
<tr>
<td class='scapmain'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" style='display:none'":"").">\n";
}
function closesidex() {
echo "</div>
</td>
</tr>
</table>\n";
tablebreak();
}
function tablebreak() {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='5'></td>\n</tr>\n</table>\n";
}
?>
Va visas kodas tik truksta headerio imesk ?|
|
Ultriukas
Narys
Buldozeris
Pranešimai: 296
Įstojęs: 2008 Vas. 5 20:02:40
|
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
// theme settings
$body_text = "#555555";
$body_bg = "#000000";
$theme_width = "94%";
$theme_width_l = "224";
$theme_width_r = "224";
function render_header($header_content) {
global $theme_width;
echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td>
<table id='Table_01' width='912' height='292' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td colspan='9'>
<img src='".THEME."images/banerio pav' width='Ilgis' height='Plotis' alt=''></td>
<tr>
</tr>
</table>
</td>
</tr>
</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
<td class='sub-header'>".showsublinks("·","white")."</td>
<td align='right' class='sub-header'>".showsubdate()."</td>
</tr>
</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings;
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='center' class='footer'>".stripslashes($settings['footer'])."<br>\n";
if (!$license) { echo showcopyright()."<br><br>\n"; } echo showcounter()."<br><br>
</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info," ·").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info," ·").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";
}
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%'>
<tr>
<td class='scapmain'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" style='display:none'":"").">\n";
}
function closesidex() {
echo "</div>
</td>
</tr>
</table>\n";
tablebreak();
}
function tablebreak() {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='5'></td>\n</tr>\n</table>\n";
}
?>
Bandyk jei ne,tai rasyk i skype:bcrytas2
Visi žmonės negalvoja ką daro
Redagavo Ultriukas 2008 Gru. 20 15:12:47 |
tock
Narys
Generolas
Pranešimai: 1171
Įstojęs: 2008 Rugp. 23 14:08:23
|
ka jus cia nusisnekat jei nori tas linijas pasalnit reik border 0px daryti ir cia ne theme.php o styles.css reik taisyt
|
dyaz
Narys
Tankas
Pranešimai: 1748
Įstojęs: 2008 Vas. 6 18:02:39
|
Vejkia
|
Ultriukas
Narys
Buldozeris
Pranešimai: 296
Įstojęs: 2008 Vas. 5 20:02:40
|
degals998 parašė:
ka jus cia nusisnekat jei nori tas linijas pasalnit reik border 0px daryti ir cia ne theme.php o styles.css reik taisyt
Taip Linijas Pasidare,Prase Manes,Kad Baneri Isimciau,As Jam Ta Ir Padariau
Visi žmonės negalvoja ką daro |
tock
Narys
Generolas
Pranešimai: 1171
Įstojęs: 2008 Rugp. 23 14:08:23
|
SpartakuS parašė:
degals998 parašė:
ka jus cia nusisnekat jei nori tas linijas pasalnit reik border 0px daryti ir cia ne theme.php o styles.css reik taisyt
Taip Linijas Pasidare,Prase Manes,Kad Baneri Isimciau,As Jam Ta Ir Padariau
a...nu tai gerai
|