Hallo,
ich wollte eine kleines HP machen und habe das wbb lite und das Portal Hack installiert.
Jetzt wollte ich das Template ändern.
Das Portal ist in 3 spalten aufgeteilt.
1. die linke box - portal_box.tpl
2. die news - portal_box3.tpl
3. die rechte box - portal_box2.tpl
die linke box ist die feste Navigationsbox. Ich wollte das Hintergrundbild der Überschrift ändern.
Was auch klappt.
Leider ändern er nicht nur das Hintergrundbild der linken box, sondern er setzt auch das Hintergrundbild der rechten box.
Sobal ich irgendetwas, irgendwie ändere um das Hintergrundbild der linken box zu ändern, ändert er es auch bei der rechten box.
Hoffe ihr versteht mich und könnt mir helfen.
portal_box.tpl:
Portal_box3.tpl
portal_box2.tpl
css-file:
Thanks
ich wollte eine kleines HP machen und habe das wbb lite und das Portal Hack installiert.
Jetzt wollte ich das Template ändern.
Das Portal ist in 3 spalten aufgeteilt.
1. die linke box - portal_box.tpl
2. die news - portal_box3.tpl
3. die rechte box - portal_box2.tpl
die linke box ist die feste Navigationsbox. Ich wollte das Hintergrundbild der Überschrift ändern.
Was auch klappt.
Leider ändern er nicht nur das Hintergrundbild der linken box, sondern er setzt auch das Hintergrundbild der rechten box.
Sobal ich irgendetwas, irgendwie ändere um das Hintergrundbild der linken box zu ändern, ändert er es auch bei der rechten box.
Hoffe ihr versteht mich und könnt mir helfen.
portal_box.tpl:
<!-- START Boxen -->
<table border=0 cellpadding=0 cellspacing=0 width="208">
<tr>
<td>
<table cellpadding=2 cellspacing=1 border=0 bgcolor="{tableinbordercolor}" width="100%">
<tr bgcolor="{tabletitlecolor}" id="tt">
<td width="208" height="33">$showhide_link
<smallfont color="{fontcolorsecond}"><div align="center"><b>$boxname</b></div></font>
</td></tr>
<tr bgcolor="{tablecolora}" id="tablea">
<td><normalfont>
$boxinhalt
</font>
</td></tr></table>
</td></tr></table>
<br>
<!-- END Boxen -->
Portal_box3.tpl
<!-- START Boxen -->
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr id="tt">
<td><normalfont>
$info[boxcontent]
</font>
</td></tr>
</table>
<!-- END Boxen -->
portal_box2.tpl
<!-- START Boxen -->
<table border=0 cellpadding=0 cellspacing=0 width="100%">
<tr>
<td>
<table cellpadding=2 cellspacing=1 border=0 bgcolor="{tableinbordercolor}" width="100%">
<tr bgcolor="{tabletitlecolor}">
<td>$showhide_link <normalfont color="{fontcolorsecond}"><b>$boxname</b></font>
</td></tr>
<tr bgcolor="{tablecolora}">
<td><normalfont>
$boxinhalt
</font>
</td></tr></table>
</td></tr></table>
<br>
<!-- END Boxen -->
css-file:
Standard~~~Standard~~~-1
<body~~~<body bgcolor="#004671" text="#000000"~~~{tableoutbordercolor}~~~#ffffff~~~{tableinbordercolor}~~~#000000~~~{tabletitlecolor}~~~#0B6295~~~{tablecolora}~~~#f5f5f5~~~{tablecolorb}~~~#EDEDED~~~{fontcolorsecond}~~~#ffffff~~~{fontcolorthird}~~~#ffffff~~~{tablecatcolor}~~~#3F92D9~~~{tableinwidth}~~~98%~~~{timecolor}~~~#000000~~~{imagefolder}~~~images~~~<hilight>~~~<font color="red"><b>~~~</hilight>~~~</b></font>~~~{inposttablecolor}~~~#ffffff~~~{prefixcolor}~~~#000000~~~{mainbgcolor}~~~#0B6295~~~{css}~~~BODY { SCROLLBAR-BASE-COLOR: #0B6295; SCROLLBAR-ARROW-COLOR: #FFFFFF; }
SELECT {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF;
}
TEXTAREA {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF;
}
.input {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
.topnavi {
padding-right: 5px;
padding-bottom: 18px;
padding-left: 5px;
}
#bg A:link, #bg A:visited, #bg A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#bg A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tablea A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tableb A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #ffffff; TEXT-DECORATION: underline; }
#tablecat A:hover { COLOR: #ffffff; TEXT-DECORATION: none; }
#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #000000; TEXT-DECORATION: none; }
#tabletitle A:hover { COLOR: #000000; TEXT-DECORATION: underline; }
#tabletitle { background-image: url(images/cellpic.gif); }
.clsCursor { cursor: hand}~~~{cssfile}~~~ ~~~{imageback}~~~background="images/cellpic.gif"~~~{imagelogo}~~~<img src="images/logo.gif" border=0>~~~<smallfont~~~<font face="Tahoma,Helvetica" size="1"~~~<normalfont~~~<font face="Tahoma,Helvetica" size="2"~~~{!DOCTYPE}~~~<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">~~~{tableoutwidth}~~~100%~~~
Thanks