• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Wie positioniere ich Bilder und Texte in einem Ebay Angebot?

DerAlfred

Neues Mitglied
Hallo,
ich will Bilder, Tabellen und Texte in meiner Auktion an beliebigen Plätzen positionieren.
Ich hab schon "margin: top:" versucht kann dann aber über dem Element keinen text einfügen. Und "position: absolute" funktioniert bei Ebay nicht.
Bei diesem Beispiel will ich z.b. dass rechts neben dem Bild ein Text stehen soll und die Tabelle soll ihre höhe beibehalten aber etwas nach rechts verschoben werden.
Wie mach ich das am besten?

Code:
<style type="text/css">
body,td,th {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt;
    color: #666;
}
h1 {
    font-size: 24px;
    color: #900;
    font-family: Verdana, Geneva, sans-serif;
}
h2 {
    font-size: 16px;
    color: #000;
}
h3 {
    font-size: 16px;
    color: #900;
    font-family: Verdana, Geneva, sans-serif;
}
h4 {
    font-size: 12px;
    color: #666;
}
h5 {
    font-size: 12pt;
    color: #666;
}
#tab1 tr td {
    border: 1px solid #947D39;
}
#tab1 {
    margin-top: 300px;
}
</style>
<table style="width: 937px" bgcolor="#faf4e8" border="0" cellpadding="0" cellspacing="0"><tr><td>
</head>
<body style="background-color: rgb(250, 244, 232); color: #666; font-family: Verdana, Geneva, sans-serif; font-size: 9pt; margin-right: 0px;">
<pre><img src="http://mybait.de/ebay/myBait_logo.jpg" align="left" height="182" hspace="10" vspace="10" width="300">
</pre>
<h1><br> 
Lorem ipsum dolor sit
</h1>
<h2>Lorem ipsum dolor sit</h2>
<h2>&nbsp;</h2>
<blockquote>
<h3>&nbsp;</h3>
<h3>Artikelbeschreibung</h3>
<table width="380" border="0" align="right" cellpadding="0" cellspacing="0" id="tab1" style="border-collapse:collapse; border: 1px solid rgb(148, 125, 57);" name="tab1">
  <tr>
    <td width="200"><img src="http://mybait.de/ebay/Portabel/Cuda300 Tasche/text.jpg"></td>
  </tr>
</table>
<img src="http://mybait.de/ebay/Portabel/Cuda300 Tasche/cuda300komplett.jpg">
</blockquote>

Vielen Dank
Alfred
 
Werbung:
Zurück
Oben