Jump to content
xt:Commerce Community Forum

Browserdarstellung ?ndern


Recommended Posts

Hallo Ihr Lieben..

.. mal wieder die Frau, die sich versucht mit Technik auszukennen.

Soweit l?uft auch alles ganz gut..

Hab allerdings eine Frage. Gibt es die M?glichkeit, den XT Shop im Browser kleiner darzustellen oder gibt es nur die Option den Shop ?ber das ganze Browserbild darzustellen?

F?r Hilfe wie immer sehr dankbar..

Tatjana

Link to comment
Share on other sites

Will mich ja nicht bl?der anstellen als ich bin.. Hab das soweit auch alles echt gut hinbekommen. Keine Fehlermeldungen, Farben ge?ndert.. Shop soweit eingerichtet.

Nun ja und jetzt eben dieses Prob..

Hab jetzt die index.html aus folgendem Verzeichnis ge?ffnet:

xtcommerce/templates/xtc2/index.html

Dort erscheint das:

{config_load file="$language/lang_$language.conf" section="index"}

<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">

<tr>

<td><table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td><div align="center">top_logo.jpg</div></td>

</tr>

<tr>

<td style="border-top: 1px solid; border-bottom: 1px solid; border-color: #C5C5C5;"><table width="100%" border="0" cellpadding="2" cellspacing="0">

<tr>

<td class="main">{$navtrail}</td>

