Forum Boyutları

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

Forum Boyutları

İleti rapdinle 28.12.2005, 11:17

selam forumumun boyutlarını nasıl değiştirebilirim yani genişliğini daraltmak gibi
Kullanıcı avatarı
rapdinle
Üye
Üye
 
İleti: 185
Kayıt: 10.11.2005, 07:44
Konum: İstanbul

Cvp: Forum Boyutları

İleti Ares 28.12.2005, 12:33

http://eski.canver.net/viewtopic.php?t=5066

ALEXIS yazdı:overall_header.tpl 'de değişiklik yap:

BUL

Kod: Tümünü seç
<body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4">

<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">




SATIRİÇİ BUL



Kod: Tümünü seç
<table width="100%"




BUNUNLA DEĞİŞTİR

Kod: Tümünü seç
<table width="780"




web standardı olarak 780 px kullanılır. Site çerçevesi kötü olabilir, bunun için HTML öğrenmelisin....
Ares
Üye
Üye
 
İleti: 285
Kayıt: 12.11.2005, 22:52
Konum: Yurt Dışı

Cvp: Forum Boyutları

İleti Seyduna 28.12.2005, 21:22

bendeki overall_header.tpl dosyasında böyle bir satır bulunamıyor , acaba tema dan tema ya değişiyor mu ki ?
Seyduna
Üye
Üye
 
İleti: 50
Kayıt: 13.12.2005, 15:59

İleti HüRKaN 28.12.2005, 21:28

frontpage yada dreamweawer kullanabilirsin ;)
HüRKaN
Üye
Üye
 
İleti: 43
Kayıt: 11.11.2005, 18:43

İleti

ALEXIS
28.12.2005, 23:59

Temadan temaya değişiyor ama o kodlar hep benzerdir.
Kullanıcı avatarı
ALEXIS
Site Yöneticisi
Site Yöneticisi
 
İleti: 2563
Kayıt: 30.06.2005, 09:08

Cvp: Forum Boyutları

İleti rapdinle 29.12.2005, 08:49

dediğinizi yaptım forum daraldı ama ... sayfa da bu sefer sola kaydı :shock: :-1: ne yapmam gerekir overall_header.tpl yi ekleyeyim buraya...

[syntax="html"]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" 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 name="Author" content="http://www.phpbbstyles.com" />
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="{T_TEMPLATE_PATH}/style_{TPL_COLOR}.css" type="text/css" />
<style type="text/css">
<!--
@import url("{T_TEMPLATE_PATH}/formIE.css");
-->
</style>
<script language="javascript" type="text/javascript">
<!--

var PreloadFlag = false;
var expDays = 90;
var exp = new Date();
var tmp = '';
var tmp_counter = 0;
var tmp_open = 0;

exp.setTime(exp.getTime() + (expDays*24*60*60*1000));

function SetCookie(name, value)
{
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape(value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}

function getCookieVal(offset)
{
var endstr = document.cookie.indexOf(";",offset);
if (endstr == -1)
{
endstr = document.cookie.length;
}
return unescape(document.cookie.substring(offset, endstr));
}

function GetCookie(name)
{
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen)
{
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal(j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0)
break;
}
return null;
}

function ShowHide(id1, id2, id3)
{
var res = expMenu(id1);
if (id2 != '') expMenu(id2);
if (id3 != '') SetCookie(id3, res, exp);
}

function expMenu(id)
{
var itm = null;
if (document.getElementById)
{
itm = document.getElementById(id);
}
else if (document.all)
{
itm = document.all[id];
}
else if (document.layers)
{
itm = document.layers[id];
}
if (!itm)
{
// do nothing
}
else if (itm.style)
{
if (itm.style.display == "none")
{
itm.style.display = "";
return 1;
}
else
{
itm.style.display = "none";
return 2;
}
}
else
{
itm.visibility = "show";
return 1;
}
}

