#1 (permalink)  
Alt 04.09.2005, 12:40
 
Registriert seit: 11.07.2005
Beiträge: 34
Standard

Hallo,

ich arbeite nun schon lange an meiner product_listing und kriege nicht alles so angezeigt, wie ich es mir vorstelle. Ich habe kaum html-Kenntnisse und brauche daher Eure Hilfe.

So sieht es momentan aus:




Ich m?chte gern folgende ?nderungen:

1. Der Text neben dem Bild soll etwas weiter nach rechts, so dass ein schmaler Rand zwischen Bild und Text entsteht.

2. Die Lieferzeit soll linksb?ndig ein paar Zeilen unter das Bild, auf der gleichen H?he mit der Preisangabe.

3. Den "Jetzt Kaufen" Button unter die Preisangabe

4. Die untere blaue Linie soll bis zum linken Rand des Bildes verl?ngert werden



Hier der bisherige Code:

Code:
{config_load file="$language/lang_$language.conf" section="index"}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr valign="top">
  <td class="contentsTopics">{$CATEGORIES_NAME}</td>
  <td align="right"></td>
 </tr>

</table>
{if $CATEGORIES_DESCRIPTION}<br />
{$CATEGORIES_DESCRIPTION}{/if}<br />{if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}" alt="{$CATEGORIES_NAME}" />
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
  <td style="border-bottom: 1px solid; border-color: #000000;"></td>
 </tr>
