22-06-2008, 01:13
22-06-2008, 01:19
şu mesajda arkadaş bir kod vermişti onu bir dene ;)
http://forum.mybbdestek.com/showthread.p...#pid168268
http://forum.mybbdestek.com/showthread.p...#pid168268
Kod:
<table border="0" width="916" height="60">
<tr>
<td bgcolor="#efefef" width="139" height="60">
<center><font>Reklam vermek istermisiniz?</font><br>
<a href="http://www.birgenc.net/reklam.php">İletişim</a></center></td>
<td bgcolor="#fffbba" width="139" height="60">
<center><font>Reklam vermek istermisiniz?</font><br>
<a href="http://www.birgenc.net/reklam.php">İletişim</a></center></td>
<td bgcolor="#d6eca6" width="139" height="60">
<center><font>Reklam vermek istermisiniz?</font><br>
<a href="http://www.birgenc.net/reklam.php">İletişim</a></center></td>
<td bgcolor="#e3f0ff" width="139" height="60">
<center><font>Reklam vermek istermisiniz?</font><br>
<a href="http://www.birgenc.net/reklam.php">İletişim</a></center></td>
<td bgcolor="#fbe3e4" width="139" height="60">
<center><font>Reklam vermek istermisiniz?</font><br>
<a href="http://www.birgenc.net/reklam.php">İletişim</a></center></td>
<td bgcolor="#e2ecee" width="139" height="60">
<center><font>Reklam vermek istermisiniz?</font><br>
<a href="http://www.birgenc.net/reklam.php">İletişim</a></center></td>
</tr>
</table>22-06-2008, 01:22
Tamam Teşekkürler +rep
Buda Güzel İnşallah Adminler Görürde Bu Kodları Verirler...
Buda Güzel İnşallah Adminler Görürde Bu Kodları Verirler...22-06-2008, 02:39
22-06-2008, 04:15
bu hoşuma gitmedi :D
22-06-2008, 05:09
birebir aynısı değil ama bi bak
Kod:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title></title>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:14px;
top:17px;
width:140px;
height:64px;
z-index:1;
}
#Layer2 {
position:absolute;
left:16px;
top:12px;
width:139px;
height:156px;
z-index:1;
}
.style1 {color: #0099CC}
-->
</style>
</head>
<body>
<table>
<tr>
<td bgcolor="#efefef" width="139" height="60"><center>
Reklam Alani<br />
<a href="http://" class="style1">İletisim</a>
</center></td>
<td bgcolor="#fffbba" width="139" height="60"><center>
Reklam Alani<br />
<a href="http://" class="style1">İletisim</a>
</center></td>
<td width="139" height="60" bgcolor="#d6eca6"><center>
Reklam Alani<br />
<a href="http://" class="style1">İletisim</a>
</center></td>
<td width="139" height="60" bgcolor="#e3f0ff"><center>
Reklam Alani<br />
<a href="http://" class="style1">İletisim</a>
</center></td>
<td width="139" height="60" bgcolor="#fbe3e4"><center>
Reklam Alani<br />
<a href="http://" class="style1">İletisim</a>
</center></td>
<td width="139" height="60" bgcolor="#e2ecee"><center>
Reklam Alani<br />
<a href="http://" class="style1">İletisim</a>
</center></td>
</tr>
</table>
</body>
</html>