Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Kaip centerint banerį?

Parašė danieliusk· 2008 Rugp. 25 23:08:54
#1

Sveiki, kaip padaryt, kad baneris būtų per vidurį? Ačiū. ?|

P.S Kur rašyt tą <center> ? :]

Parašė Donatis07· 2008 Rugp. 25 23:08:35
#2

<center><img src='banerio linkas' border='0'></center>
arba
<img src='banerio linkas' border='0' align='center'>

Parašė danieliusk· 2008 Rugp. 26 00:08:37
#3

O gali tiksliau?

Parašė _Tomas· 2008 Rugp. 26 00:08:18
#4

O ką čia aiškiau. Viską parašė, kad reikia center tagą dėti preiš ir po kodo.

Parašė danieliusk· 2008 Rugp. 26 00:08:36
#5

Prie to pačio, noriu paklaustu. Kaip reikia, kad vienas mygtukas "Plačiau" (naujienos footeryje) būtų kitokios spalvos? Dėkingas. c|

Redagavo danieliusk· 2008 Rugp. 26 01:08:44

Parašė Haked· 2008 Rugp. 26 04:08:27
#6

Nu theme.php ir styles.css redaguoti :|

Parašė danieliusk· 2008 Rugp. 26 13:08:34
#7

BeeT parašė:
Nu theme.php ir styles.css redaguoti :|


Galėtum parašyti kur tiksliau? :s

Parašė Toonis· 2008 Rugp. 26 13:08:12
#8

Iš theme.php duok render_header skiltį.

Parašė Donatis07· 2008 Rugp. 26 14:08:27
#9

Ne render_header, o render_news reikia. ;)

Parašė danieliusk· 2008 Rugp. 26 22:08:38
#10

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

global $locale;
   
        echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'>
            <tr>
                <td>
                    <table width='100%' cellpadding='0' cellspacing='0'>
                        <tr>
                            <td class='capmain'>$subject</td>
                        </tr>
                    </table>
                    <table width='100%' cellpadding='0' cellspacing='0'>
                        <tr>
                            <td class='main-body'>
                            $news
                            </td>
                        </tr>
                    </table>
                    <table width='100%' cellpadding='0' cellspacing='0'>
                        <tr>
                            <td class='news-footer'>".$locale['040']."<a class='news' href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a>
                            ".$locale['041'].showdate("longdate", $info['news_date'])."</td>
                            <td align='right' class='news-footer'>\n";
                            if ($info['news_ext'] == "y") echo "<a class='news' href='news.php?readmore=".$info['news_id']."'>".$locale['042']."</a> ·\n";
                            if ($info['news_allow_comments']) echo "<a class='news' href='news.php?readmore=".$info['news_id']."'>".$info['news_comments'].$locale['043']."</a> ·\n";
                            echo $info['news_reads'].$locale['044']." · <a class='news' href='print.php?type=N&amp;item_id=".$info['news_id']."'>".$locale['045']."</a>";

                            if (checkrights("N"))
                                echo" · <form style='display:inline' name='editnews".$info['news_id']."' method='post' action='".ADMIN."news.php?news_id=".$info['news_id']."'><input type='hidden' name='edit' value='edit'><a class='news' href='javascript:document.editnews".$info['news_id'].".submit();'>".$locale['048']."</a></form>
                                ";

                            echo"
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>\n";

}




Parašė Donatis07· 2008 Rugp. 26 22:08:25
#11

smailus išjunk. :|

Redagavo Donatis07· 2008 Rugp. 26 22:08:42

Parašė NoNy· 2008 Rugp. 26 23:08:59
#12

Smailus išjungt moki?

Parašė Donatis07· 2008 Rugp. 26 23:08:44
#13

NoNy parašė:
Smailus išjungt moki?
Gali ir nesikartojęs...

if ($info['news_ext'] == "y"); echo "<a class='news' href='news.php?readmore=".$info['news_id']."'>".$locale['042']."</a> ·\n";



Keisk į
if ($info['news_ext'] == "y"); echo "<a class='news' href='news.php?readmore=".$info['news_id']."'><font color='red'>".$locale['042']."</font></a> ·\n";



Redagavo Donatis07· 2008 Rugp. 26 23:08:06

Parašė danieliusk· 2008 Rugp. 27 00:08:13
#14

DonatelLas parašė:
NoNy parašė:
Smailus išjungt moki?
Gali ir nesikartojęs...

if ($info['news_ext'] == "y"); echo "<a class='news' href='news.php?readmore=".$info['news_id']."'>".$locale['042']."</a> ·\n";



Keisk į
if ($info['news_ext'] == "y"); echo "<a class='news' href='news.php?readmore=".$info['news_id']."'><font color='red'>".$locale['042']."</font></a> ·\n";




Dėkingas ;)

Parašė Donatis07· 2008 Rugp. 27 00:08:05
#15

NP, tačiau išmok smailus išjunginėt. ;)