Warung Bebas

Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Template

Powered by Blogger

Senin, 14 Februari 2011

Menghilangkan garis bawah pada link

 

Cukup anda tambahkan script berikut pada bagian awal text/HTML anda :

<html>
<head>
<style type="text/css">
<!--
    A:link {text-decoration: none}
    A:visited {text-decoration: none}
    A:active {text-decoration: none}
-->
</style>
<title> Judul </title>
</head>
<body>

</body>
</html>

 

jadi misalnya saya punya link seperti ini ( tempat saya melihat blog ini)

tinggal di tambahin kode diatas, maka hasilnya akan menjadi seprti ini :

<style type="text/css">
<!--
    A:link {text-decoration: none}
    A:visited {text-decoration: none}
    A:active {text-decoration: none}
-->
</style>

ref : http://ju-ni.tripod.com/tips_html.html

 

 

sebagai contoh bisa di lihat contohnya di sini,

lihat dibagian link ref paling akhir di artikel ini

0 comments:

Posting Komentar

Related Posts Plugin for WordPress, Blogger...