Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Reiketu pagalbos del img vietos.

Parašė cofi· 2011 Sau. 27 00:01:21
#1

Sveiki susiduriau su problema :( Man reiketu kad kas pasakytu kaip patraukt i desne puse sioje foto esanti paveiksleli :(



ir themep.php

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

// theme settings
$body_text = "#ffffff";
$body_bg = "#363636";
$theme_width = "961";
$theme_width_l = "219";
$theme_width_r = "219";


function render_header($header_content) {
global $theme_width,$settings,$locale,$userdata,$aidlink,$db_prefix;

   echo "<table class='forumline' align='center' width='$theme_width' cellspacing='0' cellpadding='0' style='border-right: solid #ffffff 0px; border-left: solid #ffffff 0px; border-top: solid #ffffff 0px; margin-top: 0px;'>";
   echo "<tr><td><table align='center' width='100%' cellspacing='0' cellpadding='0'>";
   echo "<tr><td><table align='center' width='100%' cellspacing='0' cellpadding='0'>";
   echo "<tr><td class='header' width='100%'>";

////////////////////////////////////////////////////////

echo"<table width='961' height='197' border='0' cellpadding='0' cellspacing='0'>
   <tr>
      <td colspan='14'>
         <img src='".THEME."images/header/header.png' width='961' height='166' alt=''>


</td>


   </tr>

<tr>

      
</table>";

////////////////////////////////////////////////////////







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='961' class='footer' align='center' height='106'>

</td>



<td height='106' valign='middle' width='274' align='center' style='padding-left:0px;padding-top:0px;color:#424242;font-size:10px;'>

Visos teises saugomos. 2011 © Broken Vision TM<br>


</td>



</td>

</tr>



</table>";

}

function render_news($subject, $news, $info) {

global $locale;
   
   echo "<table width='488' cellpadding='0' cellspacing='0'><tr>";

   echo "<td width='488' class='centras-up'>$subject <span style='color:#ffffff;'></span></td>";

   echo "</tr></table>";



   echo "<table width='450' cellpadding='0' cellspacing='0'><tr>";
   
   echo "<td class='center-body' width='450' cellpadding='0' cellspacing='0'>";
   
   echo"$news";

   echo "</td>";

   echo "</tr></table>";



   echo "<table width='488' cellpadding='0' cellspacing='0'><tr>";

   echo "<td class='centras-down' width='488' cellpadding='0' cellspacing='0'>";


   echo "
   
   <span style='color:#ffffff;font-size:9px;'>Autorius - </span><a href='profile.php?lookup=".$info['user_id']."' style='color:#ff5500;font-size:9px;'>".$info['user_name']."</a>&nbsp;&nbsp;
   
   <span style='color:#ffffff;font-size:9px;'>Paskelbimo data - </span><span style='color:#ff5500;font-size:9px;'>".showdate("shortdate", $info['news_date'])."</span><br />";
   

   echo "</td>";



   echo "</tr></table><br>\n";
}

function render_article($subject, $article, $info) {
   
global $locale;

   echo "<table width='488' cellpadding='0' cellspacing='0'><tr>";

   echo "<td width='488' class='centras-up'>$subject</td>";

   echo "</tr></table>";


   echo "<table width='488' cellpadding='0' cellspacing='0'><tr>";

   echo "<td class='center-body' width='488' cellpadding='0' cellspacing='0'>
   
   <div style='width:100%;vertical-align:top;'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</div>";

   echo "</td>";

   echo "</tr></table>";


   echo "<table width='488' cellpadding='0' cellspacing='0'><tr>";

   echo "<td class='centras-down'><img src='".THEME."images/blank.gif' width='488' height='3' alt='' style='display:block'></td>";

   echo "</tr></table><br>\n";
}

function opentable($title) {


   echo "<table width='488' cellpadding='0' cellspacing='0'><tr>";

   echo "<td width='488' class='centras-up'>$title</td>";

   echo "</tr></table>";


   echo "<table width='488' cellpadding='0' cellspacing='0'><tr>";

   echo "<td class='center-body' width='488' cellpadding='0' cellspacing='0'>\n";
}

function closetable() {


   echo "</td>";

   echo "</tr></table>";


   echo "<table width='488' cellpadding='0' cellspacing='0'><tr>";

   echo "<td class='centras-down'><img src='".THEME."images/blank.gif' width='488' height='3' alt='' style='display:block'></td>";

   echo "</tr></table><br>\n";
}


function openside($title) {
   
   echo "<table width='219' cellpadding='0' cellspacing='0'><tr>";

   echo "<td width='100%' class='sonas-up'>$title</td>";

   echo "</tr></table>";
   echo "<table width='219' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='side-body'>\n";
}

function closeside() {

   echo "</td>";
   echo "</tr>";
   echo "<tr>";
   echo "<td class='sonas-down'><img src='".THEME."images/blank.gif' width='219' height='3' alt='' style='display:block'></td>";
   echo "</tr></table><br>\n";
}

function opensidex($title,$open="on") {

   $boxname = str_replace(" ", "", $title);
   $box_img = $open == "on" ? "off" : "on";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='dpanel-left'><img src='".THEME."images/blank.gif' width='22' height='34' alt='' style='display:block'></td>";
   echo "<td class='dpanel-main'>$title</td>";
   echo "<td align='right' class='panel-main'><img src='".THEME."images/panel_$box_img.gif' name='b_$boxname' alt='' onclick=\"javascript:flipBox('$boxname')\"></td>";
   echo "<td class='dpanel-right'><img src='".THEME."images/blank.gif' width='22' height='34' alt='' style='display:block'></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='22' height='13' alt='' style='display:block'></td>";
   echo "<td class='side-body'>";
   echo "<div id='box_$boxname'".($open=="off" ? "style='display:none'" : "").">\n";
}

function closesidex() {

   echo "</div>";
   echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='23' height='13' alt='' style='display:block'></td></tr>";
   echo "<tr>";
   echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='22' height='26' alt='' style='display:block'></td>";
   echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='6' height='26' alt='' style='display:block'></td>";
   echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='23' height='26' alt='' style='display:block'></td>";
   echo "</tr></table><br>\n";
}

function tablebreak() {

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='5'></td>\n</tr>\n</table>\n";

}
?>




Buciau lb dekingas ir laimingas jej atsirastu zmogus galintis padeti :)

Parašė Lukasj· 2011 Sau. 27 17:01:45
#2

Aiškiau klausimą suformuluok, aš čia matau tik simbolius, ne paveikslėlį:)

Parašė cofi· 2011 Sau. 27 19:01:38
#3

Aiskiau butu taip, kaip man padaryti kad table-body liguotus i desne puse ? :D