<td class="main"><div align="right">{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}{#link_logoff#} | {php} } {/php}{/if}{if $account}{#link_account#} | {/if}{#link_cart#} | {#link_checkout#}</div></td>

</tr>

</table></td>

</tr>

<tr>

<td><table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td background="{$tpl_path}img/bg_left_column.jpg" class="navLeft" width="185" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

<td>{$box_CATEGORIES} {$box_ADD_QUICKIE} {$box_CONTENT} {$box_INFORMATION} {$box_REVIEWS} {$box_SEARCH} {$box_SPECIALS} {$box_WHATSNEW}</td>

</tr>

</table>

<blockquote></blockquote></td>

<td valign="top"><table width="100%" border="0" cellspacing="4" cellpadding="0">

<tr>

<td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>

<td class="main">{$main_content}</td>

</tr>

</table></td>

</tr>

</table></td>

<td bgcolor="E6E6E6" style="border-left: 4px solid; border-top: 4px solid; border-color: #666666;" width="185" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td>{$box_CART} {$box_LOGIN} {$box_ADMIN} {$box_BESTSELLERS}

{$box_INFOBOX} {$box_CURRENCIES} {$box_LANGUAGES} {$box_MANUFACTURERS_INFO} {$box_MANUFACTURERS} {$box_NOTIFICATIONS} {$box_TELL_FRIEND} </td>

</tr>

</table></td>

</tr>

<tr>

<td colspan="3" valign="top"><table width="100%" height="4" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="50%" height="4" class="main" style="border-top: 4px solid; border-top: 4px solid; border-color: #C5C5C5;"> </td>

<td width="50%" height="4" style="border-top: 4px solid; border-top: 4px solid; border-color: #666666;"></td>

</tr>

</table></td>

</tr>

</table></td>

</tr>

</table></td>

</tr>

</table>

Hier steht leider nix von body, oder hab ich die falsche index.html? Vielleicht kannst du mir ja nochmal helfen?

Vielen Dank.. ist echt lieb!

Link to comment
Share on other sites

Dankesch?n..

Also, das mit dem Body hab ich so wie es aussieht hinbekommen.. hab in der Index.html einen body erstellt.. und den Div eingesetzt. In der Vorschau von Dreamweaver wird es jetzt auch kleiner dargestellt.. allerdings linksb?ndig. Wie kann ich das ganze jetzt noch zentrieren?

So, und jetzt hab ich noch das Problem, dass ich in den Admininterface nicht mehr reinkomme.. kann mich zwar einloggen, aber wenn ich dann auf admin klicke geht er wieder auf den Anmeldebereich zur?ck?

Liegt das jetzt an der Bodyver?nderung?

Link to comment
Share on other sites

??? Du hast den Div so in die index.html wie oben beschrieben ? dann kannst Du dem Div noch ein align="center" mitgeben, dann sollte das ganze zentriert sein.

Das mit dem Admin hat andere ursachen, da gibts schon einige L?sungen hier im Forum ... .einfach mal suchen.

Link to comment
Share on other sites

Hola Morix,

erstmal danke f?r deine Geduld.

Also, mein index.html datei sieht im Dreamweaver jetzt so aus. Mit Body, Div .. und so weiter. Den hab ich auch auf Center gesetzt, nur leider wird es noch immer nicht zentriert angezeigt. Woran kanns liegen?

{config_load file="$language/lang_$language.conf" section="index"}

<body>

<div align="center" style="width:700px">

<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">

<tr>

<td><table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td>top_logo.jpg</td>

</tr>

<tr>

<td style="border-top: 1px solid; border-bottom: 1px solid; border-color: #C5C5C5;"><table width="100%" border="0" cellpadding="2" cellspacing="0">

<tr>

<td class="main">{$navtrail}</td>

<td class="main"><div align="right">{if $account}{php} if (isset($_SESSION['customer_id']))

{ {/php}{#link_logoff#}

| {php} } {/php}{/if}{if $account}{#link_account#}

| {/if}{#link_cart#}

| {#link_checkout#}</div></td>

</tr>

</table></td>

</tr>

<tr>

<td><table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td background="../XT_Commerce_Backup/%7B$tpl_path%7Dimg/bg_left_column.jpg" class="navLeft" width="185" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

<td>{$box_CATEGORIES} {$box_ADD_QUICKIE} {$box_CONTENT}

{$box_INFORMATION} {$box_REVIEWS} {$box_SEARCH} {$box_SPECIALS}

{$box_WHATSNEW}</td>

</tr>

</table>

<blockquote></blockquote></td>

<td valign="top"><table width="100%" border="0" cellspacing="4" cellpadding="0">

<tr>

<td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>

<td class="main">{$main_content}</td>

</tr>

</table></td>

</tr>

</table></td>

<td bgcolor="E6E6E6" style="border-left: 4px solid; border-top: 4px solid; border-color: #666666;" width="185" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td>{$box_CART} {$box_LOGIN} {$box_ADMIN} {$box_BESTSELLERS}

{$box_INFOBOX} {$box_CURRENCIES} {$box_LANGUAGES} {$box_MANUFACTURERS_INFO}

{$box_MANUFACTURERS} {$box_NOTIFICATIONS} {$box_TELL_FRIEND}

</td>

</tr>

</table></td>

</tr>

<tr>

<td colspan="3" valign="top"><table width="100%" height="4" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="50%" height="4" class="main" style="border-top: 4px solid; border-top: 4px solid; border-color: #C5C5C5;">

</td>

<td width="50%" height="4" style="border-top: 4px solid; border-top: 4px solid; border-color: #666666;"></td>

</tr>

</table></td>

</tr>

</table></td>

</tr>

</table></td>

</tr>

</table>

</div>

</body>

Schon mal Danke im Voraus..

Tati

Link to comment
Share on other sites

Also so langsam komm ich mir ja echt bl?d vor..

Deine Tips sind alle prima.. verst?ndlich und auch logisch, aber egal was ich tue.. es bleibt links zentriert!

So sieht meine Index.html aus..

{config_load file="$language/lang_$language.conf" section="index"}

<div align="center" style="width:700px">

<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">

<tr>

<td><table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td align="center" bgcolor="#CEE0F3">top_logo.jpg</td>

</tr>

<tr>

<td style="border-top: 1px solid; border-bottom: 1px solid; border-color: #C5C5C5;"><table width="100%" border="0" cellpadding="2" cellspacing="0">

<tr>

<td class="main">{$navtrail}</td>

<td class="main"><div align="right">{if $account}{php} if (isset($_SESSION['customer_id']))

{ {/php}{#link_logoff#}

| {php} } {/php}{/if}{if $account}{#link_account#}

| {/if}{#link_cart#}

| {#link_checkout#}</div></td>

</tr>

</table></td>

</tr>

<tr>

<td><table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td background="../XT_Commerce_Backup/%7B$tpl_path%7Dimg/bg_left_column.jpg" class="navLeft" width="185" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

<td>{$box_CATEGORIES} {$box_ADD_QUICKIE} {$box_CONTENT}

{$box_INFORMATION} {$box_REVIEWS} {$box_SEARCH} {$box_SPECIALS}

{$box_WHATSNEW}</td>

</tr>

</table>

<blockquote></blockquote></td>

<td valign="top"><table width="100%" border="0" cellspacing="4" cellpadding="0">

<tr>

<td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>

<td class="main">{$main_content}</td>

</tr>

</table></td>

</tr>

</table></td>

<td bgcolor="E6E6E6" style="border-left: 4px solid; border-top: 4px solid; border-color: #666666;" width="185" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td>{$box_CART} {$box_LOGIN} {$box_ADMIN} {$box_BESTSELLERS}

{$box_INFOBOX} {$box_CURRENCIES} {$box_LANGUAGES} {$box_MANUFACTURERS_INFO}

{$box_MANUFACTURERS} {$box_NOTIFICATIONS} {$box_TELL_FRIEND}

</td>

</tr>

</table></td>

</tr>

<tr>

<td colspan="3" valign="top"><table width="100%" height="4" border="0" cellpadding="0" cellspacing="0">

<tr>

<td width="50%" height="4" class="main" style="border-top: 4px solid; border-top: 4px solid; border-color: #C5C5C5;">

</td>

<td width="50%" height="4" style="border-top: 4px solid; border-top: 4px solid; border-color: #666666;"></td>

</tr>

</table></td>

</tr>

</table></td>

</tr>

</table></td>

</tr>

</table>

</div>

Muss ich vllt. irgendwo anders noch was ?ndern?

Link to comment
Share on other sites

schaut eigentlich gut aus. Mach doch noch mal einen DIV aussen rum

<div align="center" width="100%">

<div style="width:700px">

<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">

....

</table>

</div>

</div>

Link to comment
Share on other sites

Also Morix,

ich muss dir sehr danken. Es hat funktioniert .. unglaublich! *freu*

Hat wahrscheinlich daran gelegen, dass ich einen DIV falsch gesetzt, oder vergessen hatte.. Naja, Problem gel?st.

Aber mit Sicherheit kommen da noch mehr Dinge zum Vorschein, bei denen ich stecken bleibe. ;o)

Also vielen Dank f?r Alles... und vor allem deine Geduld!

Liebe Gr??e,

Tatjana

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...