Arkadaşlar
http://learnfriend.tr.gg/Css-tasar%26%23305;m-yapma-resimli-anlat%26%23305;m.htm burdaki dersten faydalanarak tasarımımı kodlamaya çalışıyorum. bu sabah 8 den beri yapıyorum dreamweaver cs3 ve cs5 de denedim ama sonuç :http://omurtarik.tr.gg/ böyle oluyor. reklam yapmak için koymadım bunu. kodlarda böyle çıktı :
ÜST
<table width="950" align="center">
<tr>
<td height="114" background=http://img.webme.com/pic/o/omurtarik/denemecik_01.gif"> </td>
</tr>
<tr>
<td height="132" align="center" valign="top" background=http://img.webme.com/pic/o/omurtarik/denemecik_02.gif"><table width="950" height="130" cellpadding="1">
<tr>
<td width="38"> </td>
<td width="172" align="left" valign="top">MENÜ</td>
<td width="52"> </td>
<td width="550" align="left" valign="top"><div id="content"></div>
ALT
</div></td>
<td width="106"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="231" background=http://img.webme.com/pic/o/omurtarik/denemecik_03.gif"> </td>
</tr>
</table>
CSS
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}
<style type="text/css">
<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
body {
background-color: #FFFFFF;
}
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0000FF;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #990066;
}
a:hover {
text-decoration: none;
color: #FF0000;
}
a:active {
text-decoration: none;
color: #000000;
}
-->
</style>
Nerde sorun yaptım ?