Arka Plan Resimi

Temalar ile ilgili soru, sorun ve tartışmalar.

Arka Plan Resimi

İleti Burkay1905 23.04.2006, 08:57

ActionPoint teması kullanıyorum arka plana resim koya bilirmiyim?
Burkay1905
Üye
Üye
 
İleti: 61
Kayıt: 24.03.2006, 19:34

İleti MatrixNeo 23.04.2006, 09:23

koyabilirsin.
Kullanıcı avatarı
MatrixNeo
Üye
Üye
 
İleti: 654
Kayıt: 10.01.2006, 10:19
Konum: İstanbul

Cvp: Arka Plan Resimi

İleti Burkay1905 23.04.2006, 09:26

Eha yani tarif et desem çokmu şey istemiş olurum :D

''Teşşekkürler''
Burkay1905
Üye
Üye
 
İleti: 61
Kayıt: 24.03.2006, 19:34

İleti MatrixNeo 23.04.2006, 09:29

:D
Kod: Tümünü seç
#-----[ AÇ ]-----

templates/temaadın/temaadın.css

#-----[ BUL ]-----

body {

#-----[ O SATIRDA PEŞİNE EKLE ]-----

background-image: url(images/resim adı);

#-----[ KAYDET KAPAT ]-----


arka plan resmini temanın içindeki images klasörüne at.
Kullanıcı avatarı
MatrixNeo
Üye
Üye
 
İleti: 654
Kayıt: 10.01.2006, 10:19
Konum: İstanbul

Cvp: Arka Plan Resimi

İleti Burkay1905 23.04.2006, 09:43

http://img95.imageshack.us/img95/7381/sorun3bn.gif
Kenarlardan resim gözüküyor resim mesaj panosunun arkasında kaldı :?
Burkay1905
Üye
Üye
 
İleti: 61
Kayıt: 24.03.2006, 19:34

İleti MatrixNeo 23.04.2006, 09:53

ha sen yazıların olduğu yerin arkasına mık koyacaktın. o zaman sen css dosyanı at buraya.
Kullanıcı avatarı
MatrixNeo
Üye
Üye
 
İleti: 654
Kayıt: 10.01.2006, 10:19
Konum: İstanbul

Cvp: Arka Plan Resimi

İleti Burkay1905 23.04.2006, 10:04

Evet :wink:

Kod: Tümünü seç
/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: #E5E5E5;
   }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #FF0000; }
