Selasa, 23 Juli 2013

PHP Indonesia - Facebook: Tanya lagi.. Saya mau meyejajarkan seluruh baris $...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Tanya lagi.. Saya mau meyejajarkan seluruh baris $...
Jul 23rd 2013, 16:00, by Fi Nofriani

Fi Nofriani 4:00pm Jul 23
Tanya lagi..
Saya mau meyejajarkan seluruh baris $deskripsi yang ada dalam <span> dengan link di atasnya ($judul).

Ini code-nya:
echo '<p class="bagi">'
. '<a href="url.html" onclick="return false;">'
. '<img class="post" src="positif.png" title="rate this positive">'
. '<img class="nega" src="negatif.png" title="rate this negative">'
. $judul
. '</a>'
. '<a href="url.html" target="_blank">'
. '<img class="new_tab" src="open_new_tab.jpg" title="open in new tab">'
. '</a>'
. '<br/>'
. '<span class="deskripsi">'.$deskripsi.'</span>'
. '</br>'
. '<hr/>'
. '</p>';

CSS yang baru saya ngerti begini:
.deskripsi{
padding-left:45px;
}

Makasih..

Slamet Aprilianto 4:11pm Jul 23
coba ditambah display: block;

Fi Nofriani 4:19pm Jul 23
Slamet: Alhamdulillaah udah bisa, makasih ya.

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar