Tanya Theme website


Status
Not open for further replies.

chitoz

Beginner 1.0
Siang semuanya,..
Pak/Mas,.mau nanya neh
lg edit2 theme website di localhost
hasilnya kaya di bawah ini

z1.jpg

yang saya pingin tanyakan

1. Bagaimana cara agar emotion YM dengan tulisan bawahnya jadi 2 line / lebih.
2. Kenapa tulisan "design by webmaster" bisa di klik,.ngedireck ke yahoo..?

Mungkin itu saja, sebelumnya terimakasih banyak..:)
 

Joshua

Poster 2.0
bisa di share mas source nya di bagian footer nya , nambah line coba <br> atau coba &nbsp
msalah source link aja mas "design by webmaster"
 

pluto01

Hosting Guru
The Warrior
Verified Provider
1. Apakah maksud pertanyaannya agar icon YM ada space 2 baris dengan tulisan "Design By Webmaster" ? kl iya tinggal dibuat space ke bawah saja kan seperti &nbsp
2. Mungkin bisa dicek apakah discript tulisan tersebut ada atribut a href untuk melinkkannya ke yahoo.

Untuk lebih lengkapnya bisa dicoba share scriptnya.
 

chitoz

Beginner 1.0
bisa di share mas source nya di bagian footer nya , nambah line coba <br> atau coba *
msalah source link aja mas "design by webmaster"

ini scriptnya mas..
----------
<!-- TEXT -->
<h3>
Sorry, we are currentlu in development.<br/>
Please Subscribe bellow and we will send you email <br/>
when the site goes live. <br/>

<!-- Yahoo Messenger Emotion -->
<div class="subscribe-wrapp">
<div align = "center">
<a href="hxxp://ymgen[dot]com/chat.php?idne=ID-YM"><img border="0"
src=hxxp://opi.yahoo[dot]com/online?u=ym_idsaya&t=14/</a>
<br/>

<div class="center">
design by webmaster
</h3>


</body>
</html>

-------------------

Thanks semuanya..:)
 

mustafaramadhan

Hosting Guru
Mengikuti 'aturan' mestinya:

Code:
<h3>
Sorry, we are currentlu in development.<br/>
Please Subscribe bellow and we will send you email <br/>
when the site goes live. <br/>

	<!-- Yahoo Messenger Emotion -->
	<div class="subscribe-wrapp">
		<div align = "center">
			<a href="hxxp://ymgen[dot]com/chat.php?idne=ID-YM"><img border="0"
				src=hxxp://opi.yahoo[dot]com/online?u=ym_idsaya&t=14/></a>
			<br/>

			design by webmaster
		</div>
	</div>
</h3>
 

Joshua

Poster 2.0
ini scriptnya mas..
----------
<!-- TEXT -->
<h3>
Sorry, we are currentlu in development.<br/>
Please Subscribe bellow and we will send you email <br/>
when the site goes live. <br/>

<!-- Yahoo Messenger Emotion -->
<div class="subscribe-wrapp">
<div align = "center">
<a href="hxxp://ymgen[dot]com/chat.php?idne=ID-YM"><img border="0"
src=hxxp://opi.yahoo[dot]com/online?u=ym_idsaya&t=14/</a>
<br/>

<div class="center">
design by webmaster
</h3>


</body>
</html>

-------------------

Thanks semuanya..:)

ni Tuan ud di benerin sama mas mustafa
Mengikuti 'aturan' mestinya:

Code:
<h3>
Sorry, we are currentlu in development.<br/>
Please Subscribe bellow and we will send you email <br/>
when the site goes live. <br/>

	<!-- Yahoo Messenger Emotion -->
	<div class="subscribe-wrapp">
		<div align = "center">
			<a href="hxxp://ymgen[dot]com/chat.php?idne=ID-YM"><img border="0"
				src=hxxp://opi.yahoo[dot]com/online?u=ym_idsaya&t=14/></a>
			<br/>

			design by webmaster
		</div>
	</div>
</h3>
 

chitoz

Beginner 1.0
Mengikuti 'aturan' mestinya:

Code:
<h3>
Sorry, we are currentlu in development.<br/>
Please Subscribe bellow and we will send you email <br/>
when the site goes live. <br/>

	<!-- Yahoo Messenger Emotion -->
	<div class="subscribe-wrapp">
		<div align = "center">
			<a href="hxxp://ymgen[dot]com/chat.php?idne=ID-YM"><img border="0"
				src=hxxp://opi.yahoo[dot]com/online?u=ym_idsaya&t=14/></a>
			<br/>

			design by webmaster
		</div>
	</div>
</h3>


sudah saya coba sebelumnya kaya gitu mas,..

hasilnya tulisan "design by webmaster" malah geser ke kiri juga masih tetep bisa dikik

Thanks masukkanya Mas..:)
 

pluto01

Hosting Guru
The Warrior
Verified Provider
sudah saya coba sebelumnya kaya gitu mas,..

hasilnya tulisan "design by webmaster" malah geser ke kiri juga masih tetep bisa dikik

Thanks masukkanya Mas..:)

Untuk script Mas Mustafa di atas harusnya tidak akan ada link lg Tuan karena sudah dikeluarkan dari ahrefnya, mungkin bisa dicoba pastikan apakah ada code lain di tempat Tuan yg mash nyangkut.
Atau mungkin bisa dicoba html sederhana ini untuk memastikannya sekalian tambahan untuk 2 space ke bawahnya :

HTML:
<html>
<body>
<h3>
Sorry, we are currentlu in development.<br/>
Please Subscribe bellow and we will send you email <br/>
when the site goes live. <br/>

        <!-- Yahoo Messenger Emotion -->
        <div class="subscribe-wrapp">
                <div align = "center">
                        <a href="hxxp://ymgen[dot]com/chat.php?idne=ID-YM"><img border="0"
                                src=hxxp://opi.yahoo[dot]com/online?u=ym_idsaya&t=14/></a>
                </div>
                <div align = "center">
                        &nbsp;</div>
                <div align = "center">
                        <br/>
                        design by webmaster
                </div>
        </div>
</h3>
</body>
</html>
 

chitoz

Beginner 1.0
Untuk script Mas Mustafa di atas harusnya tidak akan ada link lg Tuan karena sudah dikeluarkan dari ahrefnya, mungkin bisa dicoba pastikan apakah ada code lain di tempat Tuan yg mash nyangkut.
Atau mungkin bisa dicoba html sederhana ini untuk memastikannya sekalian tambahan untuk 2 space ke bawahnya :

HTML:
<html>
<body>
<h3>
Sorry, we are currentlu in development.<br/>
Please Subscribe bellow and we will send you email <br/>
when the site goes live. <br/>

        <!-- Yahoo Messenger Emotion -->
        <div class="subscribe-wrapp">
                <div align = "center">
                        <a href="hxxp://ymgen[dot]com/chat.php?idne=ID-YM"><img border="0"
                                src=hxxp://opi.yahoo[dot]com/online?u=ym_idsaya&t=14/></a>
                </div>
                <div align = "center">
                        *</div>
                <div align = "center">
                        <br/>
                        design by webmaster
                </div>
        </div>
</h3>
</body>
</html>

Sudah saya copy paste ke localhost saya Mas,.

hasilnya masih tetep ngelink di tulisan "desigen by webmaste" Tidak seperti tulisan yg di atas Emotion Yahoo Messenger,

Thanks..:)
 
Status
Not open for further replies.

Top