Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Kaip pašalinti tarpa ?

Parašė E01· 2010 Bal. 4 21:04:02
#1

Sveiki, įdėjau po header'iu prisijungimo panele ir pasidarė šai toks tarpas: http://www.part.lt/img/8a443b1e2...e33747.PNG

Kaip reiktu ištaisyti ? :?

Prisegu style.css gal kas aptaisysite :) Būsių dėkingas :)

Parašė switz· 2010 Bal. 4 21:04:19
#2

Tai gal <br> Pasitaike :?

Parašė E01· 2010 Bal. 4 22:04:00
#3

<br> nėra tikrai nes prisijungimo panelė atskirame faile ir kaip tik dar pažiurėjau tau parašius :)

Parašė echh· 2010 Bal. 4 22:04:56
#4

theme.php koda numesk

Parašė E01· 2010 Bal. 4 22:04:17
#5

<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

// theme settings
$body_text = "#D7D7D7";
$body_bg = "#181818";
$theme_width = "835";
$theme_width_l = "175";
$theme_width_r = "175";


function render_header($header_content) {

global $theme_width,$aidlink,$userdata,$msg_count,$settings,$db_prefix,$uidlink,$result;

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>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='full-header'></td>
</tr>
</table>
</td>
</tr>
</table><br><br>\n";

echo "<table align='center' cellpadding='0' cellspacing='0' width='834' class='narys'>\n<tr>
<td align='left' width='0'>";
include THEME."narys.php";
echo "</td>
</tr>
</table>\n";

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
<td class='sub-header' align='center'>";
echo"<a href='".BASEDIR."index.php' class='sub' >Pagrindinis</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."forum/index.php' class='sub' >Forumas</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."downloads.php' class='sub'>Siuntiniai</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."articles.php' class='sub' >Straipsniai</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."index.php' class='sub' >Reklama</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."index.php' class='sub' >Taisykl&#279;s</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."contact.php' class='sub' >Kontaktai</a></td>
</tr>
</table>\n";





Dalis kodo kur yra includintas narys.php :)

Parašė echh· 2010 Bal. 4 22:04:43
#6

width 120~% pabandyk padaryt ;) biski issitampys bet tarpo neliks ;)

Parašė E01· 2010 Bal. 4 22:04:58
#7

Echh tavo patarimas nepasitvirtino net jokio judesiuko neįvyko...

Parašė AppleJ· 2010 Bal. 4 23:04:57
#8

<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

// theme settings
$body_text = "#D7D7D7";
$body_bg = "#181818";
$theme_width = "835";
$theme_width_l = "175";
$theme_width_r = "175";


function render_header($header_content) {

global $theme_width,$aidlink,$userdata,$msg_count,$settings,$db_prefix,$uidlink,$result;

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>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='full-header'></td>
</tr>
</table>
</td>
</tr>
</table>\n";

echo "<table align='center' cellpadding='0' cellspacing='0' width='834' class='narys'>\n<tr>
<td align='left' width='0'>";
include THEME."narys.php";
echo "</td>
</tr>
</table>\n";

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
<td class='sub-header' align='center'>";
echo"<a href='".BASEDIR."index.php' class='sub' >Pagrindinis</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."forum/index.php' class='sub' >Forumas</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."downloads.php' class='sub'>Siuntiniai</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."articles.php' class='sub' >Straipsniai</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."index.php' class='sub' >Reklama</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."index.php' class='sub' >Taisykl&#279;s</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."contact.php' class='sub' >Kontaktai</a></td>
</tr>
</table>\n";





Redagavo AppleJ· 2010 Bal. 4 23:04:10

Parašė Donatas· 2010 Bal. 4 23:04:33
#9

AppleJ parašė:
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

// theme settings
$body_text = "#D7D7D7";
$body_bg = "#181818";
$theme_width = "835";
$theme_width_l = "175";
$theme_width_r = "175";


function render_header($header_content) {

global $theme_width,$aidlink,$userdata,$msg_count,$settings,$db_prefix,$uidlink,$result;

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>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='full-header'></td>
</tr>
</table>
</td>
</tr>
</table>\n";

echo "<table align='center' cellpadding='0' cellspacing='0' width='834' class='narys'>\n<tr>
<td align='left' width='0'>";
include THEME."narys.php";
echo "</td>
</tr>
</table>\n";

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
<td class='sub-header' align='center'>";
echo"<a href='".BASEDIR."index.php' class='sub' >Pagrindinis</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."forum/index.php' class='sub' >Forumas</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."downloads.php' class='sub'>Siuntiniai</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."articles.php' class='sub' >Straipsniai</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."index.php' class='sub' >Reklama</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."index.php' class='sub' >Taisykl&#279;s</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='".BASEDIR."contact.php' class='sub' >Kontaktai</a></td>
</tr>
</table>\n";





Jei čia kažką pakeitei, pasireišk, įdomu. :)

Parašė E01· 2010 Bal. 4 23:04:16
#10

AppleJ, dėkui viskas puiku. Heh nepagalvojau visai :) Gausi įvertinima :)