//-->
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#3B88C5" vlink="#3279B2" alink="#FF9C00">
<a name="top"></a>
<table border="0" cellspacing="0" cellpadding="0" width="90%" height="100%">
<tr>
<td width="10" class="border_left"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="10" height="1" alt="" /></td>
<td width="100%" height="100%" class="content" align="center" valign="top">
<div id="header-box">
<div id="header-left"><a href="{U_INDEX}"><img src="{T_TEMPLATE_PATH}/images/{TPL_COLOR}/logo_left.gif" width="125" height="69" alt="{L_INDEX}" /></a></div>
<div id="header-right"><img src="{T_TEMPLATE_PATH}/images/{TPL_COLOR}/logo_right.gif" width="125" height="69" alt="" /></div>
<div id="header-center">
<b>{SITENAME}</b><br />
{SITE_DESCRIPTION}
</div>
</div>
<div id="navigation">
<!-- BEGIN switch_user_logged_out -->
&nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>&nbsp; |
<!-- END switch_user_logged_out -->
&nbsp;<a href="{U_FAQ}">{L_FAQ}</a>&nbsp; |
&nbsp;<a href="{U_SEARCH}">{L_SEARCH}</a>&nbsp; |
&nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp; |
&nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>&nbsp; |
<!-- BEGIN switch_user_logged_in -->
&nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; |
&nbsp;<a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}{C_PM}</a>&nbsp; |
<!-- END switch_user_logged_in -->
&nbsp;<a href="{U_LOGIN_LOGOUT}">{CA_L_LOGIN_LOGOUT}</a>&nbsp;
</div>
<div id="content">
<!-- BEGIN switch_xs_enabled -->
<?php if($this->vars['CA_NEW_MSGS'] && $this->vars['PRIVATE_MESSAGE_INFO'] !== $this->vars['CA_L_NO_MSG'] && !defined('CA_POPUP_SHOWED')) { ?>
<div id="newmsgs"><a href="{U_PRIVATEMSGS}" class="newmsgs">{PRIVATE_MESSAGE_INFO}</a></div>
<?php define('CA_POPUP_SHOWED', true); } ?>
<!-- END switch_xs_enabled -->

<!-- BEGIN ca_new_privmsgs -->
{CA_XS_COMMENT_START}<div id="newmsgs"><a href="{U_PRIVATEMSGS}" class="newmsgs">{ca_new_privmsgs.TEXT}</a></div>{CA_XS_COMMENT_END}
<!-- END ca_new_privmsgs -->
[/syntax]
Kullanıcı avatarı
rapdinle
Üye
Üye
 
İleti: 185
Kayıt: 10.11.2005, 07:44
Konum: İstanbul

İleti

ALEXIS
29.12.2005, 08:52

BUNU değiştir

[syntax="html"]<table border="0" cellspacing="0" cellpadding="0" width="90%" height="100%">[/syntax]

BÖYLE

[syntax="html"]<table border="0" cellspacing="0" cellpadding="0" width="90%" height="100%" align="center">[/syntax]
Kullanıcı avatarı
ALEXIS
Site Yöneticisi
Site Yöneticisi
 
İleti: 2563
Kayıt: 30.06.2005, 09:08

Firefoxla başım dertte...

İleti Marashall 03.02.2006, 03:23

Arkadaşlar aynı sorun bende de var temam aphrodite_style_blue
overal header'deki

BU Kodu


Kod: Tümünü seç
<table cellspacing="0" width="100%" id="forum">




Bununla değiştirdim


Kod: Tümünü seç
<table cellspacing="0" width="85%" align="center" id="forum">


Ama internet explorer normal gösteriyo yani ortalı.

Firefox sola yanaşık gösteriyo...

Anlayacağınız firefoxla başım dertte
Bunun çözümü yokmudur.
Kullanıcı avatarı
Marashall
Üye
Üye
 
İleti: 62
Kayıt: 01.02.2006, 23:45

İleti the_alorak 03.02.2006, 13:07

Kod: Tümünü seç
id="forum"

kısmını silerek eğer değer atanmışsa (ki sanmıyorum)o değerin silinmesini sağlayabilirsin.Ayrıca 85% yerine belli bir sayı değeri girerek.Sorunun o mu olduğunu öğrenebilirsin.Şuanki kodda sorun yok gibi başka bir yerde açık kod varsa firefox tanımayabilir.
Kullanıcı avatarı
the_alorak
Üye
Üye
 
İleti: 212
Kayıt: 08.10.2005, 20:30
Konum: Zonguldak


Soru(n)lar & Tartışmalar



Kimler çevrimiçi

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

cron