Seite 1 von 1

auf einer höhe 2 grafiken statt untereinander!!??

Verfasst: 17.11.2006 21:05
von msilver
schaut euch mal bitte folgendes an, ist nen phpbb als CMS genutzt. ich muss die beiden grafiken oben nebeneinander bekommen, aber auf einer höhe.

mfg
msilver

http://strezzkidz.de/page/contenttopic.php?t=83

Code: Alles auswählen

<body onload="resize_images()" background="templates/DAJ_Glass/images/bg.gif">
<a name="top"></a>

<br class="gensmall">

<table width="800" cellspacing="0" cellpadding="0" border="0" align="center">
  <tr>
  	<td height="14" width="25" nowrap="nowrap" class="ul"></td>
	<td width="100%" class="uc"></td>
	<td width="25" nowrap="nowrap" class="ur"></td>
  </tr>
  <tr>
  	<td class="headl"></td>
	<td class="row3">	<div align="left">	<a href="contenttopic.php?t=83"><img src="templates/DAJ_Glass/images/oben.gif" width="200" height="158" border="0"></a>
			<div align="right">	<a href="contenttopic.php?t=82" target="_self"><img src="templates/DAJ_Glass/images/banner.gif" width="279" height="141" border="0"></a>
			</td>
	<td class="headr"></td>
  </tr>

Verfasst: 17.11.2006 21:41
von Markus67
Hi ...

versuchs mal so :wink:

Code: Alles auswählen

<body onload="resize_images()" background="templates/DAJ_Glass/images/bg.gif"> 
<a name="top"></a> 

<br class="gensmall"> 

<table width="800" cellspacing="0" cellpadding="0" border="0" align="center"> 
  <tr> 
     <td height="14" width="25" nowrap="nowrap" class="ul"></td> 
   <td width="100%" class="uc"></td> 
   <td width="25" nowrap="nowrap" class="ur"></td> 
  </tr> 
  <tr> 
     <td class="headl"></td> 
   <td class="row3" align="left" valign="top"><a href="contenttopic.php?t=83"><img src="templates/DAJ_Glass/images/oben.gif" width="200" height="158" border="0"></a></td> 
   <td class="row3" align="right" valign="top"><a href="contenttopic.php?t=82" target="_self"><img src="templates/DAJ_Glass/images/banner.gif" width="279" height="141" border="0"></a> 
         </td> 
   <td class="headr"></td> 
  </tr> 
Markus

Verfasst: 18.11.2006 06:38
von msilver
danke für deinen support
hier mal die tpl dateien komplett: http://strezzkidz.de/Desktop.rar

leider sieht es dann so aus mit deinem code:

[ externes Bild ]

Verfasst: 18.11.2006 09:25
von Julian87
Hi,

versuch mal das:

Code: Alles auswählen

<body onload="resize_images()" background="templates/DAJ_Glass/images/bg.gif"> 
<a name="top"></a> 

<br class="gensmall"> 

<table width="800" cellspacing="0" cellpadding="0" border="0" align="center">
<tr> 
     <td height="14" width="25" nowrap="nowrap" class="ul"></td> 
   <td width="100%" class="uc"></td> 
   <td width="25" nowrap="nowrap" class="ur"></td> 
  </tr> 
  <tr> 
     <td class="headl"></td> 
   <td class="row3"><a href="contenttopic.php?t=83"><img src="templates/DAJ_Glass/images/oben.gif" width="200" height="158" border="0"></a>      <a href="contenttopic.php?t=82" target="_self"><img src="templates/DAJ_Glass/images/banner.gif" width="279" height="141" border="0"></a> 
         </td> 
   <td class="headr"></td> 
  </tr> 
Julian

Verfasst: 18.11.2006 09:38
von msilver
danke auch dir

jetzt sind beide links :)

soll aber eines links und das andere rechts sein

Verfasst: 18.11.2006 11:51
von Jan500
hi

hm das geht denke ich am besten mit ner tabelle in der tabelle... mit colspan könnte man das auch machen, aber da müsste man denke ich mehr ändern..
.

Code: Alles auswählen

<body onload="resize_images()" background="templates/DAJ_Glass/images/bg.gif">
<a name="top"></a>

<br class="gensmall">

<table width="800" cellspacing="0" cellpadding="0" border="0" align="center">
  <tr>
     <td height="14" width="25" nowrap="nowrap" class="ul"></td>
   <td width="100%" class="uc"></td>
   <td width="25" nowrap="nowrap" class="ur"></td>
  </tr>
  <tr>
     <td class="headl"></td>
   <td valign="top">
   <table width="100%" border="0">
   <tr>
	<td class="row3" valign="top" align="left"><a href="contenttopic.php?t=83"><img src="templates/DAJ_Glass/images/oben.gif" width="200" height="158" border="0"></a></td>
   	<td class="row3" align="right" valign="top"><a href="contenttopic.php?t=82" target="_self"><img src="templates/DAJ_Glass/images/banner.gif" width="279" height="141" border="0"></a></td>
   </tr>
   </table>
   </td>
   <td class="headr"></td>
  </tr>
wenn noch text in die mitte soll:

Code: Alles auswählen

<body onload="resize_images()" background="templates/DAJ_Glass/images/bg.gif">
<a name="top"></a>

<br class="gensmall">

<table width="800" cellspacing="0" cellpadding="0" border="0" align="center">
  <tr>
     <td height="14" width="25" nowrap="nowrap" class="ul"></td>
   <td width="100%" class="uc"></td>
   <td width="25" nowrap="nowrap" class="ur"></td>
  </tr>
  <tr>
     <td class="headl"></td>
   <td valign="top">
   <table width="100%" border="0">
   <tr>
	<td class="row3" valign="top" align="left"><a href="contenttopic.php?t=83"><img src="templates/DAJ_Glass/images/oben.gif" width="200" height="158" border="0"></a></td>
         <td class="row3" valign="top" width="*" align="center">&nbsp;</td>
   	<td class="row3" align="right" valign="top"><a href="contenttopic.php?t=82" target="_self"><img src="templates/DAJ_Glass/images/banner.gif" width="279" height="141" border="0"></a></td>
   </tr>
   </table>
   </td>
   <td class="headr"></td>
  </tr>
gruß Jan

Verfasst: 18.11.2006 12:10
von msilver
danke schön, hat so weit geklappt

nun noch die border und ich bin glücklich. ich versuche jetzt selber diese mal weg zu bekommen, fals jemand helfen will würde ich mich freuen, melde mich wenn ich es geschafft habe.

bin für eure unterstützung echt dankbar

mfg
msilver

edit: habs