|
|
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo
|
|
Przesunięty przez: joli 27-08-2007, 21:37 |
Rozsuwanie się forum |
Autor |
Wiadomość |
wizdaz

Posty: 62
|
Wysłany: 15-06-2004, 23:02 Rozsuwanie się forum
|
|
|
Witam
Jak zrobić żeby się forum nie rozsuwa?o? oczywięcie wiem że w PA jest opcja, ale chodzi mi oto że strona główna forum jest oki, tylko jak są posty to się rozszerza brzydko - tzn. poziomy suwak. Jak to zrobić, żeby się forum nie rozsuwa?o? dzienki na przykład :
http://www.niebylec.webd....pic.php?p=11#11
a żadnie jest tu http://www.niebylec.webd.pl/osp/forum/
jak się z tym upora?? |
|
|
|
 |
Gadatliwa Kasia
|
|
|
|
ergo

Pomógł: 2 razy Posty: 101
|
Wysłany: 16-06-2004, 02:40
|
|
|
pokaz mi zrodlo tego topa co tam wstawiasz, bo cos mi sie wydaje ze to z nim problem jest.
I co modyfikowales zeby ten top uzyskac ?? |
|
|
|
 |
wizdaz

Posty: 62
|
Wysłany: 16-06-2004, 10:25
|
|
|
no w sumie na stronie głównej forum dobrze się logo wyświetla, to chyba nie jest to wina logo. Forum przema też się w postach rozsuwa. Więc to chyba nie w tym problem, ale kod pliku overall_header.tpl jest taki:
Kod: |
<!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_DESC}
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" -->
<script language="JavaScript" src="http://www.niebylec.webd.pl/osp/gfx/js/data.js"></script>
<style type="text/css">
<!--
/*
The original subSilver Theme for phpBB version 2+
Created by subBlue design
http://www.subBlue.com
NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
theme administration centre. When you have finalised your style you could cut the final CSS code
and place it in an external file, deleting this section to save bandwidth.
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: {T_BODY_BGCOLOR};
scrollbar-face-color: {T_TR_COLOR2};
scrollbar-highlight-color: {T_TD_COLOR2};
scrollbar-shadow-color: {T_TR_COLOR2};
scrollbar-3dlight-color: {T_TR_COLOR3};
scrollbar-arrow-color: {T_BODY_LINK};
scrollbar-track-color: {T_TR_COLOR1};
scrollbar-darkshadow-color: {T_TH_COLOR1};
}
/* General font families for common tags */
font,th,td,p { font-family: {T_FONTFACE1} }
a:link,a:active,a:visited { color : {T_BODY_LINK}; }
p, td { font-size : 11; color : #000000; }
a:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
.bodyline { background-color: {T_TD_COLOR2}; border: 1px #98AAB1 solid; }
/* This is the outline round the main forum tables */
.forumline { background-color: #A9B8C2; border: solid #D1D7DC 0px; border-top-width: 1px; }
/* Main table cell colours and backgrounds */
td.row1 { background-color: {T_TR_COLOR1}; }
td.row2 { background-color: {T_TR_COLOR2}; }
td.row3 { background-color: {T_TR_COLOR3}; }
/*
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: {T_TD_COLOR2};
background-image: url('templates/subSilver/images/cellpic2.jpg');
background-repeat: repeat-y; height: 22px; }
/* Header cells - the blue and silver gradient backgrounds */
th {
color: {T_FONTCOLOR3}; font-size: {T_FONTSIZE2}px; font-weight : bold;
background-color: {T_BODY_LINK}; height: 25px;
background-image: url(templates/subSilver/images/{T_TH_CLASS2});
}
td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(templates/subSilver/images/{T_TH_CLASS1});
background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; 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 {
background-color: #C7D0D7; background-image: url('templates/subSilver/images/cellpic1.gif'); height: 22px;
}
th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom {
font-weight: bold; border: {T_TD_COLOR2}; height: 28px;
}
th.thCornerL,th.thTop,th.thCornerR
{ color: #FFA34F; font-size: 70%; font-weight: bold; background-color: #006699; background-image: url('templates/subSilver/images/cellpic3.gif'); height: 28px; }
td.row3Right,td.spaceRow {
background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid;
}
th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 0px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px; }
th.thLeft,td.catLeft { border-width: 0px; }
th.thBottom,td.catBottom { border-width: 0px; }
th.thTop { border-width: 0px; }
th.thCornerL { border-width: 0px; }
th.thCornerR { border-width: 0px; }
/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
}
/* General text */
.gen { font-size : {T_FONTSIZE3}px; }
.genmed { font-size : {T_FONTSIZE2}px; }
.gensmall { font-size : {T_FONTSIZE1}px; }
.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: {T_BODY_HLINK}; text-decoration: underline; }
/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; }
a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
a.cattitle { text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:hover{ text-decoration: underline; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
a.forumlink { text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
a.nav { text-decoration: none; color : {T_BODY_LINK}; }
a.nav:hover { text-decoration: underline; }
/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
a.topictitle:link { text-decoration: none; color : {T_BODY_LINK}; }
a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.topictitle:hover { text-decoration: underline; color : {T_BODY_HLINK}; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
/* Location, number of posts, post date etc */
.postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }
/* The content of the posts (body of text) */
.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
a.postlink:link { text-decoration: none; color : {T_BODY_LINK} }
a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}
/* Quote & Code blocks */
.code {
font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; 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 : {T_FONTSIZE1}px; color: {T_FONTCOLOR1}; font-family: {T_FONTFACE1}; letter-spacing: -1px;}
a.copyright { text-decoration: none; color : #006699; }
a.copyright:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
/* Form elements */
input,textarea, select {
color : {T_BODY_TEXT};
font: normal {T_FONTSIZE2}px {T_FONTFACE1};
border-color : {T_BODY_TEXT};
}
/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #EFEFEF;
}
input.post2, textarea.post2, radio.post2 select {
background-color : #DEE3E7;
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color : {T_TR_COLOR1};
color : {T_BODY_TEXT};
font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
}
/* The main submit button option */
input.mainoption {
background-color : {T_TD_COLOR1};
font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
background-color : {T_TD_COLOR1};
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: {T_TR_COLOR2}; border-style: none; }
/* Highlight bad words for moderators instead of censoring them */
span.badwordhighlight {
background-color: #FFFF00;
}
.topbkg{background: #dbe3ee url(templates/subSilver/images/cellpic_bkg.jpg) repeat-x}
.topnav{font-size:10px;background: #e5ebf3 url(templates/subSilver/images/cellpic_nav.gif) repeat-x;color:#dd6900;
height: 21px; white-space: nowrap; text-align: center; border: 0px solid #91a0ae; border-width: 1px 0 1px 0}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");
-->
</style>
<!-- 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 -->
<!-- BEGIN switch_report_popup -->
<script language="Javascript" type="text/javascript">
<!--
report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=yes,WIDTH={switch_report_popup.S_WIDTH}');;
report.focus();
//-->
</script>
<!-- END switch_report_popup -->
<script language="JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore)
{
//v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
<SCRIPT LANGUAGE="JavaScript">
<!--
function mpFoto(img)
{
foto1= new Image();
foto1.src=(img);
mpControl(img);
}
function mpControl(img)
{
if((foto1.width!=0)&&(foto1.height!=0))
{
viewFoto(img);
}
else
{
mpFunc="mpControl('"+img+"')";
intervallo=setTimeout(mpFunc,20);
}
}
function viewFoto(img)
{
largh=foto1.width+20;
altez=foto1.height+20;
string="width="+largh+",height="+altez;
finestra=window.open(img,"",string);
}
//-->
</script>
<!-- BEGIN switch_enable_greeting_popup -->
<script language="Javascript" type="text/javascript">
<!--
var greeting_flag = {GREETING_FLAG};
if( greeting_flag )
{
window.open('{U_GREETING_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
}
//-->
</script>
<!-- END switch_enable_greeting_popup -->
<script language="Javascript" type="text/javascript">
<!--
function setCheckboxes(theForm, elementName, isChecked)
{
var chkboxes = document.forms[theForm].elements[elementName];
var count = chkboxes.length;
if (count)
{
for (var i = 0; i < count; i++)
{
chkboxes[i].checked = isChecked;
}
}
else
{
chkboxes.checked = isChecked;
}
return true;
}
//-->
</script>
{POPUP_ALBUM}
{LOADING_HEADER}
</head>
{LOAD_BODY}
{OVERLIB}
{WIDTH_OVERALL}
<a name="top"></a>{ROTATE_BANNER_1}
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td class="bodyline">
{ROTATE_BANNER_2}{BANNER_TOP}
<!-- BEGIN header -->
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td>
<table class="borders" cellspacing="0" cellpadding="0" width="755" align="center" border="0">
<tbody><tr>
<td valign="bottom"><!--bgColor=#e6e5df--><img height="70" alt src="http://www.niebylec.webd.pl/osp/gfx/02.gif" width="250"></td>
<td width="532"> <!--bgcolor="#e6e5df"--> </td><td width valign="bottom"><!--bgColor=#e6e5df-->
<!--baner--->
<a href="http://www.horpol.com">
<img border="0" src="http://www.niebylec.webd.pl/osp/horpol/horpol_baner.gif" alt="HORPOL - kompleksowa ochrona przeciwpo?arowa"
width="468" height="60"></a><!--koniec banera-->
</td></tr></tbody></table>
<table class="borders" cellspacing="0" cellpadding="0" width="755" align="center" border="0">
<tbody><tr><td><a href="http://www.osp-konieczkowa.prv.pl">
<img height="28" alt src="http://www.niebylec.webd.pl/osp/gfx/06.gif" width="272" border="0"></a></td>
<td width="231" background="http://www.niebylec.webd.pl/osp/gfx/07.gif" height="28"><font class="m">
<script>document.write(" " + getDateStr())</script>
</font></td>
<td><a href="http://www.osp-konieczkowa.prv.pl" onclick="this.style.behavior='url(#default#homepage)'; this.setHomePage('http://www.osp-konieczkowa.prv.pl');">
<img height="28" alt="Ustaw jako strona startowa" src="http://www.niebylec.webd.pl/osp/gfx/08.gif" width="32" border="0"></a></td>
<td><a href="javascript:window.external.AddFavorite('http://www.osp-konieczkowa.prv.pl','Portal Ochotniczej Stra?y Po?arnej w Konieczkowej')">
<img height="28" alt="Dodaj nas do ulubionych ;-)" src="http://www.niebylec.webd.pl/osp/gfx/10.gif" width="32" border="0"></a></td>
<td><a href="http://www.osp-konieczkowa.webd.pl">
<img height="28" alt="Strona główna" src="http://www.niebylec.webd.pl/osp/gfx/09.gif" width="31" border="0"></a></td>
<td><a href="materials.php">
<img height="28" alt="Materiały udostępnione przez inne osoby" src="http://www.niebylec.webd.pl/osp/gfx/11b.gif" width="31" border="0"></a></td>
<td><a href="mailto:osp-konieczkowa@wp.pl">
<img height="28" alt="Napisz do nas!" src="http://www.niebylec.webd.pl/osp/gfx/11.gif" width="31" border="0"></a></td>
<td><a href="http://www.niebylec.webd.pl/osp/info.php">
<img height="28" alt="Informacje o serwisie" src="http://www.niebylec.webd.pl/osp/gfx/12.gif" width="31" border="0"></a></td>
<td><a href="http://www.webd.pl/" target=_blank>
<img height="28" alt="Hostuje nas serwis WebD.pl" src="http://www.niebylec.webd.pl/osp/gfx/13.gif" width="77" border="0"></a></td>
</tr></tbody></table>
<table class="borders" cellspacing="0" cellpadding="0" width="755" align="center" border="0">
<tbody><tr><td><img height="50" alt src="http://www.niebylec.webd.pl/osp/gfx/14.gif" width="260"></td>
<td><img height="50" src="http://www.niebylec.webd.pl/osp/gfx/portal.gif" width="497" border="0"></td>
</table>
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td width="35%"></td>
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu" width=65%>
<!-- BEGIN switch_user_logged_in -->
<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a>
<a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>
<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>
<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
<!-- BEGIN statistics -->
<a href="{U_STAT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_statistics.gif" width="12" height="13" border="0" alt="{L_STATISTICS}" hspace="3" />{L_STATISTICS}</a>
<!-- END statistics -->
<!-- BEGIN album -->
<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>
<!-- END album -->
<!-- BEGIN chat -->
<a href="{S_JOIN_CHAT}" target="_blank"class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" hspace="3" />Chat</a>
<!-- END chat -->
</tr>
<tr>
<td width=35%></td>
<td width=65% height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">
<a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>
<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>
<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a>
<a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>
<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>
<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
<!-- BEGIN statistics -->
<a href="{U_STAT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_statistics.gif" width="12" height="13" border="0" alt="{L_STATISTICS}" hspace="3" />{L_STATISTICS}</a>
<!-- END statistics -->
</span></td>
</tr>
<tr>
<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">
<a href="{U_REGISTER}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a>
<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>
<!-- BEGIN album -->
<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>
<!-- END album -->
<!-- BEGIN chat -->
<a href="{S_JOIN_CHAT}" target="_blank"class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" hspace="3" />Chat</a>
<!-- END chat -->
<!-- BEGIN download -->
<a href="{U_DOWNLOADS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_d.gif" width="13" height="13" border="0" alt="{L_DOWNLOADS}" hspace="3" />{L_DOWNLOADS}</a>
<!-- END download -->
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_report_list -->
<a href="{switch_report_list.U_REPORT_LIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_report_list.gif" width="12" height="13" border="0" alt="{switch_report_list.L_REPORT_LIST}" hspace="3" />{switch_report_list.L_REPORT_LIST}</a></span>
<!-- END switch_report_list -->
</span></td>
</tr>
</table>
<!-- BEGIN switch_user_logged_in -->
<td align="center" nowrap="nowrap">{MY_AVATAR_IMG}</td>
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
<!-- END header -->
{ROTATE_BANNER_3}
<!-- BEGIN switch_enable_board_msg -->
<table width="100%" class="forumline" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<th class="thCornerL" height="25" nowrap="nowrap"> {L_BOARD_MSG} </th>
</tr>
<tr>
<td class="row1"><span class="gen">{BOARD_MSG}</a></span></td>
</tr>
</table></table>
<!-- END switch_enable_board_msg --> |
|
|
|
|
 |
ergo

Pomógł: 2 razy Posty: 101
|
Wysłany: 16-06-2004, 12:26
|
|
|
jezuu... nie dodawaj calego kodu generujaceg oforum bo sie pochlastac mozna czytajac to, sam naglowek ktry ty zrobiles daj .
proponuje zebys w tym fragmencie kodu:
Kod: | <!-- BEGIN header -->
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td> |
zmienil width="100%" na zadana szerokosc forum np. width="780". i w klej mi sam naglowek bo to sie kiepsko czyta |
|
|
|
 |
wizdaz

Posty: 62
|
Wysłany: 17-06-2004, 17:43
|
|
|
dzienki ergo. Ale nie w tym był błąd - to experience, hp poziom mi forum rozciąga?y. Wystarczyło wyłączyć i już się forum nie rozciąga?o :-] - dzienki |
|
|
|
 |
|
Nie możesz pisać nowych tematów Nie możesz odpowiadać w tematach Nie możesz zmieniać swoich postów Nie możesz usuwać swoich postów Nie możesz głosować w ankietach Nie możesz załączać plików na tym forum Możesz ściągać załączniki na tym forum
|
Dodaj temat do Ulubionych Wersja do druku
|
Kopiowanie wszelkich treści zawartych na forum, modyfikacji oraz instrukcji bez zgody administracji i autorów tematów/postów zabronione!
Powered by phpBB modified by Przemo © 2003 phpBB
| Strona wygenerowana w 0,22 sekundy. Zapytań do SQL: 13 | |
 |
|