Forum'da ara:
Ara


Yazar Mesaj
Mesaj04.03.2010, 12:57 (UTC)    
Mesaj konusu: Yardım edebilecek var mı???

Selam herkese...
Ben kutu içine yazı yazmak istiyorum.Kutu içine yazma kodu diye arattıyorum ama o kodda da kutu içine yazdğmda arkplanı beyaz oluyor.Ben şeffaf olmasını istiyorum? Yani sadece yazının çevresinde çerceveye alacak şekilde çizgi sadece çizgi olmasını istiyorum.Kodu nerden bulabilirim?
Mesaj04.03.2010, 20:00 (UTC)    
Mesaj konusu:

Bir tablo yapabilirsin,içinede istedigini yazarsın.
Mesaj04.03.2010, 20:13 (UTC)    
Mesaj konusu:

Sanırım böyle birşey aradıgın;

Kod:
<style type="text/css">  /*Credits: Dynamic Drive CSS Library */ /*URL: http://www.dynamicdrive.com/style/ */  .curlycontainer{ border: 1px solid #b8b8b8; margin-bottom: 1em; width: 300px; }  .curlycontainer .innerdiv{ background: transparent url(http://img.webme.com/pic/w/webisland/brcorner.gif) bottom right no-repeat; position: relative; left: 2px; top: 2px; padding: 1px 4px 15px 5px; }  </style> <div class="curlycontainer"> <div class="innerdiv"><b>Some title</b> <br /> Some text here.Some text here. Some text here.<br /> Some text here.Some text here. Some text here.<br /> Some text here.Some text here. Some text here.<br /> Some text here.Some text here.</div> </div>
Mesaj04.03.2010, 20:13 (UTC)    
Mesaj konusu:

Kendim bir şey kodladım sizin için.

Kod:
<table height="100" cellspacing="0" cellpadding="0" border="1" background="resim url" width="200" urlsi="">
    <tbody>
        <tr>
            <td>yazi buraya</td>
        </tr>
    </tbody>
</table>
<br />


background="resim url" = resim url yazan yere şeffaf renkte bir resim koyarsan tablo'nun içi şeffaf olur.
<td>yazi buraya</td> = yazi buraya yazan yere yazmak istediğiniz yazıyı yazın...
Mesaj04.03.2010, 20:31 (UTC)    
Mesaj konusu:

Bu da bir alternatif;

Kod:
<fieldset>             <legend><b>Çerçeve Başlığı</b></legend>             Buraya birşeyler yazabilirsin.. by webisland ;)          </fieldset>   
Mesaj04.03.2010, 20:48 (UTC)    
Mesaj konusu:

BU DA BENİM ALTERNATİFİM.BU ARADA SEVENİN ÇOKMUŞ HERKES Bİ KOD VERDİ. Laughing
Kod:
<table border="1" width="38%" id="table1" height="169">
   <tr>
      <td>BURAYA YAZI YAZ</td>
   </tr>
</table>

______________
Mesaj04.03.2010, 22:08 (UTC)    
Mesaj konusu:

webisland yazmış:
Bu da bir alternatif;

Kod:
<fieldset>             <legend><b>Çerçeve Başlığı</b></legend>             Buraya birşeyler yazabilirsin.. by webisland ;)          </fieldset>   


Bu işime yaradı.. Hepinize teşekkür ederim ilgilendiğiniz için...
Önceki mesajları göster:   


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