</table>
{/if}
{if $MANUFACTURER_DROPDOWN}<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
  <td class="main" align="right"><table border="0" cellspacing="0" cellpadding="0">
   <tr>
    <td class="main" align="right">{#text_show#}</td>
    <td class="main" align="right">{$MANUFACTURER_DROPDOWN}</td>
   </tr>
  </table>   </td>
 </tr>
</table>
<br />
{/if}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr> 
  <td align="center">
    <table width="100%" border="0" cellpadding="0" cellspacing="0" class="border1">
     {foreach name=aussen item=module_data from=$module_content} 
     <tr> 
      <td width="1" valign="top" rowspan="3">{if $module_data.PRODUCTS_IMAGE!=''}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" /></a>{/if}
 	{if $module_data.PRODUCTS_FSK18=='true'}<br /><img src="{$tpl_path}img/fsk18.gif" alt="" />{/if}</td>
      <td align="left" class="main"><a href="{$module_data.PRODUCTS_LINK}"><strong>{$module_data.PRODUCTS_NAME}</strong></a></td>
     </tr>
     <tr>
      <td align="right" class="border2">{$module_data.PRODUCTS_SHORT_DESCRIPTION}
       <br />       
       <strong>{$module_data.PRODUCTS_PRICE}
       <div align="right"><font size="1" face="Arial, Helvetica, sans-serif">inkl. Umsatzsteuer
        <a target="_blank" href="http://www.meinshop.de/shop_content.php/coID/1/content/liefer--und-versandkosten.html">zzgl.Versandkosten</a></font></div>
       <br />
       </strong>
       <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
         <td align="right"><table width="200" border="0">
          <tr>
           <td align="right">{if $module_data.SHIPPING_NAME}
             <table width="200" border="0" cellpadding="0" cellspacing="0">
              <tr valign="middle">
               <td class="main">{#text_shippingtime#}</td>
               {if $module_data.SHIPPING_IMAGE}
               <td><img src="{$module_data.SHIPPING_IMAGE}" alt="{$module_data.SHIPPING_NAME}" /></td>
               {/if}
               <td class="main">{$module_data.SHIPPING_NAME}</td>
              </tr>
             </table>
             {/if}
             {$module_data.BUTTON_BUY_NOW}</td>
          </tr>
         </table></td>
        </tr>
      </table>      </td>
     </tr>
     {/foreach} 
   </table>
  </td>
 </tr>
</table>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
  <td>{$NAVIGATION}</td>
 </tr>
</table>

Ich hoffe, mir kann jemand von Euch helfen.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 04.09.2005, 13:18
Erfahrener Benutzer
 
Registriert seit: 08.03.2005
Ort: Mußtopp
Beiträge: 638
Standard

Poste mal deine stylesheet.css
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 04.09.2005, 13:29
 
Registriert seit: 11.07.2005
Beiträge: 34
Standard

Hier meine stylesheet.css:

Code:
/* -----------------------------------------------------------------------------------------
  $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $  

  XT-Commerce - community made shopping
  http://www.xt-commerce.com

  Copyright (c) 2004 XT-Commerce 
  -----------------------------------------------------------------------------------------
  based on: 
  (c) 2000-2001 The Exchange Project (earlier name of osCommerce)
  (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
  (c) 2003 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

  Released under the GNU General Public License 
  ---------------------------------------------------------------------------------------*/
.haupttabelle {width: 95%; text-align: left;}

.bg-top {background-color: #2C5982; border-bottom: 1px solid #79C0FC; }
.bg-top2 {background-color: #2C5982; border-bottom: 1px solid #79C0FC; padding-right: 10px;}

.bg-bottom {background-color: #2C5982; color: #ffffff; text-decoration: none; font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;}
.bg-bottom a:link { color: #ffffff; text-decoration: none; }
.bg-bottom a:active { color: #ffffff; text-decoration: none; }
.bg-bottom a:visited { color: #ffffff; text-decoration: none; }
.bg-bottom a:hover { color: #ffffff; text-decoration: underline;}

TD.main-top {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #035EAB; border-bottom: 1px solid #000;
}

.main-top { color: #ffffff; text-decoration: none; }
.main-top a:link { color: #ffffff; text-decoration: none; }
.main-top a:active { color: #ffffff; text-decoration: none; }
.main-top a:visited { color: #ffffff; text-decoration: none; }
.main-top a:hover { color: #ffffff; text-decoration: underline;}

.border1 {border-top: 1px solid #035EAB;}
.border2 {border-bottom: 1px solid #035EAB;}
.produktcenter {background: #76AFE3; border: 1px solid #2C5982;}
.preis {font-weight: bold; color: #ff0000;}

TD.infoBox_right2, SPAN.infoBox_right {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 border: 1px solid #79C0FC;
}
.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.boxText2 { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px; color: #fff;
}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #76AFE3;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #79C0FC;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

BODY {padding-top: 10px;
	color: #000000;
	margin: 0px;
	background-color: #1D3A55;
}

img{
	border:0;
}

A {
 color: #000000;
 text-decoration: none;
}

A:hover {
 color: #4630CE;
 text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
 background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
 color: #fff; 
}

A.headerNavigation:hover {
 color: #fff;
}

TD.conditions {
 background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
 background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
 font-family: Tahoma, Verdana, Arial, sans-serif;
 font-size: 12px;
 background: #ff0000;
 color: #ffffff;
 font-weight : bold;
 text-align : center;
}

TR.headerInfo {
 background: #00ff00;
}

TD.headerInfo {
 font-family: Tahoma, Verdana, Arial, sans-serif;
 font-size: 12px;
 background: #00ff00;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
}

TR.footer {
 background: #bbc3d3;
}

TD.footer {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
  background: #F6F6F6;
 color: #000000;
 font-weight : bold;
 border-bottom: 1px solid;
 border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}

.infoBoxNotice {
 background: #FF8E90;
}

.infoBoxNoticeContents {
 background: #FFE6E6;
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}

TD.infoBoxHeading {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 font-weight: bold;
 background: #1A5D9B;
 border-bottom: 1px solid #035EAB;
 height:17px;
 color: #FFFFFF;
}

TD.infoBoxHeading_right {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 font-weight: bold;
 background: #1A5D9B;
 border-bottom: 1px solid #035EAB;
 height:17px;
 color: #FFFFFF;}

TD.infoBox, SPAN.infoBox {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 color: #2C381B;
 }

TD.infoBox_right, SPAN.infoBox_right {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
color: #2C381B;

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
 background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
 background: #f8f8f9;
}

TABLE.productListing {
 border: 1px;
 border-style: solid;
 border-color: #b6b7cb;
 border-spacing: 1px;
}

.productListing-heading {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 background: #b6b7cb;
 color: #FFFFFF;
 font-weight: bold;
}

TD.productListing-data {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
 color: #0000FF;
 background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #000000;
}

TR.subBar {
 background: #f4f7fd;
}

TD.subBar {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 color: #000000;
}

TD.main, P.main {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
}


TD.smallText, SPAN.smallText, P.smallText {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}

TD.accountCategory {
 font-family: Verdana, Arial, sans-serif;
 font-size: 13px;
 color: #aabbdd;
}

TD.fieldKey {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
}

TD.fieldValue {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
}

TD.tableHeading {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
}

SPAN.newItemInCart {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

TEXTAREA {
 width: 100%;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
}

SPAN.greetUser {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 color: #f0a480;
 font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
 background: #76AFE3;
 border-color: #2C5982;
 border-style: solid;
 border-width: 1px;
}

TD.formAreaTitle {
 font-family: Tahoma, Verdana, Arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
}

TD.copyright {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 text-align:center;
}

SPAN.markProductOutOfStock {
 font-family: Tahoma, Verdana, Arial, sans-serif;
 font-size: 12px;
 color: #c76170;
 font-weight: bold;
}

SPAN.productSpecialPrice {
 font-family: Verdana, Arial, sans-serif;
 color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
 font-family: Verdana, Arial, sans-serif;
 color: #ff0000;
}

SPAN.productDiscountPrice {
 font-family: Verdana, Arial, sans-serif;
 color: #ff0000;
 font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
;

}
.moduleRowOver { 
 font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	background-color: #76AFE3;
	width: 185px;
}
.navRight {
	background-color: #76AFE3;
	width: 185px;
}

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;

 height:17px;
 color: #FFFFFF;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 color: #000000;
 font-weight: bold;
}
.onepxwidth {
	width: 1px;
}</font>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 04.09.2005, 15:01
Erfahrener Benutzer
 
Registriert seit: 08.03.2005
Ort: Mußtopp
Beiträge: 638
Standard

Versuchs mal damit, unten eine Zufuegung f?rs stylesheet.
Besorg dir Dreamwaver oder NVU.

Gru?
Hen


Code:
{config_load file="$language/lang_$language.conf" section="index"}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr valign="top">
  <td class="contentsTopics">{$CATEGORIES_NAME}</td>
  <td align="right"></td>
 </tr>

</table>
{if $CATEGORIES_DESCRIPTION}<br />
{$CATEGORIES_DESCRIPTION}{/if}<br />{if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}" alt="{$CATEGORIES_NAME}" />
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
  <td style="border-bottom: 1px solid; border-color: #000000;"></td>
 </tr>
</table>
{/if}
{if $MANUFACTURER_DROPDOWN}<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
  <td class="main" align="right"><table border="0" cellspacing="0" cellpadding="0">
   <tr>
    <td class="main" align="right">{#text_show#}</td>
    <td class="main" align="right">{$MANUFACTURER_DROPDOWN}</td>
   </tr>
  </table>   </td>
 </tr>
</table>
<br />
{/if}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
  <td align="center">
    <table width="100%" border="0" cellpadding="0" cellspacing="0" class="border1Kopie">
     {foreach name=aussen item=module_data from=$module_content}
     <tr>


      <td width="1" valign="top" rowspan="3">{if $module_data.PRODUCTS_IMAGE!=''}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" /></a>{/if}
 {if $module_data.PRODUCTS_FSK18=='true'}<br /><img src="{$tpl_path}img/fsk18.gif" alt="" />{/if}</td>
      <td align="left" class="main"><a href="{$module_data.PRODUCTS_LINK}"><strong>{$module_data.PRODUCTS_NAME}</strong></a></td>
     </tr>
     <tr>
      <td align="right">{$module_data.PRODUCTS_SHORT_DESCRIPTION}
       <br />       
       <strong>{$module_data.PRODUCTS_PRICE}
       <div align="right"><font size="1" face="Arial, Helvetica, sans-serif">inkl. Umsatzsteuer
        <a target="_blank" href="http://www.meinshop.de/shop_content.php/coID/1/content/liefer--und-versandkosten.html">zzgl.Versandkosten</a></font></div>
       <br />
       </strong>
       <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
         <td align="right"><table width="100%" border="0">
          <tr>
           <td align="left">{if $module_data.SHIPPING_NAME}
             <table width="200" border="0" cellpadding="0" cellspacing="0">
              <tr valign="middle">
               <td class="main">{#text_shippingtime#}</td>
               {if $module_data.SHIPPING_IMAGE}
               <td><img src="{$module_data.SHIPPING_IMAGE}" alt="{$module_data.SHIPPING_NAME}" /></td>
               {/if}
               <td class="main">{$module_data.SHIPPING_NAME}</td>
              </tr>
             </table>
             {/if}
           {$module_data.BUTTON_BUY_NOW}</td>
          </tr>
         </table></td>
        </tr>
      </table>      </td>
     </tr>
     {/foreach}
   </table>
  </td>
 </tr>
</table>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
  <td>{$NAVIGATION}</td>
 </tr>
</table>


Code:
.border1Kopie {
	border-top: 1px solid #035EAB;
	border-bottom-style: solid;
	border-bottom-color: #035EAB;

}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 04.09.2005, 15:39
 
Registriert seit: 11.07.2005
Beiträge: 34
Standard

Danke hubbabubba, habe den Code wie von dir vorgeschlagen eingef?gt und ein paar weitere ?nderungen selbst vorgenommen, so sieht es nun aus:



Der untere blaue Rand ist schon mal perfekt. Die Lieferzeitangabe und der "Jetzt Kaufen" botton m?ssten noch wie oben vermerkt verschoben werden.

Hier die ?berarbeitete product_listing_v1.html

Code:
{config_load file="$language/lang_$language.conf" section="index"}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
 <td class="contentsTopics">{$CATEGORIES_NAME}</td>
 <td align="right"></td>
</tr>

</table>
{if $CATEGORIES_DESCRIPTION}<br />
{$CATEGORIES_DESCRIPTION}{/if}<br />{if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}" alt="{$CATEGORIES_NAME}" />
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
 <td style="border-bottom: 1px solid; border-color: #000000;"></td>
</tr>
</table>
{/if}
{if $MANUFACTURER_DROPDOWN}<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
 <td class="main" align="right"><table border="0" cellspacing="0" cellpadding="0">
  <tr>
   <td class="main" align="right">{#text_show#}</td>
   <td class="main" align="right">{$MANUFACTURER_DROPDOWN}</td>
  </tr>
 </table>   </td>
</tr>
</table>
<br />
{/if}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
 <td align="center">
   <table width="100%" border="0" cellpadding="1" cellspacing="2" class="border1Kopie">
    {foreach name=aussen item=module_data from=$module_content}
    <tr>


     <td width="1" valign="top" rowspan="3">{if $module_data.PRODUCTS_IMAGE!=''}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" /></a>{/if}
 {if $module_data.PRODUCTS_FSK18=='true'}<br /><img src="{$tpl_path}img/fsk18.gif" alt="" />{/if}</td>
     <td align="left" class="main"><a href="{$module_data.PRODUCTS_LINK}"><strong>{$module_data.PRODUCTS_NAME}</strong></a></td>
    </tr>
    <tr>
     <td align="right">{$module_data.PRODUCTS_SHORT_DESCRIPTION}
      <br />       
      <strong>{$module_data.PRODUCTS_PRICE}
      <div align="right"><font size="1" face="Arial, Helvetica, sans-serif">inkl. Umsatzsteuer
       <a target="_blank" href="http://www.media-freak.de/shop_content.php/coID/1/content/liefer--und-versandkosten.html">zzgl.Versandkosten</a></font></div>
      <br />
      </strong>
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
       <tr>
        <td align="right"><table width="100%" border="0">
         <tr>
          <td align="left">{if $module_data.SHIPPING_NAME}
            <table width="200" border="0" cellpadding="0" cellspacing="0">
             <tr valign="middle">
              <td class="main">{#text_shippingtime#}</td>
              {if $module_data.SHIPPING_IMAGE}
              <td><img src="{$module_data.SHIPPING_IMAGE}" alt="{$module_data.SHIPPING_NAME}" /></td>
              {/if}
              <td class="main">{$module_data.SHIPPING_NAME}</td>
             </tr>
            </table>
            {/if}
           {$module_data.BUTTON_BUY_NOW}</td>
         </tr>
        </table></td>
       </tr>
     </table>      </td>
    </tr>
    {/foreach}
  </table>
 </td>
</tr>
</table>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
 <td>{$NAVIGATION}</td>
</tr>
</table>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 04.09.2005, 15:56
 
Registriert seit: 11.07.2005
Beiträge: 34
Standard

Der Provider unterst?tzt wohl kein direktes Verlinken. Also in Worten:

Die Lieferzeitangabe ist nun linksb?ndig mit dem Beschreibungstext und ein/zwei Zeilen tiefer als die Preisangabe. Die Lieferzeitangabe sollte sich aber unterhalb des linken Artikelbildrandes und auf gleicher H?he mit der Preisangabe befinden.

Der "Jetzt Kaufen" button soll direkt unter der Preisangabe stehen.

Hoffe, die Beschreibung ist nachvollziehbar.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 04.09.2005, 19:24
Erfahrener Benutzer
 
Registriert seit: 08.03.2005
Ort: Mußtopp
Beiträge: 638
Standard

http://de.selfhtml.org/
http://de.selfhtml.org/css/index.htm

Die kleine Verbesserung war ne gute Laune von mir. Aber ich denke dir ist besser geholfen wenn du dich selbst dort einarbeitest. Wenn du dann ganz konkrete Fragen hast wende dich an Forum.

Falls du die Sache doch lieber ein paar Profis ?bergeben m?chtest sag hier im Forum bescheid. Hier lesen einige mit und machen dir gern ein Angebot.


Gru?
Hen
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
bitte, hilfe#33, productlisting

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 22:03 Uhr.

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

xt:Commerce is a SafeCharge brand