Hallo zusammen,
bin Neuling in Sachen html .... und erhoffe mir Hilfestellung von euch.
Ich versuche gerade einen Onlineshop zu gestalten. Kennen bestimmt einige von euch den "xtcommerce".
Ich habe dasLogo in der ersten Zeile durch mein eigenes ersetzt.Ist eine jpg-Datei. Diese hätte ich gern über die ganze Browserseite dargestellt.Und das ist das Problem, es funtioniert nicht, es bleibt ein weißes Rechteck auf der rechten Seite.
Ich könne das in der index html programmieren. Aber wie???
Ich kann dort nicht feststellen, dass die Tabelle irgendwie begrenzt wird...
Betonung liegt aber dabei auf "Ich" :-|
Gruß whistle
Vielleicht hilft das ein wenig:
bin Neuling in Sachen html .... und erhoffe mir Hilfestellung von euch.
Ich versuche gerade einen Onlineshop zu gestalten. Kennen bestimmt einige von euch den "xtcommerce".
Ich habe dasLogo in der ersten Zeile durch mein eigenes ersetzt.Ist eine jpg-Datei. Diese hätte ich gern über die ganze Browserseite dargestellt.Und das ist das Problem, es funtioniert nicht, es bleibt ein weißes Rechteck auf der rechten Seite.
Ich könne das in der index html programmieren. Aber wie???
Ich kann dort nicht feststellen, dass die Tabelle irgendwie begrenzt wird...
Betonung liegt aber dabei auf "Ich" :-|
Gruß whistle
Vielleicht hilft das ein wenig:
Code:
{config_load file="$language/lang_$language.conf" section="index"}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="{$tpl_path}img/top_logo.jpg" alt="logo" />
</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 align="right" class="main">{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<a href="{$logoff}">{#link_logoff#}</a> | {php} } {/php}{/if}{if $account}<a href="{$account}">{#link_account#}</a> | {/if}<a href="{$cart}">{#link_cart#}</a> | <a href="{$checkout}">{#link_checkout#}</a></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="navLeft" valign="top"><table width="184" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>{$box_CATEGORIES}{$box_ADD_QUICKIE}{$box_CONTENT}{$box_INFORMATION}{$box_LAST_VIEWED}{$box_REVIEWS}{$box_SEARCH}{$box_SPECIALS}{$box_WHATSNEW}</td>
</tr>
</table> </td>
<td valign="top"><table width="100%" border="0" cellspacing="4" cellpadding="0">
<tr>
<td><table width="98%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="main">{$main_content}</td>
</tr>
</table></td>
</tr>
</table></td>
<td valign="top" class="navRight"><table width="184" border="0" cellspacing="0" cellpadding="0">
<tr>
Zuletzt bearbeitet von einem Moderator: