#1 (permalink)  
Alt 24.08.2004, 08:26
Benutzerbild von bedan  
Registriert seit: 09.08.2004
Beiträge: 40
Standard

Hallo,

ich m?chte die Hintergrundfarbe im inneren Teil von weiss auf #----#?ndern, welche Datei ist hierf?r ma?gebend?

Lieben Dank vorab,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 24.08.2004, 09:24
 
Registriert seit: 03.08.2004
Beiträge: 72
Beitrag

holla,

index.html des verwendeten templates ansehen....
die ersten beiden zeilen bei mir (standart template xt2):

{config_load file="$language/lang_$language.conf" section="index"}
<table width="100%" height="100%" border="0" align="right" cellpadding="0" cellspacing="0">

hier halt deine farbe einf?gen.... hier im beispiel blau:
<table bgcolor="#0000ff" width="100%" height="100%" border="0" align="right" cellpadding="0" cellspacing="0">

ciao mobbob
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 24.08.2004, 10:01
Benutzerbild von bedan  
Registriert seit: 09.08.2004
Beiträge: 40
Standard

hmm, bei mir sieht die index.html vom Template so aus:

Zitat:
<body background="%7B$tpl_path%7Dimg/bg_main.jpg">
{config_load file="$language/lang_$language.conf" section="index"}
<table width="100%" align="center">
<tr>
<td class="tableShop">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr class="header">
<td width="850" valign="top" height="90" background="{$tpl_path}img/bgtop_850.jpg"></td>
<td background="{$tpl_path}img/bgtop2.jpg" align="left" height="90">
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="35" background="{$tpl_path}img/bgtop3.jpg"></td>
<td height="35" background="{$tpl_path}img/bgtop3_1.jpg"></td>
<td width="320" height="35" background="{$tpl_path}img/bgtop4.jpg"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="400" height="30" background="{$tpl_path}img/bgtop5.gif"></td>
<td></td>
<td width="308" height="30" background="{$tpl_path}img/bgtop7.gif" valign="top">
<div align="center"><font color="#FFFFFF"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">{if
$account}{php} if (isset($_SESSION['customer_id'])) { {/php}{#link_logoff#}
| {php} } {/php}{/if}{if $account}{#link_account#}
| {/if}{#link_cart#} | {#link_checkout#}</font>
</font></div>
</td>
</tr>
</table>
<!#header_eof //-->
<!#body //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="125" valign="top" class="navLeft" bgcolor="5D84CF">
<table border="0" width="125" cellspacing="0" cellpadding="0">
<!#left_navigation //-->
<!#left_navigation_eof //-->
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<!#Boxen im Template -------------------------------------------//-->
{$box_CATEGORIES}
<!-- {$box_ADD_QUICKIE} --//-->
{$box_CONTENT} {$box_WHATSNEW} {$box_SPECIALS} {$box_REVIEWS}
<!-- {$box_SPECIALS} --//-->
{$box_SEARCH} {$box_CONTENT2} {$box_FORUM} {$box_AFFILIATE}
{$box_INFORMATION} </td>
</tr>
</table>
</td>
<!#body_text //-->
<td class="tableBody" width="100%" valign="top">
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><font color="#000000">Sie
befinden sich in
{$navtrail}</font></font> </td>
</tr>
</table>
<div align="center">

</div>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><font size="1" face="Verdana, Arial, Helvetica, sans-serif">{$main_content}</font>
</td>
</tr>
</table>
<font size="1" face="Verdana, Arial, Helvetica, sans-serif"> </font>
<font size="1" face="Verdana, Arial, Helvetica, sans-serif"> </font></td>
<!#body_text_eof //-->
<td width="125" valign="top" class="navRight" bgcolor="5D84CF">
<table border="0" width="125" cellspacing="0" cellpadding="0">
<!#right_navigation //-->
<!#right_navigation_eof //-->
</table>
<table width="169" border="0" cellspacing="0" cellpadding="0" height="46">
<tr>
<td background="{$tpl_path}img/menu0_rechts.jpg"></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>


{$box_CART} {$box_LOGIN}
<!--{$box_INFOBOX}//-->
{$box_ADMIN}{$box_BESTSELLERS} {$box_CURRENCIES} {$box_LANGUAGES}
{$box_MANUFACTURERS_INFO} {$box_MANUFACTURERS} {$box_NOTIFICATIONS}
{$box_TELL_FRIEND} </p>
</td>
</tr>
</table> </td>
</tr>
</table>
<!#body_eof //-->
<!#footer //-->
<table border="0" width="100%" cellspacing="0" cellpadding="1">
<tr class="footer">
<td class="footer"></td>
<td align="right" class="footer"></td>
</tr>
</table></td>
</tr>
</table>


<div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&copy;
2004 by Bernd Daniel ; powered: XT-Commerce</font></div>

bis dann mal,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 24.08.2004, 10:05
Benutzerbild von mzanier
xt:Commerce GmbH, Geschäftsführung
 
Registriert seit: 18.04.2003
Beiträge: 27.414
Standard

hast du kein html programm ? einfach damit ?ffnen und die hintergrunfarbe f?r diese tabelle setzten.
__________________
xt:Commerce Helpdesk
xt:Commerce Blog

xt:Commerce Warenwirtschaft

###

Offene Stellen bei xt:Commerce!
xt:Commerce stellt ein
###
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 24.08.2004, 13:00
Benutzerbild von polkhigh33
xt:C Supportmitarbeiter
 
Registriert seit: 26.10.2003
Ort: Hamburg
Beiträge: 6.862
Standard

so wirds jedenfalls schon mal nicht funzen....
Zitat:
<body background="%7B$tpl_path%7Dimg/bg_main.jpg">
da muss es heissen
Code:
<body background="{$tpl_path}img/bg_main.jpg">
aufpassen dass dir der editor in der wysiwyg ansicht keinen streich spielt !
__________________
dieser beitrag ist ohne gewähr und stellt nur meine meinung und keinesfalls eine rechtsberatung dar. im zweifelsfalle ist er ironisch gemeint.
.:netzdesign33.de:. | .:blog33.de:.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
hintergrundfarbe

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus



Alle Zeitangaben in WEZ +1. Es ist jetzt 11:58 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand