Jump to content
xt:Commerce Community Forum

Shoplogo Zentrieren


Handymen

Recommended Posts

Mach doch einfach vor dein Teil, wo das Logo eingesetzt wird:


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

<tr>

<td align="center">

Und nach dem Bildeinf?ge-Link:

</td>

</tr>

</table>

Dann sollte das Bild eigentlich zentriert sein.

Link to comment
Share on other sites

hier mal der code:

<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="950" align="center" height="90" background="{$tpl_path}img/bgtop_neu.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 width="200" 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">

habe es eingef?gt hat sich aber nichts ge?ndert bild bleibt immer links b?ndig.

Link to comment
Share on other sites

<body background="%7B$tpl_path%7Dimg/bg_main.jpg">
kann so schon mal nicht gehn. da hast du wohl im wysiwyg-modus geschraubt :i:

muss heissen {$tpl_path}.

leider hab ich keine ahnung wie dein header aussieht, aber das

<td background="{$tpl_path}img/bgtop2.jpg" align="left" height="90">
alignt ja die grafik nach links....
Link to comment
Share on other sites

Bin ich jetzt blind oder kann es sein, dass es da gar kein Topbild gibt?

Wenn du die alle im Background hast, ist das ein bisschen kompliziert nachzuvollziehen.

Falls der Shop online ist, gib sonst mal bitte einen Link, dann kann man besser nachvollziehen, was du genau meinst.

Link to comment
Share on other sites

Originally posted by Handymen@Mar 23 2005, 00:02 AM

www.tamultimedia.de

:grml: Wie war das noch ?

Die Entfernung/Modifikation des Footertextes ist nicht gestattet, der Hinweis

"Dieser Shop wurde mit xt:Commerce erstellt.

xt:Commerce ist als freie Software unter der GNU/GPL Lizenz erh?ltlich.

eCommerce Engine ? 2004 xt:Commerce "

muss im vollem Unfang und unver?ndert erhalten bleiben.

Zum Problem:

Du hast die Riesengrafik (950px ) in der ersten <td>-Zelle, die kleine (bgtop_2.jpg) in der zweiten <td>.

Soll die Gesamtgrafik mittig sitzen, dann muss auch auf die linke Seite noch eine F?llzelle mit der (bgtop_2.jpg) Grafik, d.h. die xxx_neu.jpg geh?rt in die mittlere Zelle. Ob du dann die Gr?sse relativ (%) oder absolut setzt, ist Geschmackssache, sicherer ist's mit Prozentangabe bei Bildschirmaufl?sungen ?ber 1024x768px. Darunter gibts eh Scrollbalken bei der Grafikgr?sse.

Bis neulich:

Ranchwood

Link to comment
Share on other sites

So:

<tr class="header">

<td background="{$tpl_path}img/bgtop2.jpg" align="left" height="90">

</td>

<td width="950" align="center" height="90" background="{$tpl_path}img/bgtop_neu.jpg"></td>

<td background="{$tpl_path}img/bgtop2.jpg" align="left" height="90">

</td>

</tr>

Link to comment
Share on other sites

Archived

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

×
  • Create New...