H Tagı
5
●861
- 09-05-2009, 00:22:12Teşekkürler oldu ancak yazı uzun olunca
alt satıra geçmiyor table da üstüne yazıyor. Karmaşık bir yazı oluyor bu sefer.
<table bgcolor="red" width="200" border="0" style="border-collapse: collapse" align="center"> <tr> <td bgcolor="red"><center><font face="verdana"><font color="black"><h1 style="line-height:25px;">Avrupa Tarihi</h1></font></font></center></td> </tr> </table>
- 09-05-2009, 09:02:28css e ;Cagatayh adlı üyeden alıntı: mesajı görüntüle
*{padding:0px;margin:0px}varsayılan üst ve alt boşluklar sıfırlanır.
genişlik için
<h1 style="width:200px;">Bu kadar uzun başlıklarda bu şekil kullanılabilir</h1>
- 09-05-2009, 15:41:14Kimlik doğrulama veya yönetimden onay bekliyor.bu gibi sorunlarla karşılaşmamak için çalışmalarınıza başlamadan css yi sıfırlamak en iyisidir.
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; } h1{ font-size:14px; font-weight:bold; } ol, ul { list-style: none; margin:0 auto; width:420px; padding:5px; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } /* remember to define focus styles! */ :focus { outline: 0; } /* remember to highlight inserts somehow! */ ins { text-decoration: none; } del { text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0; }