a:hover      { text-decoration: underline; color : #FF0000; }
hr   { height: 0px; border: solid #c2cdd6 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline   { background-color: #FFFFFF; border: 1px #AEBDC4 solid; }

/* This is the outline round the main forum tables */
.forumline   { background-color: #FFFFFF; border: 2px #161616 solid; }


/* Main table cell colours and backgrounds */
td.row1   { background-color: #EFEFEF; }
td.row2   { background-color: #EFEFEF; }
td.row3   { background-color: #c2cdd6; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
      background-color: #FFFFFF;
      background-image: url(images/cellpic2.jpg);
      background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th   {
   color: #FFCC66; font-size: 11px; font-weight : bold;
   background-color: #CC0000; height: 25px;
   background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
         background-image: url(images/cellpic1.gif);
         background-color: #FFFFFF; border: #FFFFFF; border-style: solid; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
   height: 29px;
   border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
   font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
   background-color: #c2cdd6; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow    { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right    { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft     { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop    { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2   {
         font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
         text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #161616; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #161616; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu      { font-size : 11px; color : #000000 }
a.mainmenu      { text-decoration: none; color : #FF0000;  }
a.mainmenu:hover{ text-decoration: underline; color : #FF0000; }


/* Forum category titles */
.cattitle      { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #161616}
a.cattitle      { text-decoration: none; color : #161616; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink      { font-weight: bold; font-size: 12px; color : #161616; }
a.forumlink    { text-decoration: none; color : #161616; }
a.forumlink:hover{ text-decoration: underline; color : #161616; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav         { font-weight: bold; font-size: 11px; color : #000000;}
a.nav         { text-decoration: none; color : #161616; }
a.nav:hover      { text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle         { font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #FF0000; }
a.topictitle:visited { text-decoration: none; color : #FF0000; }
a.topictitle:hover   { text-decoration: underline; color : #FF0000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name         { font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails      { font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link   { text-decoration: none; color : #161616 }
a.postlink:visited { text-decoration: none; color : #161616; }
a.postlink:hover { text-decoration: underline; color : #FF0000}


/* Quote & Code blocks */
.code {
   font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
   background-color: #FAFAFA; border: #c2cdd6; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
   background-color: #FAFAFA; border: #c2cdd6; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright      { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #555555; letter-spacing: -1px;}
a.copyright      { color: #333333; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
   color : #000000;
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
   background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
   background-color : #EFEFEF;
   color : #000000;
   font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
   background-color : #FAFAFA;
   font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
   background-color : #FAFAFA;
   font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
Burkay1905
Üye
Üye
 
İleti: 61
Kayıt: 24.03.2006, 19:34

Cvp: Arka Plan Resimi

İleti MatrixNeo 23.04.2006, 10:15

Kod: Tümünü seç
/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: #E5E5E5;
   }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #FF0000; }
a:hover      { text-decoration: underline; color : #FF0000; }
hr   { height: 0px; border: solid #c2cdd6 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline   { background-image: (images/resim_linki.gif); border: 1px #AEBDC4 solid; }

/* This is the outline round the main forum tables */
.forumline   { background-color: #FFFFFF; border: 2px #161616 solid; }


/* Main table cell colours and backgrounds */
td.row1   { background-color: #EFEFEF; }
td.row2   { background-color: #EFEFEF; }
td.row3   { background-color: #c2cdd6; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
      background-color: #FFFFFF;
      background-image: url(images/cellpic2.jpg);
      background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th   {
   color: #FFCC66; font-size: 11px; font-weight : bold;
   background-color: #CC0000; height: 25px;
   background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
         background-image: url(images/cellpic1.gif);
         background-color: #FFFFFF; border: #FFFFFF; border-style: solid; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
   height: 29px;
   border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
   font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
   background-color: #c2cdd6; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow    { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right    { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft     { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop    { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2   {
         font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
         text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #161616; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #161616; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu      { font-size : 11px; color : #000000 }
a.mainmenu      { text-decoration: none; color : #FF0000;  }
a.mainmenu:hover{ text-decoration: underline; color : #FF0000; }


/* Forum category titles */
.cattitle      { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #161616}
a.cattitle      { text-decoration: none; color : #161616; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink      { font-weight: bold; font-size: 12px; color : #161616; }
a.forumlink    { text-decoration: none; color : #161616; }
a.forumlink:hover{ text-decoration: underline; color : #161616; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav         { font-weight: bold; font-size: 11px; color : #000000;}
a.nav         { text-decoration: none; color : #161616; }
a.nav:hover      { text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle         { font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #FF0000; }
a.topictitle:visited { text-decoration: none; color : #FF0000; }
a.topictitle:hover   { text-decoration: underline; color : #FF0000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name         { font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails      { font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link   { text-decoration: none; color : #161616 }
a.postlink:visited { text-decoration: none; color : #161616; }
a.postlink:hover { text-decoration: underline; color : #FF0000}


/* Quote & Code blocks */
.code {
   font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
   background-color: #FAFAFA; border: #c2cdd6; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
   background-color: #FAFAFA; border: #c2cdd6; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright      { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #555555; letter-spacing: -1px;}
a.copyright      { color: #333333; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
   color : #000000;
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
   background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
   background-color : #EFEFEF;
   color : #000000;
   font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
   background-color : #FAFAFA;
   font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
   background-color : #FAFAFA;
   font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");



bunu kaydet. "resim_linki" (tırnaklar hariç) diye ara dosyada oraya resmin adını yaz. resmi temanın images klasörüne at.
En son MatrixNeo tarafından, 23.04.2006, 11:16 tarihinde değiştirildi, toplamda 1 değişiklik yapıldı.
Kullanıcı avatarı
MatrixNeo
Üye
Üye
 
İleti: 654
Kayıt: 10.01.2006, 10:19
Konum: İstanbul

Cvp: Arka Plan Resimi

İleti Burkay1905 23.04.2006, 10:28

Resim Linkimi yoksa adımı?
Burkay1905
Üye
Üye
 
İleti: 61
Kayıt: 24.03.2006, 19:34

İleti MatrixNeo 23.04.2006, 10:38

resim_linki yazan yere resmin adını yazacaksın. ok?
Kullanıcı avatarı
MatrixNeo
Üye
Üye
 
İleti: 654
Kayıt: 10.01.2006, 10:19
Konum: İstanbul

Cvp: Arka Plan Resimi

İleti Burkay1905 23.04.2006, 10:45

olmadı arka plan gri oldu resimden eser yok :?

''Teşşekkürler''
Burkay1905
Üye
Üye
 
İleti: 61
Kayıt: 24.03.2006, 19:34

İleti MatrixNeo 23.04.2006, 11:14

alla alla. ben bu kodla yaptım ama.
Kullanıcı avatarı
MatrixNeo
Üye
Üye
 
İleti: 654
Kayıt: 10.01.2006, 10:19
Konum: İstanbul

İleti CeRBeR 23.04.2006, 11:35

resmin path'ı doğrumu ?
Kullanıcı avatarı
CeRBeR
Üye
Üye
 
İleti: 232
Kayıt: 05.10.2005, 20:37

Cvp: Arka Plan Resimi

İleti Burkay1905 23.04.2006, 11:52

Kod: Tümünü seç
(images/resim_linki.gif)

Bu Kısmı Her iki şekilde yaptım
Kod: Tümünü seç
siteadı/templates/actionpoint/images/arka_plan.jpg


ikinci olarak
Kod: Tümünü seç
(images/arka_plan.jpg)
böyle yaptım olmadı üste yaptığımı direk açınca resim çıkıyor yani addres doğru. :?
Burkay1905
Üye
Üye
 
İleti: 61
Kayıt: 24.03.2006, 19:34

İleti MatrixNeo 23.04.2006, 12:16

overall_header.tpl yi gönder. css siz html olarak yapalım bari :D
Kullanıcı avatarı
MatrixNeo
Üye
Üye
 
İleti: 654
Kayıt: 10.01.2006, 10:19
Konum: İstanbul

Cvp: Arka Plan Resimi

İleti Burkay1905 23.04.2006, 16:19

''overal_header.tpl''
Kod: Tümünü seç
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/actionpoint/{T_HEAD_STYLESHEET}" type="text/css"><link rel="icon" href="templates/actionpoint/images/favicon.gif" />
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
   if ( {PRIVATE_MESSAGE_NEW_FLAG} )
   {
      window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
   }
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" />

<!-- rEdbar 2 -->
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
   <tr>
      <td class="catHead" height="37" align="center">
      <span class="genmed"><a href="{NAV_LINK1}" class="genmed">{NAV_NAME1}</a>
      | <a href="{NAV_LINK2}" class="genmed">{NAV_NAME2}</a>
      | <a href="{NAV_LINK3}" class="genmed">{NAV_NAME3}</a>
      | <a href="{NAV_LINK4}" class="genmed">{NAV_NAME4}</a>
      | <a href="{NAV_LINK5}" class="genmed">{NAV_NAME5}</a>
      | <a href="{NAV_LINK6}" class="genmed">{NAV_NAME6}</a>
      | <a href="{NAV_LINK7}" class="genmed">{NAV_NAME7}</a>
      | <a href="{NAV_LINK8}" class="genmed">{NAV_NAME8}</a>
      | <a href="{NAV_LINK9}" class="genmed">{NAV_NAME9}</a>
      | <a href="{NAV_LINK10}" class="genmed">{NAV_NAME10}</a>
   <br />
   </tr>
</table>
<!-- rEdbar 2 --> <a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
   <tr>
      <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
         <tr>
            <td><a href="{U_INDEX}"><img src="templates/actionpoint/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
            <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span>
            <table cellspacing="0" cellpadding="2" border="0">
               <tr>
                  <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"><a href="{U_ALBUM}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_album.gif" width="12" height="13" border="0" alt="{L_ALBUM}" hspace="3" />{L_ALBUM}</a>&nbsp;&nbsp;<a href="{U_FAQ}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu">&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp;
                  <!-- BEGIN switch_user_logged_out -->
                  &nbsp;<a href="{U_REGISTER}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span>&nbsp;
                  <!-- END switch_user_logged_out -->
                  </td>
               </tr>
               <tr><!-- BEGIN switch_user_logged_in -->
&nbsp;<a href="javascript:void(0);" onClick="window.open('{S_JOIN_CHAT}','{Sohbet Odası}','scrollbars=no,width=540,height=450')" class="mainmenu"><img src="templates/actionpoint/images/Chat_box_logo.gif" width="12" height="13" border="0" hspace="3" />Sohbet Odası</a></span>&nbsp;
<!-- END switch_user_logged_in -->
                  <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>
               </tr>
            </table></td>
         </tr>
      </table>

      <br /><marquee>Deneme</marquee>
Burkay1905
Üye
Üye
 
İleti: 61
Kayıt: 24.03.2006, 19:34

Cvp: Arka Plan Resimi

İleti MatrixNeo 23.04.2006, 16:25

Kod: Tümünü seç
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/actionpoint/{T_HEAD_STYLESHEET}" type="text/css"><link rel="icon" href="templates/actionpoint/images/favicon.gif" />
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
   if ( {PRIVATE_MESSAGE_NEW_FLAG} )
   {
      window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
   }
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body background="resim_buraya" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" />

<!-- rEdbar 2 -->
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
   <tr>
      <td class="catHead" height="37" align="center">
      <span class="genmed"><a href="{NAV_LINK1}" class="genmed">{NAV_NAME1}</a>
      | <a href="{NAV_LINK2}" class="genmed">{NAV_NAME2}</a>
      | <a href="{NAV_LINK3}" class="genmed">{NAV_NAME3}</a>
      | <a href="{NAV_LINK4}" class="genmed">{NAV_NAME4}</a>
      | <a href="{NAV_LINK5}" class="genmed">{NAV_NAME5}</a>
      | <a href="{NAV_LINK6}" class="genmed">{NAV_NAME6}</a>
      | <a href="{NAV_LINK7}" class="genmed">{NAV_NAME7}</a>
      | <a href="{NAV_LINK8}" class="genmed">{NAV_NAME8}</a>
      | <a href="{NAV_LINK9}" class="genmed">{NAV_NAME9}</a>
      | <a href="{NAV_LINK10}" class="genmed">{NAV_NAME10}</a>
   <br />
   </tr>
</table>
<!-- rEdbar 2 --> <a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
   <tr>
      <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
         <tr>
            <td><a href="{U_INDEX}"><img src="templates/actionpoint/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
            <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span>
            <table cellspacing="0" cellpadding="2" border="0">
               <tr>
                  <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"><a href="{U_ALBUM}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_album.gif" width="12" height="13" border="0" alt="{L_ALBUM}" hspace="3" />{L_ALBUM}</a>&nbsp;&nbsp;<a href="{U_FAQ}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu">&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp;
                  <!-- BEGIN switch_user_logged_out -->
                  &nbsp;<a href="{U_REGISTER}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span>&nbsp;
                  <!-- END switch_user_logged_out -->
                  </td>
               </tr>
               <tr><!-- BEGIN switch_user_logged_in -->
&nbsp;<a href="javascript:void(0);" onClick="window.open('{S_JOIN_CHAT}','{Sohbet Odası}','scrollbars=no,width=540,height=450')" class="mainmenu"><img src="templates/actionpoint/images/Chat_box_logo.gif" width="12" height="13" border="0" hspace="3" />Sohbet Odası</a></span>&nbsp;
<!-- END switch_user_logged_in -->
                  <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>
               </tr>
            </table></td>
         </tr>
      </table>

      <br /><marquee>Deneme</marquee>


bunu yapıştır. "resim_buraya" yı değiştirrisin. değiştirirken tırnakları kaldırma.
Kullanıcı avatarı
MatrixNeo
Üye
Üye
 
İleti: 654
Kayıt: 10.01.2006, 10:19
Konum: İstanbul

Cvp: Arka Plan Resimi

İleti Burkay1905 23.04.2006, 17:05

Benim Kullandığım temayla alakalı galiba gene olmadı resim 1 sn line falan yükeleniyor tamamı gözüküyor sonra üstünü mesaj ponosu kapatıyor resimin boyutu çok büyük (enine boyuna) ondan olabilirmi
Burkay1905
Üye
Üye
 
İleti: 61
Kayıt: 24.03.2006, 19:34

Cvp: Arka Plan Resimi

İleti MatrixNeo 23.04.2006, 17:10

Kod: Tümünü seç
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/actionpoint/{T_HEAD_STYLESHEET}" type="text/css"><link rel="icon" href="templates/actionpoint/images/favicon.gif" />
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
   if ( {PRIVATE_MESSAGE_NEW_FLAG} )
   {
      window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
   }
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" />

<!-- rEdbar 2 -->
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
   <tr>
      <td class="catHead" height="37" align="center">
      <span class="genmed"><a href="{NAV_LINK1}" class="genmed">{NAV_NAME1}</a>
      | <a href="{NAV_LINK2}" class="genmed">{NAV_NAME2}</a>
      | <a href="{NAV_LINK3}" class="genmed">{NAV_NAME3}</a>
      | <a href="{NAV_LINK4}" class="genmed">{NAV_NAME4}</a>
      | <a href="{NAV_LINK5}" class="genmed">{NAV_NAME5}</a>
      | <a href="{NAV_LINK6}" class="genmed">{NAV_NAME6}</a>
      | <a href="{NAV_LINK7}" class="genmed">{NAV_NAME7}</a>
      | <a href="{NAV_LINK8}" class="genmed">{NAV_NAME8}</a>
      | <a href="{NAV_LINK9}" class="genmed">{NAV_NAME9}</a>
      | <a href="{NAV_LINK10}" class="genmed">{NAV_NAME10}</a>
   <br />
   </tr>
</table>
<!-- rEdbar 2 --> <a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
   <tr>
      <td class="bodyline" background="resim_buraya"><table width="100%" cellspacing="0" cellpadding="0" border="0">
         <tr>
            <td><a href="{U_INDEX}"><img src="templates/actionpoint/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
            <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span>
            <table cellspacing="0" cellpadding="2" border="0">
               <tr>
                  <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"><a href="{U_ALBUM}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_album.gif" width="12" height="13" border="0" alt="{L_ALBUM}" hspace="3" />{L_ALBUM}</a>&nbsp;&nbsp;<a href="{U_FAQ}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu">&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp;
                  <!-- BEGIN switch_user_logged_out -->
                  &nbsp;<a href="{U_REGISTER}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span>&nbsp;
                  <!-- END switch_user_logged_out -->
                  </td>
               </tr>
               <tr><!-- BEGIN switch_user_logged_in -->
&nbsp;<a href="javascript:void(0);" onClick="window.open('{S_JOIN_CHAT}','{Sohbet Odası}','scrollbars=no,width=540,height=450')" class="mainmenu"><img src="templates/actionpoint/images/Chat_box_logo.gif" width="12" height="13" border="0" hspace="3" />Sohbet Odası</a></span>&nbsp;
<!-- END switch_user_logged_in -->
                  <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/actionpoint/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td>
               </tr>
            </table></td>
         </tr>
      </table>

      <br /><marquee>Deneme</marquee>


pardon kardeş bu olacak :D :D şimdid dene.
Kullanıcı avatarı
MatrixNeo
Üye
Üye
 
İleti: 654
Kayıt: 10.01.2006, 10:19
Konum: İstanbul

Cvp: Arka Plan Resimi

İleti Burkay1905 23.04.2006, 17:22

oooo Saol be kardeş çok güzel oldu öptüm yanaklarından yardım için Saol ayrı bir hava verdi
Burkay1905
Üye
Üye
 
İleti: 61
Kayıt: 24.03.2006, 19:34

Sonraki

Soru(n)lar & Tartışmalar



Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 0 misafir

cron