Forum'da ara:
Ara


Yazar Mesaj
Mesaj21.12.2012, 15:34 (UTC)    
Mesaj konusu: //--> Tasarımın Üzerindeki Bu Şeyi Nasıl Kaldırcam ?

Lütfen yardım //--> Bu şey tasarımın üstünde duruyor tasarımı bozuyr
Mesaj21.12.2012, 15:42 (UTC)    
Mesaj konusu:

Css kodunun sonuna
Kod:
<!

ekleyiniz.

İyi forumlar.
Mesaj21.12.2012, 21:21 (UTC)    
Mesaj konusu:

Veya hiç kod eklemeden ;

-> CSS Kodu bölümündeki "<style>" ve "</style>" kodlarını siliniz.. Genellikle aşağıdaki gibi oluyor bu kodlar ;


Kod:
<style>
a:link {
   color: #7e7e7e;
   text-decoration: none;
}
a:visited {
   text-decoration: none;
   color: #7e7e7e;
}
a:hover {
   text-decoration: underline;
   color: #7e7e7e;
}
a:active {
   text-decoration: none;
   color: #7e7e7e;
}
</style>


İşte bu kod aşağıdaki gibi olmalıdır..

Kod:
a:link {
   color: #7e7e7e;
   text-decoration: none;
}
a:visited {
   text-decoration: none;
   color: #7e7e7e;
}
a:hover {
   text-decoration: underline;
   color: #7e7e7e;
}
a:active {
   text-decoration: none;
   color: #7e7e7e;
}
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu