Jump to content

Resmin Üstünü Kodlarla Yazma


Recommended Posts

bunu anca layer ile yapabilirsin. dreamweaver gibi düzenleme programı varsa kolaylıkla halledebilirsin.

sana yaptıgım örnek bi kod

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

#Layer1 {

position:absolute;

left:28px;

top:48px;

width:163px;

height:29px;

z-index:1;

}

-->

</style>

</head>

<body>

<div id="Layer1">deneme</div>

<img src="ornek.jpg" width="200" height="200" border="0" />

</body>

</html>

bi tane 200x200 ornek jpg koy dene ama layerı elle ayarlamak zor olacaktır.

Link to comment
Share on other sites

Bende bir siteye resim atacam fakat kotlamam lazım. Dreamweaver da kullanmasın bilmiyorum. En kısa yoldan nasıl kotlaya bilirim. Bunu bir anlatırsanız sevinirim.

Please register to see this content.

burdan başla

bu arada kod demek istedin heralde :clapping:

Link to comment
Share on other sites

  • 2 hafta sonra ...
bunu anca layer ile yapabilirsin. dreamweaver gibi düzenleme programı varsa kolaylıkla halledebilirsin.

sana yaptıgım örnek bi kod

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

#Layer1 {

position:absolute;

left:28px;

top:48px;

width:163px;

height:29px;

z-index:1;

}

-->

</style>

</head>

<body>

<div id="Layer1">deneme</div>

<img src="ornek.jpg" width="200" height="200" border="0" />

</body>

</html>

bi tane 200x200 ornek jpg koy dene ama layerı elle ayarlamak zor olacaktır.

Dreamwaer nasıl olacak

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...